Docker is a set of the platform as service products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries, and configuration files; they can communicate with each other through well-defined channels. It is the most used container system on this planet. So learn docker and earn more. Interested to learn more about Docker, read this book from Amazon.

Benefits of using ECR (Elastic Container Registry) over other Docker image repositories

In the dynamic landscape of containerization, storing and managing Docker images efficiently is a challenge every developer and organization faces. Amazon's Elastic Container Registry (ECR) emerges as a front-runner in…

Continue ReadingBenefits of using ECR (Elastic Container Registry) over other Docker image repositories

How to create pipeline for Nestjs in AWS CodePipeline using Docker and CodeDeploy

Welcome, dear readers! In today's post, we'll dive deep into the process of creating a Continuous Integration/Continuous Deployment (CI/CD) pipeline for a NestJS application using AWS CodePipeline and CodeDeploy. By…

Continue ReadingHow to create pipeline for Nestjs in AWS CodePipeline using Docker and CodeDeploy