Demystifying Continuous Integration and Continuous Deployment in Modern Software DevelopmentContinuous Integration (CI) and Continuous Deployment (CD) pipelines have become indispensable components of modern software development…Mar 1Mar 1
Localstack for local development — JavaLocalStack is a popular open-source tool that allows you to emulate various AWS services on your local machine. It provides a convenient…Jun 16, 2023Jun 16, 2023
Microservices architecture — JavaMicroservice architecture is an architectural style that structures an application as a collection of small, loosely coupled, and…Jun 16, 2023Jun 16, 2023
Achieving 100% code coverage for an ENUMIn most of the modern days applications team are forced to achieve ~100% code coverage for the code they write. But is this really possible…May 4, 2021May 4, 2021
Git Branching Strategy And Pull RequestsGood git branching strategy and use of pull requestsApr 13, 2021Apr 13, 2021