📄️ Modern Deployment Strategies, Components, and terms
- Continuous integration (CI) and continuous delivery (CD).
📄️ Containerization
Containerization is a software engineering practice that involves packaging an application and its dependencies in a lightweight, portable container. Containers allow developers to deploy their applications on any infrastructure, regardless of the underlying operating system or environment. This makes it easier to build, test, and deploy applications, as the container can be run consistently across different environments.
🗃️ DockerSetup
2 items