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 side project improved your skills the most?

4 pointsby kater006over 4 years ago
What would be a good idea to create as an intermediate programmer that would really broaden the experience

2 comments

jim-jim-jimover 4 years ago
Something that interests you, but you have no clue how to implement. Forces you to start from square one and possibly pick up radical new ways of perceiving software. Also serves as a major confidence boost once you get it halfway working.<p>In my case it was a synthesizer. &quot;How do I make sound from numbers?&quot; sent me down a rabbit hole that forced me to grapple with DSP math, bit fucking, and manual memory management: stuff you never encounter doing the usual CRUD nonsense.<p>And most importantly, it was fun. If your project feels like work, drop it. I will never waste my free time messing with webdev, architecture, testing, etc because those things are boring and suck and I&#x27;m not being paid to care.
评论 #25234792 未加载
verdvermover 4 years ago
The ones which I was motivated to work on the most, that kept me going and learning.<p>What you should build depends on what you want to learn. I built a full-stack app to learn server-client, a B2B application forced me to learn DevOps. Now I&#x27;m back to algorithms and Go by working on <a href="https:&#x2F;&#x2F;cuelang.org" rel="nofollow">https:&#x2F;&#x2F;cuelang.org</a><p>What would you like to learn?
评论 #25234665 未加载