Show HN: Node.js Beyond LeetCode
2 freakynit 3 9/11/2025, 6:31:53 AM
Most interview prep for Node.js is either trivia ("what does `this` mean here?") or algorithm puzzles you’ll hardly ever use in production.
I put together a repo of real-world Node.js questions: things like handling backpressure in streams, building a mutex with async/await, per-user concurrency limits, graceful shutdowns, caching strategies, etc.
It’s meant both for interview prep and as self-practice for engineers who want to get better at solving actual system-level problems.
Contributions welcome if you’ve run into tricky Node.js challenges yourself.
Comments (3)
la_oveja · 4h ago
i was expecting the answers too haha nice collection tho, thanks
freakynit · 1h ago
thanks.. Intentionally withheld answers :)
subsection1h · 4h ago
Thanks, Nitin.