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.Oct 31, 20243 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.Oct 31, 20245 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.Oct 31, 20244 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.Oct 31, 20245 min read