Nothing here yet.
Jan 20 路 5 min read 路 1. Containers vs. Virtual Machines (VMs): Key Idea: Containers are fundamentally different from VMs. VMs are designed to host an operating system, Containers do not include a full guest OS; they include only user-space dependencies while sharing the...
Join discussion
Jan 15 路 2 min read 路 Externalising Configuration: Configurable information, (such as a web application's background colour), should not be hardcoded within the application's source. It is a best practice to move such information out of the application code and store it a...
Join discussion
Jan 9 路 5 min read 路 1. Rationale for Creating Custom Docker Images There are two primary reasons why one might need to create a custom Docker image: Absence of Existing Components: You cannot find a component or a service that you want to use as part of your applicatio...
Join discussion