Hello, Finanza
https://sumanmaity112.github.io/finanza/ This is a kitchen-time conversation between two friends (John and Jean). John: Hello Jean, how are you? Jean: Hello, John. I am fine. Thank you for asking. ...
https://sumanmaity112.github.io/finanza/ This is a kitchen-time conversation between two friends (John and Jean). John: Hello Jean, how are you? Jean: Hello, John. I am fine. Thank you for asking. ...
As part of my previous blog, we understood how can we run integration tests in parallel. Now, as part of this blog, I would like to share my approach when I am trying to run integration tests in pa...
If you’ve been working on large projects, you might have observed that the build time increases with the number of features. Initially, it might have taken only a couple of seconds, but slowly, it ...
If you have been working with Java for some time, you might have come across some scenarios where you wanted to publish source code as a jar file so it could be reused in other projects. In this sc...
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...