Community driven content discussing all aspects of software development from DevOps to design patterns. Virtual machines were the cock of the walk fifteen years ago, but they have fallen out of favor ...
Container-based software development has been a seriously disruptive force in the IT world over the past 12 to 18 months. Be it the use of Java's bytecode interpreter or VMWare's OS images, ...
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 ...
There are lot of benefits to using Docker containers in CI/CD pipelines, especially for stateful systems like databases. For example, when you run integration tests, each CI job can start the database ...