How to create a CRUD application using Azure Cosmos DocumentDB?
In this post, I’ll tell you how to create a CRUD application using Azure Cosmos DocumentDB with a front-end framework of your choice. The main focus of this post is...
...on a journey to become an outlier software engineer!
In this post, I’ll tell you how to create a CRUD application using Azure Cosmos DocumentDB with a front-end framework of your choice. The main focus of this post is...
Recently, I published some posts that covers very important concepts like when to use Dependency Inversion Principle, Unit of Work, Repository design patterns in application. I recommend you to read...
A medium or large size application can easily get complex with tight coupling in between different layers of the application. In this post, I’ll tell you when to use Dependency...
A software design pattern is a general reusable solution to a common occurring problem within a context in software design. In this post, I’ll tell you when to use Unit...
A software design pattern is a general reusable solution to a common occurring problem within a context in software design. In this post, I’ll tell you when to use Repository...
Watch & learn how to setup routing for feature or child module in Angular using TypeScript. This video will explain everything you need to know about routing for a feature...
Watch & learn how to setup routing for root module in Angular application using TypeScript. This video will explain everything you need to know about routing for root module in Angular....
Watch & learn how to create simple components in Angular using TypeScript. This video will explain everything you need to know about simple components in Angular. I’m using my Prodo...
Watch & learn how to setup root application component in Angular using TypeScript. This video will explain everything you need to know about the root application component in Angular. I’m using...
Watch & learn how to setup the root module of Angular application using TypeScript. This video will explain everything you need to know about the root module in Angular. I’m...
More