All Posts

Thoughts on web development, AI integration, software architecture, and lessons learned from building real-world applications

Building an efficient Content Pipeline with Claude Code: From PRs to Blog Drafts
9 days ago
6 min

Building an efficient Content Pipeline with Claude Code: From PRs to Blog Drafts

I built a system that scans my GitHub PRs weekly, identifies content-worthy work, and generates blog drafts automatically. I call the pattern Quasi-Claw. I built a system to solve a problem most developers share: doing interesting work every week but never writing about it. The pattern β€” slash commands + LaunchAgents + CLI execution β€” turns Claude Code into a lightweight scheduled agent without any heavy framework or infrastructure. Here is how it works: πŸ“… The Trigger: Every Friday at 5pm, a macOS LaunchAgent triggers Claude Code. πŸ” The Scan: It scans my GitHub repos and scores PRs/commits for "content potential." πŸ’¬ The Summary: It sends me a Slack digest of the week's best stories. πŸš€ The Execution: I run a single command to pick an idea, generate a full blog draft from the actual source code, and push it to my site’s API. The meta proof it works? This very post was identified and drafted by the system itself. #ClaudeCode #AI #BuildInPublic #Automation #SoftwareEngineering

Read More
A Developer's AI Workflow: From Voice Dictation to Automated Reviews
about 1 month ago
5 min

A Developer's AI Workflow: From Voice Dictation to Automated Reviews

The AI toolkit and workflow behind building three repositories, 347 commits, and a full-stack portfolio in under a month of part-time work β€” Claude Code, voice dictation, automated reviews, and more.

Read More
How I Built a Full-Stack AI Portfolio for Under $1/Month
about 1 month ago
6 min

How I Built a Full-Stack AI Portfolio for Under $1/Month

Four hosting services, three repositories, an AI chatbot, semantic search, and cross-device content sharing β€” practically free.

Read More
Building an AI Portfolio Agent with Laravel, pgvector, and Gemini
about 1 month ago
6 min

Building an AI Portfolio Agent with Laravel, pgvector, and Gemini

A chatbot that knows everything I've written β€” built with the Laravel AI SDK, pgvector embeddings, hybrid search, and Gemini's free tier.

Read More
Sharing Content From Anywhere: PWA, Chrome Extension, and a Laravel API
about 1 month ago
5 min

Sharing Content From Anywhere: PWA, Chrome Extension, and a Laravel API

A Progressive Web App and Chrome Extension that let me save and annotate interesting content from my phone or browser, with automatic metadata extraction.

Read More
Filament v5 as a Headless CMS for a React Frontend
about 2 months ago
6 min

Filament v5 as a Headless CMS for a React Frontend

Using Laravel's most powerful admin panel builder to manage content for a decoupled React frontend β€” with caching, preview URLs, and automatic cache invalidation.

Read More