Menu
Tech Expo Gujarat 2024
AI Development
Services
Solutions
Technologies
About Us
Career
Resources
Work with Thirdrocktechkno
WEB DEVELOPMENT
MOBILE DEVELOPMENT
PRODUCT ENGINEERING
QUALITY ENGINEERING
HEADLESS CMS
HIRE AI DEVELOPER
HIRE VOICE DEVELOPER
HIRE WEB DEVELOPER
HIRE MOBILE DEVELOPER
Author
Sr. Developer & System Architect at Third Rock Techkno, Designing and developing serverless backend using Javascript, TypeScript, Express, NodeJS, NestJS, MongoDB, MySQL, AWS, Kinvey and many more.
Nest vs. Express
Microservice Architecture : NestJS + Monorepo + Serverless + Lambda
As a backend developer when you start planning to build a backend application using NodeJs and want to use some framework, Express.js is usually the first choice that comes to mind. Express has gained popularity in the last few years among developers. Nowadays Nest (NestJS) is another popular NodeJS framework that can help you to build large-scale applications with the support of typescript and some useful advanced design patterns like dependency injection, event driven development and MVC. As
Recently I have started a backend development using microservice and serverless architecture for our web and mobile applications. So in this post, I’m going to explain each and every part of our backend architecture that is built using AWS services, hoping that it may help others too for serverless backend development. So, let’s understand it stepwise. Tools, Technologies and services we have used 1. Javascript + Typescript + NodeJS as backend programming language and runtime. 2. NestJS as