Back to Home

Blog

Thoughts on DevOps, cloud infrastructure, and developer tooling.

No posts found.

Feb 16, 2026

Building Custom Skills for Claude

How to build custom skills for Claude. Covers the folder structure, frontmatter format, progressive disclosure system, and a practical code review skill you can actually use.

Claude AI Skills Productivity
12 min read
Feb 11, 2026

🪾Git Worktrees for AI Agents 🤖

How to use git worktrees to run multiple Claude Code sessions in parallel without checkout conflicts, stash juggling, or stepping on each other's work.

Git Claude AI DevOps
8 min read
Feb 10, 2026

Adding Comments and Reactions to a GitHub Pages Site with Giscus

How to add a GitHub-powered commenting system to your static site using Giscus, giving readers a way to leave comments and emoji reactions on your blog posts.

GitHub Pages Giscus Blog Static Site
8 min read
Feb 9, 2026

Setting Up a Blog on GitHub Pages with Eleventy

A step-by-step guide to building a blog with Eleventy and deploying it to GitHub Pages using GitHub Actions, with Markdown posts and auto-generated listings.

GitHub Pages Eleventy Blog Static Site
15 min read
Feb 5, 2026

Managing Multi-Environment AWS Infrastructure with Terraform

How to structure Terraform projects for managing multiple AWS environments with workspaces, modules, and state isolation.

Terraform AWS IaC Infrastructure
12 min read
Jan 28, 2026

Docker Best Practices for Production Workloads

Practical Docker best practices for production workloads: multi-stage builds, security hardening, image optimisation, and health checks.

Docker Containers Security DevOps
10 min read
Jan 15, 2026

Building CI/CD Pipelines with GitHub Actions for E-Commerce Platforms

A practical guide to building reliable CI/CD pipelines for e-commerce platforms with caching, parallel testing, and blue-green deployments.

CI/CD GitHub Actions DevOps E-Commerce
8 min read
Jan 9, 2026

Hello World: My First Post via Eleventy

Welcome to my new blog built with Eleventy and GitHub Pages.

Blog Getting Started
2 min read