When you're comfortable with Node.js, you move on to pick up a Node.js Web Application Framework.
These are the two that you should focus on:
- Express.js
- Koa.js
🔹 Express.js
Express.js is a minimalistic Node.js framework for writing Web Applications, and it's by far the most popular and most widely used.
🔹 Koa.js
Koa.js is the next generation of Express.js.
It's developed by the same team and is widely used as well.
🔸 MongoDB & Mongoose
MongoDB is a document-oriented database system.
It is widely used with Node.js Application and is a part of the popular MEAN and MERN stack.
Mongoose is a library that makes the interaction between MongoDB and Node.js more smooth.
Alright! Let's just do a small stop here.
When you can master the above topics, you're already fit to take up your first job as a Node.js Back End Developer.
You can start applying now 🚀
Meanwhile, advance your skills further in the below topics 👇
🔸 AWS Lambda
Become familiar with the concept of Serverless Applications, and start practicing using Node.js to write Lambda Functions for AWS.
This is highly useful both as a Back End Developer and a DevOps Engineer.
🔸 Node.js Microservices
Become familiar with the concept of Microservices, and become familiar with Docker and docker-compose.
Practice your HTTP skills by creating small, individual Express.js apps that communicate with each other.
🔸 Kubernetes
Kubernetes is a Container Orchestrator.
In addition to the above, practice how to manage your Node.js Microservices using Kubernetes.
✨ TypeScript
This is optional.
However, adding TypeScript will radically increase the quality and maintainability of your code.
Also, given the drastic rise in popularity, it'll certainly look nice on your CV!
📚 Further reading
These are my personal recommendations.
🔸 Node.js Design Patterns
🔸 Web Development with Node and Express
🔸 Practical Node.js
🔸 Mastering Node.js.
🔸 The Node Beginner Book
Of course, in the world of Software Development, you'll never run out of new things to learn.
But this is a GREAT start.
When you master these topics, you are guaranteed a lot of interest in the job market 🔥
Make sure to add these skills to your LinkedIn profile, and let all the recruiters know that you are a valuable and skilled Node.js Back End Developer.
Don't hold yourself back!
I hope you enjoyed reading 🙏
• • •
Missing some Tweet in this thread? You can try to
force a refresh
14 Array Methods that will make your life easier.
Explanation and examples below.
🧵👇
🔸 map
The map() method creates a new array populated with the return value of the callback function for each element in the array.
🔸 forEach
The forEach() method executes a provided function once for each array element.
The callback function does not expect a return value, and the forEach() method itself also returns undefined.
Have you been eyeing these cool cards and thumbnails that a lot of us are sharing?
Do you want to get started as well?
Here are 5 tools to get you going 👇 🧵
🔸 Figma
This is the one I personally prefer.
It's a little more advanced than other tools, but you can really make some cool stuff once you get familiar with it.