What OpenCLIP Did to My Photo Library

27th May 2026

Discover how OpenCLIP, a free open-source vision model, can automatically categorise, search, and visualise a personal photo library using zero-shot classification and vector embeddings. Learn how to build a semantic photo search engine with FastAPI, pgvector, and vanilla TypeScript, and explore your library as an interactive 3D cluster cloud powered by UMAP and Three.js. All running locally — no API keys, no monthly bills.

From Google Stitch Design to Live Site with Claude Code and Spec-Kit

3rd May 2026

I take the Stitch-generated Neon Terminal design system and build a real, deployed Nuxt 4 static site using GitHub's spec-kit and Claude Code. Discover the full spec-driven development workflow, what the AI coding agent got right, what it missed, and how content migration and creative surprises shaped the final result.

I Tried Redesigning My Blog with Google Stitch - Here's How It Actually Went

5th April 2026

A deep dive into redesigning a personal developer blog using Google Stitch's AI-powered design tools. This hands-on experiment covers different approaches, from detailed prompts to Ideate mode, revealing what works and what doesn't when using AI for real web design projects.

I Gave My Claude Code the Personality of a Sarcastic Senior Developer

22nd March 2026

Discover how to customise Claude Code's personality with custom spinner verbs, live status lines, completion sounds, session greetings, output styles, personalised tips, and custom skills. Turn your AI coding assistant into a sarcastic but helpful senior developer.

How to Create a Nuxt Module: A Beginner-Friendly Guide

15th March 2026

A step-by-step guide to building a real, publishable Nuxt module from scratch, covering module architecture, client-side plugins, auto-imported composables, TypeScript support, and automation with agentic workflows.

MCP Is Coming to the Browser: WebMCP and the Future of AI-Powered Websites

8th March 2026

WebMCP is a new browser standard that lets websites expose structured tools for AI agents. Learn how it works, how to implement both the Imperative and Declarative APIs, and how to test your WebMCP tools using real MCP clients like VS Code, Claude Desktop, and more.

Agentic Workflows: Write GitHub Actions in Markdown

22nd February 2026

Discover how to use GitHub Agentic Workflows to automate repository tasks with AI agents. This step-by-step tutorial covers writing workflows in plain Markdown, configuring triggers, permissions, tools, and safe outputs, and building practical automations for your projects.

The Protocol Behind Bluesky: Rethinking Social Media Architecture

15th February 2026

Explore the AT Protocol powering Bluesky - a decentralised social networking protocol that gives users real ownership over their data and identity. Learn how it works, how it differs from blockchain and Mastodon, and build a simple OAuth app against it.

Automating My Blog Workflow with GitHub Copilot SDK

8th February 2026

I built a TypeScript script using the GitHub Copilot SDK to automate my blog's publishing workflow. Here's how it converts Markdown drafts into fully structured blog posts with proper frontmatter, SEO metadata, image handling, and more.

How to Run and Debug Your GitHub Workflows Locally

1st February 2026

Learn how to run and debug GitHub Actions workflows locally using act. This comprehensive guide covers installation, running workflows, handling secrets, matrix builds, caching, and multi-job pipelines. Stop the commit-push-wait-fail cycle and catch issues before they reach your repository.