I am a Full-stack Software Engineer with 7+ years of experience in the software development industry.
I am available for remote work.
Motivation It is often required to seed a database with initial data during development. In a NestJS + TypeORM project, we can do that with the help of typeorm-extension. Initial project setup Let's initialize our project using Nest CLI. nest new nes...

Motivation TypeORM is the most mature Object Relational Mapper (ORM) for TypeScript and JavaScript. Since it's written in TypeScript, it integrates well with the NestJS framework. For integrating with SQL and NoSQL databases, Nest provides the @nestj...
