by Manish Ghimire | Feb 19, 2025 | DevOps, Programming
Managing and storing Docker images is essential when working with containerized applications. That’s where Amazon Elastic Container Registry (ECR) comes in! ECR is a fully managed container registry that makes Docker container image storage, management, and deployment...
by Manish Ghimire | Feb 5, 2025 | DevOps
In the world of modern application development, containers have become the go-to solution for packaging, deploying, and scaling applications. However, managing containers at scale can be challenging. This is where AWS Elastic Container Service (ECS) comes into play....
by Manish Ghimire | Jan 6, 2025 | DevOps
DevOps, an acronym for ‘Development’ and ‘Operations,’ is a set of practices serving as a bridge between the development and operations teams. Who is a DevOps Engineer? A DevOps engineer is a professional who bridges the gap between development...
by Manish Ghimire | Oct 25, 2024 | Uncategorized
Docker is a platform designed for developers and system administrators to build, run, and share applications using containers. A container is essentially a process running in a self-contained environment with its own isolated filesystem. This filesystem is created...