Introduction to Feature Toggle
In today’s software development world, most of the time we use the agile methodology to develop software. In agile, we use continuous integration and continuous deployment (CI/CD) as a practice, wh...
In today’s software development world, most of the time we use the agile methodology to develop software. In agile, we use continuous integration and continuous deployment (CI/CD) as a practice, wh...
Terraform is a popular tool for managing infrastructure as code. Terraform supports a variety of cloud provider plugins for seamless infrastructure management. Before we get into the problem statem...
If you’ve been working with JVM-based languages (Java, Kotlin, Scala, and so on) for a while, you may have noticed that, beginning with Java 11, the Java Runtime Environment (JRE) no longer has a s...
I enjoy blogging about my experiences. I create and publish blogs on Medium because it has a nice user interface, statistics, opportunities to engage with the community, and so on. But, like many o...
mono-repo heading What exactly is mono-repo? A mono-repository is a version-controlled repository that contains many related but independent projects. These can be managed by the same team or multi...
As part of this article let’s try to understand how can we safely migrate Terraform state from one project to another. But before we start, let us understand when do we need this state migration. W...
https://github.com/sumanmaity112/pairing-matrix/blob/main/screenshots/pairingMatrix.gif This is a kitchen time conversation between two developers (John and Jean) working as a developer in an IT fi...
As part of this article let’s try to understand how can we run Gatling scenarios as executable Java jar package instead of using Gradle, Maven or any other build tools. But before start on it, let’...
Image copied from https://developpaper.com/a-simple-implementation-of-java-service-call-process-tracing/ Mapped Diagnostic Context (MDC) provides a way to enrich log messages with information that ...
image source: https://static.packt-cdn.com/products/9781789137613/graphics/25cb54f3-2b2c-4806-9b21-c87bdb2b8d3b.png As part of this article let’s try to understand how can we integrate Spring cloud...