Video
A collection of 5 posts

Checking Your Docs with Claude
I did a short stint at a startup over the last month and one of the things they asked me to do was verify the steps on one of their quick start pages. Super exciting stuff ๐ but that's exactly the kind of thing Claude is good for.

Creating a Markdown Compiler
One of the most powerful things that AI can do for you is to create a script that does a thing you don't want to do. Mind-numbing, boring tasks, like compiling markdown documents into a format for a documentation site, or, in my case, a course template.

Using Gemini CLI to Learn Something New
Another week, another groovy tool to play with. This time it's Gemini CLI from Google, and it's impressive.

Using Claude Code to Learn Something New
Using an LLM to learn something new is a fun process that comes with a few caveats, such as "how can I trust what I'm seeing isn't complete crap?" I'll address all of this in today's video.

Turning a Markdown Spec Into a Database - With Test Data!
Working with AI coding tools takes repetition, and sometimes have a simple task to perform will unlock the process in your mind, and you'll start seeing patterns you never thought possible. Here's a fun task that will hopefully do just that.