Skip to main content

Video

I love making videos and have been doing it for over 20 years, starting with a silly promotional video I did for an open source project of mine, then my second startup, Tekpub. I pour my heart into the process and hope you enjoy!

A collection of 6 posts

Creating an MCP Server Using Node

Creating an MCP Server Using Node

I gave two in-person workshops recently at NDC Porto where we built out an MCP server for Claude... using Claude. Here's a recap.

Learning
Video

Checking Your Docs with Claude

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.

Video
Claude

Creating a Markdown Compiler

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.

Copilot
Claude
Walkthrough
Video

Using Gemini CLI to Learn Something New

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.

Gemini
Review
Video

Using Claude Code to Learn Something New
Members

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.

Claude
Investigation
Video

Turning a Markdown Spec Into a Database - With Test Data!

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.

Video
Copilot