Development
Go automate your GitHub profile README
Create a dynamic Markdown file with Go and GitHub Actions
Writing efficient Django
How to use Django's views, models, and queries to build a better application.
Look mom, I'm a GitHub Action Hero
The GitHub blog interviews me for their GitHub Action Hero series.
Technical ergonomics for the efficient developer
If you knew these tools existed, you'd probably be using them by now.
Multithreaded Python: slithering through an I/O bottleneck
How taking advantage of parallelism in Python can make your software orders of magnitude faster.
Breaking Bottlenecks: Engineering for Performance and Productivity
A deep dive into solving critical performance bottlenecks for building efficient and scalable systems, improving developer efficiency, and reducing operational costs.
Publishing GitHub event data with GitHub Actions and Pages
A guide to overcoming the GitHub event data horizon with a little command-line magic.
A lightweight, tool-agnostic CI/CD flow with GitHub Actions
How to take advantage of a simple GitHub Actions workflow without sacrificing agnostic tooling.
A portable Makefile for continuous delivery with Hugo and GitHub Pages
My Makefile for building this site, optimizing images, and running my CI/CD GitHub Actions flow.
How to quickly batch resize, compress, and convert images with a Bash one-liner
A fast command line interface solution for batch image processing.