
Picture this: It's a Friday night, and you're about to settle in for a cozy Netflix binge. But instead of the familiar "Loading..." message giving ...
Some comments have been hidden by the post's author - find out more
For further actions, you may consider blocking this person and/or reporting abuse
Thanks for a very comprehensive article.
You're welcome. I'm glad you found it helpful.
Also one little remark - all tips in last section are numbered with "1", the numbers not incrementing.
Thanks @aloisseckar. Updated.
I didn't knew so many popular companies apart from Netflix also use Node.js. Can you please share references to read more about them?
best explanation about microservices, very simple and easy to understand.
Great explanation of how microservices work
Are there any battle-tested frameworks for building JavaScript microservices atop Node.js runtime? Because I am not quite convinced I should choose developing in plain Node.js over Java alternatives like Spring Boot or Quarkus.
Since I come from Vue.js world, maybe I can imagine (and would even like to try, I guess) deploying a bunch of Nuxt instances with server-part logic implemented. But it still sound a bit silly, as it is obviously more focused on frontend.
The most commonly used framework is express js. It's light weight and you might not even feel that you are using a framework.
Other then that there is fastify, for API development.
And NestJs, this requires a little bit of a learning curve.
Thanks for the Tipsport. Will have a look.
ChatGPT writing skills everywhere … :(
Great read