NestJs

1 · Kumar Rohit · Aug. 16, 2021, 5:26 p.m.
Coming from the Java background, I was always troubled when using javascript. To my rescue came the typescript, it was easy to co-relate and write structured code. At the same time, I had to write a lot of boilerplate code to follow SOLID principles. I started to look for js framework which would simplify these things. After going through a lot of alternatives, I landed to NestJS. What is NestJs? NestJs is a nodeJs frameworks to build scalable and efficient microservices. NestJs draws a lot of i...