nest.js
Nest.js I picked up when I needed more structure for larger Node.js APIs. Coming from Express, I liked how Nest brings a proper modular architecture, dependency injection and TypeScript first design out of the box. It feels like Angular but for the backend and it makes big codebases much easier to maintain.
The module system and decorators keep the code very organized. I like the built in support for guards, interceptors and pipes which keep the request pipeline clean. It works great with both REST and GraphQL so I can pick whatever the project needs.
RK
Reetesh Kumar@iMBitcoinB
Learning new skills and mastering them is my passion. I am always eager to learn new things and share my knowledge with others. What I have learned so far about my each skill is shared here.