Goodbye Jib: Modernizing Container Builds for a Simpler CI/CD Workflow
How migrating from Jib to a transparent Docker-based workflow simplified and unified our build pipelines across multiple services.
All the articles I've archived.
How migrating from Jib to a transparent Docker-based workflow simplified and unified our build pipelines across multiple services.
AI may overuse emojis, but in developer logs they're more than decoration. Here's why ✅, ❌, ⚠️, and ℹ️ deserve a place in your terminal.
Practical Git commands that save you time, recover lost work, and help you debug faster. Think of this as your essential Git cheatsheet.
How to eliminate human error in blog timestamps by pulling the last modified date directly from the filesystem in Next.js.
A Python script to automatically clean up GitHub notifications by marking closed or merged issues and pull requests as done.
How I built a CLI tool to create YouTube playlists from my subscriptions, with quota-aware API calls, OAuth caching, and no frontend.
Learn how to use wget and parallel to download thousands of images from a URL list, with setup instructions and syntax examples for macOS.
A few handy CLI snippets and notes to remember how to quickly create or overwrite files using the terminal.
Learn how to set up jBPM on macOS using Docker, including prerequisites like Xcode CLI, Homebrew, and verification steps for Docker installation.
A discussion on currying and partial application in JavaScript with practical examples including React's connect and letter ciphering.
Lessons learned while extending a Gatsby blog with images, and the pitfalls of outdated tutorials when working with fast-moving frameworks.
A walkthrough of using docker-compose override files to manage local image tags, avoid committing dev-specific changes, and support multiple configurations.
A parable from The Way of Testivus on how testing coverage goals depend on context — and how some developers just want simple answers.
A script to automate resolution of common merge conflict patterns using bash.