Latest

Sep
17
How To Use Synthetic Monitoring Using Datadog

How To Use Synthetic Monitoring Using Datadog

Synthetic monitoring is an application performance monitoring practice that emulates the paths users might take when engaging with an application. It uses scripts to generate...
6 min read
Sep
16
What exactly is Azure API Management platform - Part 2

What exactly is Azure API Management platform - Part 2

Let's start by creating a simple web api in .Net Core 6. Name the project as "WebAPI1" (please use only this name for the project. You will see how it is important in some time). Now add a new controller "ValuesController" & add below code
6 min read
Sep
06
What exactly is Azure API Management platform - Part 1

What exactly is Azure API Management platform - Part 1

Ok. This is going to be a tricky ride. To make things easier it will be good to first understand some problems which arise during API development process.
5 min read
Sep
05
The big mistake while estimating a project deadline

The big mistake while estimating a project deadline

Over the years in my IT experience, I have gradually realized that there exists a big missing piece in the puzzle of estimating a project deadline which is mandatory to be fitted in place. But, to my surprise...
3 min read
Sep
05
Why is a Quality Gate needed in a DevOps pipeline?

Why is a Quality Gate needed in a DevOps pipeline?

To understand the need of a Quality Gate, let's backtrack it. Let's first understand the code review approaches & how the world would be without a Quality Gate. We all know that...
6 min read
Sep
05
Should I migrate my monolithic application to microservices?

Should I migrate my monolithic application to microservices?

Nowadays, microservices domain is in rage. Almost every company is trying to move to microservices architecture. This type of architecture is assumed as a silver bullet to all the problems & if your company...
6 min read