Ken Muse
Modeling the Hidden Costs of Development

Modeling the Hidden Costs of Development

In the last post, we explored the expensive nature of technical debt and bad development practices. Today, we look at how to create financial models that help you to understand your actual costs.

Read more

The Hidden Costs of Bad Development Practices

The Hidden Costs of Bad Development Practices

Bad development practices create debt. The interest on that debt can literally make or break a company, and nobody is immune. With Internet Explorer becoming the latest casualty, it's a good time to explore the problem.

Read more

Using New GitHub APIs With Probot

Using New GitHub APIs With Probot

Probot makes it simple to create GitHub Apps, but sometimes the APIs update faster than Probot does. Learn how you can implement unsupported web hooks and APIs.

Read more

Implementing Docker Layer Caching in GitHub Actions
BuildKit provides native support for caching layers to improve build times. In this post, we'll explore implementing gha, inline, and registry caches with GHCR and GitHub Actions.

Read more

Implementing Docker-from-Docker for Non-Root Users

Implementing Docker-from-Docker for Non-Root Users

The third and final part of our exploration of Features and creating a simple feature. Now it's time to dive deeper into Linux scripting to create an entrypoint for the non-root users.

Read more