I'm trying to get a job as a backend dev. specificially what skills/frameworks in backend for nodejs I need to learn for that, and what kind of projects should I build ?
I would say create API's, Full ecommerce backend, some sort of email backend for your portfolio, Also a project that has a authentication so then you can build a full authentication system with JWT etc. Web scrapers are good little first backend project.
u will need to just learn Nodejs in general and everything else will come in to play later. Start with a small project at first.
Good book to read is The comprehensive guide NodeJs by Rheinwerk computing.
What do you need to know about NodeJS? anything specific ?
I'm trying to get a job as a backend dev. specificially what skills/frameworks in backend for nodejs I need to learn for that, and what kind of projects should I build ?
I would say create API's, Full ecommerce backend, some sort of email backend for your portfolio, Also a project that has a authentication so then you can build a full authentication system with JWT etc. Web scrapers are good little first backend project.
u will need to just learn Nodejs in general and everything else will come in to play later. Start with a small project at first.
That's really a good approach. Thanks @shawn2208 !