
Block Clankers: A GitHub Action That Auto-Blocks Bot PR Spam
A small GitHub Action that auto-syncs your block list against a community-maintained registry of spam bot accounts. Fork it, drop in a token, and never deal with a "fix typo" PR from a brand-new account again.

The best coding LLM setup I've discovered (so far)
My current LLM coding setup and how to replicate it. After testing various tools and workflows, I've landed on Claude Code with MCP tools like Serena for intelligent code navigation and Context7 for live documentation lookups. I cover why context management matters, how custom skills improve output quality, and the most important habit most developers miss — telling the AI when it's wrong.

Generating dynamic images on the fly for Email Marketing
I was recently tasked to find a lightweight method to generate dynamic images on the fly for Email Campaigns. Sure we could use third-party solutions to do just that but for a fee. These are great services but being a developer I wanted to see if I could build my own that fits my needs.