Wednesday, 12 June 2019

What are some great tutorials to quickly learn Node.js for creating a production level project?

Hi guys,I am a Java developer with rougly 4 years of experience. I've been asked to build a fully functional production quality Node.js project and I have absolutely no background of Node.js or Javascript. The circumstances are such that I can't avoid this and have to abide by the deadlines. Now the project is to build an API wrapper (some people call it an SDK) over the backend APIs, so that it becomes easier to integrate the APIs by just using my project. This will be server side only, there are no frontend components involved.My question is, what tutorials should I follow for nodejs, which will also teach me best practices like organizing code, choosing the latest frameworks and language versions. I absolutely understand that there's no substitute for experience. In fact, I've been working with Java for 4 years and I still keep find better coding practices almost every week. That being said, I have to learn this fast, and I have to learn this in a way that prepares me to write production level code.I did a little bit of google search and I am planning to checkout The Net Ninja. I'd like to hear your suggestions. Thanks a lot!

Submitted June 13, 2019 at 06:20AM by garundwaar

No comments:

Post a Comment