BLOG
Sharing insights, knowledge and expertise
View All Topics
View All Types
Agile
Architecture
Atlassian
AWS
Business Agility
Business Analysis
Data & Analytics
Design
DevOps
Digital Marketing
Employee Spotlights
Integration as a Service
ITSM
Management & Leadership
Microsoft Tools & Platforms
News & Events
PMP Certification
Product Management
Project Management
SAFe
Security Governance & Posture
Software Development
Software Testing & QA
Splunk
Tech Talent Shortage
Value Streams
DevOps
DevOps
Learn more about DevOps methodology including main topic areas of ci/cd, infrastructure automation, cloud, test automation, health checks, and more.
What Is Infrastructure as Code in CI/CD Pipeline?
At first blush, infrastructure as code (IaC) and continuous integration / continuous deployment (CI/CD) don\'t seem to go together. They represent two completely different processes, don\'t they? One is a mechanism for defining how you...
Read Article >
Getting Started With Docker Hub
Docker is an open-source platform that packages applications for distribution. It gives you a way to combine applications and their dependencies into containers that run in any environment. Docker Hub is a service for sharing...
Read Article >
What Does it Mean to be Cloud Native
The Cloud Native Computing Foundation (CNCF) defines Cloud Native as “technologies [that] empower organizations to build and run scalable applications in modern, dynamic environments such as public, private, and hybrid clouds. Containers, service meshes, microservices,...
Read Article >
Alerting on SLOs and Error Budget Policies
Assessing your system\'s reliability through SLOs is a great way to really understand and measure how happy users are with your service(s). Error Budgets give you the amount of reliability you have left before users...
Read Article >
What is Site Reliability Engineering?
Site reliability engineering (SRE) is a trendy concept in the cloud world. Google started this practice in the early 2000s and shared it with the world in the seminal book Site Reliability Engineering. It turns...
Read Article >
Defining the 5 DevOps Principles: CALMS
DevOps is a ubiquitous term these days. I\'ve lost count of the job ads that look for DevOps engineers and the products that sell themselves as the ultimate DevOps tool. At its core, DevOps is...
Read Article >
Kubernetes vs. Docker: Differences You Need to Know
Both Docker and Kubernetes are ubiquitous tools nowadays. They\'re two of the most popular existing open-source projects. Whether your workloads run in the cloud or on-premise, it\'s exceedingly likely that you\'ll be using these two...
Read Article >
QA vs. Testing: What’s the Difference?
When the competition is just a few clicks away, you can\'t afford to ship poor quality software; if you do, you\'re begging for your clients to become former clients. However, getting yourself familiar with the...
Read Article >
eBPF: Modern Security for Modern Environments
Nowadays, we usually build software in containers. And if you don\'t want to lag behind with your cybersecurity, you need to adapt to the way containers work. The traditional IP:PORT: PROTO-based approach is inefficient when...
Read Article >
DevSecOps and Continuous Security
After many years of shifting to DevOps, we see nowadays a rising trend of DevSecOps . This is mainly for two reasons. First, there are far more security threats these days. Second, there are many...
Read Article >
DevOps Testing Tutorial: How They Fit Together
As a tester, or someone interested in becoming one, DevOps and testing are terms that you\'ll always hear next to each other. This is true whether in conversation or modern software development methodologies. Because DevOps...
Read Article >
How to Measure System Reliability
As businesses grow, new requirements arise for teams. The technology ecosystem becomes ever more complex and it is really important to understand each change and how it affects the overall system, as well as the...
Read Article >