TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are some interesting programming challenges to solve?

3 pointsby break_the_bankover 6 years ago
I have tonnes of free time as I am between jobs at the moment. I&#x27;m helping a friend with his app but that is mostly CRUD stuff.<p>I&#x27;m looking for interesting problems to solve using programming. Like a website that has challenges. Or something that broadens my horizon&#x2F;requires brain power.<p>I know :- Python&#x2F;C++&#x2F;Golang Interested In : Functional Programming<p>ThePythonChallenge seemed interesting when I did it a few years ago.

2 comments

dasmothover 6 years ago
If you want enjoyable challenge in fairly bite-sized pieces, Advent Of Code [1] is hard to beat. And mostly pretty good for trying out functional approaches.<p>Personally, I’d argue that doing one or two more substantive projects might be more satisfying in the long run, though. Depending on your tastes, something along the lines of Niklaus Wirth’s “compiler construction” book might provide some inspiration.<p>[1] <a href="https:&#x2F;&#x2F;adventofcode.com&#x2F;2018&#x2F;events" rel="nofollow">https:&#x2F;&#x2F;adventofcode.com&#x2F;2018&#x2F;events</a>
评论 #18420994 未加载
hazz99over 6 years ago
Set up a website that does automated testing - i.e. you upload&#x2F;push your project, and it runs the tests for you.<p>Make it suitable for any user, not just yourself. You&#x27;ll be running user code - scary stuff ;)<p>Good way to learn a bit of distributed systems, containers &amp; container orchestration, security, etc.
评论 #18420988 未加载