Tech Tools —45 min listen
Adventures in DevOps 129: The Future of Intelligent Monitoring and Alerting with Ava Naeini

Ava Naeini shares her patent-pending tool that uses ML to determin the health and performance of distributed systems.

Tech Tools —37 min listen
Adventures in DevOps 128: The GitOps Framework with Tanmay Bhat

We discuss the GitOps framework, advantages and disadvantages, and favorite tools.

Tech Tools —2 min read
Long-lived branches discourage refactoring

Every refactoring tends to entangle all the other functional changes together, which makes it even harder to advance changes to the production branch.

Tech Tools —44 min listen
Adventures in DevOps 127: DevOps and Log Management

Various strategies to logging and log management and what you can start implementing today.

Tech Tools —1 min read
Alerting or Monitoring?

An alert that you can't respond to is a wasted alert. But monitoring can cover anything.

Tech Tools —2 min read
How serious is a deployment failure?

A deployment failure should go through standard alert channels, but should it page whomever is on call?

Tech Tools —2 min read
When not to monitor your systems

With too many alerts, you can be paralized into inaction.

Tech Tools —1 min read
Do you monitor deployments?

I've seen a broken deployment go unnoticed for several hours before being fixed. No more!

Coding Practices —57 min listen
Adventures in DevOps 125: The Pull Request Paradox with Yishai Beeri

Yishai Beeri of LinearB discusses strategies to improve flow of PRs and code review with smarter tooling.

Tech Tools —38 min listen
Adventures in DevOps 124: The Intersection of Data and DevOps

How can DevOps work with data and reporting?

Tech Tools —2 min read
Two kinds of errors

Users shouldn't see stack traces. Devs shouldn't see JSON parsing errors. Send the right error to the right place.