I'm very enthusiastic about nodejs about how node is helping in writing server side code in JS. I usually read articles about nodejs on many bloggin websites. But one problem I found that many of the articles were outdated.
Can anyone tell me where to find the latest news, articles, videos, podcasts or anything about nodejs?
Nicholas Kaufmann
Tech_Uncensored
I don't think you should always look for dates when looking for resources to learn Node. As you get further down your path, problems become more niche and solutions can still be valid for many reasons. A fun thing to practice could be taking an old tutorial and using the latest version of the packages used, and rewriting a small post on what broke the build and why. This would introduce you to to some errors and get you comfortable with concepts while you search for content.
As to finding the best resources, if you are experienced with another language, just dig into the documentation. NodeJS concepts have core concepts and then have great packages that devs pair NodeJS with (expressJS, hapi) that may be a good next step. Start understanding security best practices and "reverse proxy" services (nginx) .
Reddit has good groups, start reading news sites like ycombinator and just filter YouTube results for NodeJS to see who gets a lot of views and search their catalog.
Don't forget you code node with js, so make sure you join JavaScript communities and understand that path.