๐ Check Out My YouTube Channel! ๐
Hi everyone! If you enjoy my content here on Dev.to, please consider subscribing to my YouTube channel...
For further actions, you may consider blocking this person and/or reporting abuse
I appreciate the education here about Node.js basics but there are also quite some security issues with the above code. It's functional, sure, but also vulnerable, so worth calling out ๐
I'm doing a lot of work to educate developers on secure coding practices in Node.js (via nodejs-security.com/) so I am sensitive to these sort of tutorials.
I really love it when the fundamentals are being taught before jumping into frameworks like express.
Thanks
True
You explained with great explanation, Thankyou
Thank you so much @gauharnawab for your kind words and feedback! ๐ I'm thrilled to hear that you found the post helpful. Your support means a lot to me. If you enjoyed this post, please consider subscribing to my YouTube channel devDive with Dipak for more content. Donโt forget to share it with your friends and help spread the word. Your support helps me to continue creating valuable content. Thanks again! ๐
Nice to not jump immediately into frameworks
try express.
There is a high chance if he can write a plain
htmlhttp server he can do it with express too.However this approach is much much better than using express (with some drawbacks yes). e.g. this is a module leas script. It means there is no package manager, no node_modules etc. its a plain script you can just node script.js to run with little overhead. Not to forget the immense control because of the barebones nature of this approach as well. The obvious con is performance and developer experience.
Try being a new dev again.
Join this group for more updates : FullStackLearners
Next Part -> PART - 6