Apache KafkaApache Kafka is used as a high-available messaging queue. It receives messages from other services in the environment and provides it to the others.Mar 09, 20203 min read
Continuous DeliveryPracticing Continuous Delivery means that you adopt practices to be ready to release product changes any time you want. Your product is always ready to deploy to production.Feb 06, 20204 min read
Continuous IntegrationContinuous Integration is a software development practice that makes developers integrate code changes into a shared repository routinely and frequently. Usually, each person integrates at least daily and that ensures them that their code changes do not break anything.Nov 11, 20195 min read
Automated DeploymentAn Automated Deployment allows an application to be deployed across various stages of the development process. It minimizes the need for manual intervention.Nov 11, 20195 min read