If you are interested in becoming a software developer or learning more about how to manage your developer environments in Visual Studio Code. This quick guide will provide more insight on the ...
As an experienced coder or a newcomer learning your first programming language, setting up your development environment can be tricky. Let me show you how I put together the perfect Linux programming ...
Docker provides a powerful tool for creating lightweight images and containerized processes, but did you know it can make your development environment part of the DevOps pipeline too? Whether you're ...
Containers have long been a popular way of packaging up and delivering software, but many developers have also begun to explore using containers in more ways than originally intended. In a recent ...
The primary advantage that containers have, especially over a virtual machine (VM), is that containers share the machine’s OS kernel. So, while VMs need an entire OS instance for operating each ...
Docker is one of the biggest buzzwords in the IT world. If you're wondering why, the main answer is because of the value that containers and development with Docker instances provide to software ...
In part one of this two-part post, I walked through how DevOps and the development philosophies of lean and agile are related. In part two, I make the case that similar to the dynamics I described in ...