Skip to main content

4 posts tagged with "automation"

View All Tags

Claude Code Hooks: A Complete Guide to Automating Your AI Coding Workflow

· 10 min read
Scott Havird
Engineer

Claude Code Hooks: A Complete Guide to Automating Your AI Coding Workflow

If you've been using Claude Code for more than a week, you've probably noticed a pattern: you keep telling it the same things. "Run prettier after editing." "Don't touch the .env file." "Run the tests before you stop." These aren't complex instructions — they're rules. And rules shouldn't depend on an LLM remembering to follow them.

That's exactly what Claude Code hooks solve. They're deterministic automation that runs at specific points in Claude Code's lifecycle, executed by the harness itself — not by Claude. If you configure a hook to format code after every edit, it will format code after every edit. No exceptions. No "I forgot."

Building Scalable Video Generation with Remotion and Docker: A Developer's Complete Guide

· 7 min read
Scott Havird
Engineer

Building Scalable Video Generation with Remotion and Docker: A Developer's Complete Guide

If you've ever wanted to programmatically generate videos at scale, you've probably discovered that traditional video editing tools don't cut it for automated workflows. Enter Remotion—a React-based video generation framework that lets you create videos using familiar web technologies. But here's the kicker: when you combine Remotion with Docker and GitHub Actions, you get a production-ready video generation pipeline that can scale from your laptop to the cloud.

Claude Code Template: Accelerating AI-Assisted Development

· 6 min read
Scott Havird
Engineer

Claude Code Template: Accelerating AI-Assisted Development

The future of software development is here, and it's conversational. With AI coding assistants becoming increasingly sophisticated, the way we structure and approach development projects is evolving rapidly. Today, I'm excited to share the Claude Code Template – a comprehensive starter template designed to maximize productivity in AI-assisted development workflows.

Building AI Teams with CrewAI

· 4 min read
Scott Havird
Engineer

Building AI Teams with CrewAI

Have you ever wished you could assemble a team of AI experts to tackle your projects? Imagine having a researcher who never sleeps, an analyst who processes data in seconds, and a writer who crafts perfect content – all working together seamlessly. This isn't science fiction; it's possible today with CrewAI.