Introducing Different Testing Strategies Into Your Delivery Pipeline

Testing Strategies

With the rise of DevOps, everyone’s talking about delivering quickly. But while speed is important, so is confidence. Testing will help you increase confidence, and without tests, you can’t trust the deployment pipeline. Just like divers won’t explore the ocean without oxygen tanks they can trust, ops …

Continue reading »

How Does DevOps Help You Make Database Changes?

Databases have always been treated with a certain level of respect---sometimes to the point that when we want to make a change to the database, we have to create scripts that contain all the commands that need to be executed in the destination environment. Of course, these sets of commands …

Continue reading »

Test Data Management and Its Role in DevOps

In my career, there've been many times when I've experienced the false joy of my code change being ready to be released to production. I say false joy because everything worked as expected on my computer, in dev, in testing and also staging. But in production, my recent code changes …

Continue reading »

7 Container Design Patterns You Need to Know

Container Design Patterns

Containers are popular right now because they help move applications forward in a consistent, repeatable, and predictable manner, reducing labor and making app management simpler. 

But how do you know if you're using containers properly? That's where container design patterns come into play. Here's what you need to know about …

Continue reading »

AWS Batch: A Detailed Guide to Kicking Off Your First Job

AWS Batch Guide

There are always the kind of tasks that need to run periodically, either to analyze and process information (like fraud detection), or to simply do things like send email reports. But for that, we need to have a tool to schedule computer resources and, of course, the script.

But what …

Continue reading »

Growing a High-Performance DevOps Culture

Culture is one of those things where we all know what it is but can’t explain it. Well, according to Wikipedia, culture is “the social behavior and norms found in human societies.” But in simple words, it’s all about people: how they interact, how they behave, how they …

Continue reading »

But I’m a Dev, Not a DevOps!

My experience with DevOps began before I even knew there was a name for the approach, when my boss asked me for some help in operations. The company I worked for was small at that time, so I always had the opportunity to get my hands dirty in the release …

Continue reading »

Deploy to Production: 5 Tips to Make It Smoother

Who hasn’t had issues when deploying a software change to production? No one.

I once accidentally deleted a bin folder from a .NET application in one of four servers when deploying a change. The site was working intermittently as a consequence, so I had to check all the servers …

Continue reading »

The Advantages of Using Kubernetes and Docker Together

You might be hearing a lot about Kubernetes and Docker—so much that you might be wondering which one is better.

Well, there is no “better” because these aren’t equivalent things. Docker is like an airplane and Kubernetes is like an airport. You wouldn’t ask “Which should I …

Continue reading »

Agile and DevOps: Why Are You Keeping Them Separate?

I first heard about agile many years ago. I learned then that the movement started in 2001 when a group of professionals met and created the Agile Manifesto. The manifesto describes a way of developing software faster by focusing more on how to provide value than anything else.

Personally, when …

Continue reading »