Technical Writing & Insights

Deep dives into DevOps, Infrastructure, and Software Engineering

When PRDs Accidentally Invent Architecture

Recently I was in a discussion about what looked like a very simple feature.

“We just need to send an email when something fails.”

Fine.

Add some categories. …

The Hippo Paas

At Hippo Insurance, we built a platform as a service that allows engineers to add/mutate service-infrastructure simple and engineer-friendly.

Before I talk …

On Culture

I see a lot of people talking about “culture fit”. I wanted to spend some time telling you what it means to me.

First, let’s establish the …

Using Bots to Solve Developer Drudgery

Scaling an engineering organization has a lot of moving parts. One of the parts we discuss rarely is reducing friction and reducing time spent on menial tasks …

Updating Files With the Githup Api - Python

One of the features we have at Globality is to update build/setting files on all of our projects using the Github API.

We use that when we generate a new build …

Generating CI Configurations at Scale

Intro

You often hear about scale issues when discussing capacity, traffic, users and other resource related topics and issues. However, scale is often in the …

Insert a Line for Every File in a Directory

I recently imported this entire blog from Wordpress to Hugo.

The move itself was smooth and there are a million blog posts out there explaining exactly how to …