Related Content
The Metrics behind High-Performing DevOps Organizations The 2019 Accelerate State of DevOps report was recently released, and it gives a lot of insight into companies' software delivery and operational performance. The highest-performing organizations have several factors in common, the most crucial and prevalent being automation. Here's why automation is such a key aspect. |
||
A DevOps Approach to Mobile App Development DevOps has completely transformed the mobile app development scenario, and it’s a good choice for any business looking to create an app. Let's look at what DevOps means in the context of developing a mobile app, some of the key benefits of a DevOps approach, and five crucial factors to keep in mind during development. |
||
Testing in DevOps: A Slack Takeover with Lisa Crispin Thought leaders from the software community are taking over the TechWell Hub to answer questions and engage in conversations. Lisa Crispin, who's created many educational materials for software professionals, hosted this Slack takeover and discussed DevOps, test automation skills for manual testers, and starting TDD. |
||
Agile Is Not the Same as DevOps Agile and DevOps are two terms that are often confused with each other and sometimes used interchangeably. But they are not the same idea. While both improve software performance, these concepts are actually quite different. Let's look at their definitions, origins, and principles, as well as using each in practice. |
||
Using a Multibranch Jenkins Pipeline with Docker Typically, code for a Docker image is developed using multiple GitHub branches, with each branch being the code for a single Docker image tag. However, having to create and run a Jenkins pipeline for each GitHub branch can be cumbersome. Try a multibranch pipeline to integrate multiple GitHub branches simultaneously. |
||
4 DevOps Antipatterns to Avoid While lots of organizations are making good progress with DevOps, there are others that have fallen prey to common DevOps antipatterns. Signs usually include a slowdown or stopping of progress toward a fully collaborative organization operating at a high velocity. Here are four DevOps antipatterns to watch out for. |
||
Building Security into DevOps: A Slack Takeover with Larry Maccherone Thought leaders from the software community are taking over the TechWell Hub to answer questions and engage in conversations. Larry Maccherone, senior director at Comcast, hosted this Slack takeover and discussed what DevSecOps means, how to get started with security, and the changing role of security specialists. |
||
Using Kubernetes Helm Charts for Increased DevOps Collaboration A Docker image is usually designed for a baseline functionality and can then be customized. However, customized resource definitions are typically not shared among other users who might have a similar application requirement. Here’s where Helm charts for Kubernetes can help reduce rework and increase collaboration. |