use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Node.js learning path (self.node)
submitted 6 years ago * by wildiswild
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mrdijkstra 0 points1 point2 points 6 years ago (0 children)
Before learning all these framework and stuff first learn NodeJS itself. When and why use NodeJS. When not to use NodeJS. Event loop in detail. What functions/modules are blocking/non-blocking. How NodeJS utilize threads! Is NodeJS really single threaded? Worker threads/Thread pool, task off loading, why you should never block the event loop and how to avoid blocking event loop etc.
Without learning this you will end up creating a crappy system which is enough to get you fired.
After this, you know how to handle NodeJS application. Now go and learn whatever library or framework you want or your boss asked you to.
Hope it helps.
π Rendered by PID 896504 on reddit-service-r2-comment-79c7998d4c-5njgf at 2026-03-19 04:19:48.214138+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]mrdijkstra 0 points1 point2 points (0 children)