#backend
Read more stories on Hashnode
Articles with this tag
Generate insightful benchmark with Artillery.io · In the past few years, I used Express quite extensively, before moving to the amazing NestJS. I also...
One that actually adheres to Clean Architecture · Motivation Similarly to my Front-End implementation, I'm not satisfied with the available resources...
How to improve your Dockerfile (an example for NodeJS) · Often, I see terrible Dockerfiles used at length. It has a negative impact on security,...
Learn about anti-patterns and bad smells with micro-services · Doing micro-services the wrong way can be a death sentence for your project. If your...
With micro-services, and more generally distributed systems, come a lot of new challenges. One of them is how to handle authentication. If you are...
And how to implement it properly · After working with JWT more in-depth for the past few months, I realized most of the learning materials are of poor...