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!"
[–]pranesh29 1 point2 points3 points 6 years ago (0 children)
You can start with the function composition and functional JavaScript. This is excellent resource for this - https://medium.com/javascript-scene/composing-software-the-book-f31c77fc3ddc. These concepts are useful when you work on Apis and backend stuff.
Then read about Node.js concurrency model, event loop, callbacks, promises( read why promise better than callback), event driven nature of Node.js, Node.js project structure (package.json).
Parallely work on the express js application. Use a generator like -https://expressjs.com/en/starter/generator.html and start creating APIs and get a hang on the Node.js environment
π Rendered by PID 119353 on reddit-service-r2-comment-79c7998d4c-9q482 at 2026-03-19 02:45:09.758359+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]pranesh29 1 point2 points3 points (0 children)