Skip to main content

The Archive

This is all of it! You can scroll through here and wander through all of the videos I've made or, if you're looking for something in particular, try searching!

Latest
Site Update, 2025
Life

Site Update, 2025

I like to change things up with my site on an annual basis. This usually means transparent things, such as moving platforms, but this time it's a bit more intense.

ยท Rob Conery

๐Ÿคญ Let's try it and see if it sucks
AI

๐Ÿคญ Let's try it and see if it sucks

One of the fun things you can do with AI is to "just try it", rather than think about it for days or do endless investigation. Let's see how that works.

ยท Rob Conery

Creating an MCP Server Using Node
Learning

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.

ยท Rob Conery

Actual, tangible steps to get over Imposter Syndrome
Career

Actual, tangible steps to get over Imposter Syndrome

ยท Rob Conery

Walking the Walk
Career

Walking the Walk

One of my favorite quotes is from James Clear: "Action breeds motivation". It also scares the crap out of me sometimes.

ยท Rob Conery

In the Land of the Blind...
Opinion

In the Land of the Blind...

AI backlash is inevitable, but it doesn't help things if you spout nonsense and shout at clouds. In fact, it actually hurts.

ยท Rob Conery

The Incremental Tutorial
AI

The Incremental Tutorial

Using Claude Sonnet to learn something new is a ton of fun, especially if you focus on moving one small step at a time and asking a lot of questions.

ยท Rob Conery

When You Stop Loving What You Do
Career

When You Stop Loving What You Do

ยท Rob Conery

Checking Your Docs with Claude
AI

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.

ยท Rob Conery

How Did You Learn AI Tools?
Walkthrough

How Did You Learn AI Tools?

I can't go for more than a few hours without reading someone's "horror story" about using AI for coding. I've had sessions which surely aren't fun, but I've never had a complete disaster like some people are having.

ยท Rob Conery

Online Courses are Toast
Opinion

Online Courses are Toast

It'll take a few years, but it's going to happen: interactive learning with AI is here, and it's going to replace horrible, boring video courses (and the good ones too).

ยท Rob Conery

Major Healey from I Dream of Jeannie opening the bottle for the first time
Opinion

The AI Genie in the Bottle

I went to a startup pitch night a few days ago, and it was quite interesting. Every deck featured some form of AI integration, but a few actually centered their entire business model on the idea that AI will carry out the core operation of their business. Is this a good idea?

ยท Rob Conery

๐Ÿฆ‹ Following the Fun
AI

๐Ÿฆ‹ Following the Fun

Note: this post is a bit old and I've folded this venture back into this here site because... well just because...

ยท Rob Conery

Creating a Markdown Compiler
AI

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.

ยท Rob Conery

Using Gemini CLI to Learn Something New
AI

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.

ยท Rob Conery

Initial Thoughts: Claude Code 2025
AI

Initial Thoughts: Claude Code 2025

I've been using Claude Code for a solid 2 weeks now, completely replacing all tasks that I used to do in Copilot. I love this thing, but there are a few changes I don't love.

ยท Rob Conery

Using Claude Code to Learn Something New
AI

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.

ยท Rob Conery

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

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.

ยท Rob Conery

How To Write a Prompt
Walkthrough

How To Write a Prompt

AI is a simple tool that our code editors are mangling into an over-engineered mess. Underneath all of the confusion is a simple way of thinking which I'll get into here.

ยท Rob Conery

How To Not Lose Your Job to AI Tools
AI

How To Not Lose Your Job to AI Tools

The people who are complaining loudly about AI are the same ones who are quickly and silently learning it behind the scenes. Our industry is changing, like it does, just be sure you're changing too.

ยท Rob Conery

๐Ÿซก The Best Job, The Worst Job
AI

๐Ÿซก The Best Job, The Worst Job

ยท Rob Conery

๐Ÿฅท๐Ÿฝ Self Sabotage: The Good Parts
Career

๐Ÿฅท๐Ÿฝ Self Sabotage: The Good Parts

Personal growth books claim self-sabotage holds us back. Business hustle books frame it as a necessary thing. Which is it?

ยท Rob Conery

๐Ÿ‘ผ๐Ÿผ Divine Code Reviews
Software Design

๐Ÿ‘ผ๐Ÿผ Divine Code Reviews

Reviewing someone else's code can be frustrating, but also a learning experience for everyone. Let's see how Stephen King might help us.

ยท Rob Conery

The Subtle Arts of Logging and Testing
Software Design

The Subtle Arts of Logging and Testing

I'm a big fan of testing, but I get lazy sometimes and it ends up costing me money, directly.

ยท Rob Conery

Test-driven Development In Action
Videos

Test-driven Development In Action

TDD is one of those things that people talk about, argue about, and think is interesting. I'm one of those people, so I asked Brad Wilson to clear it all up for me.

ยท Rob Conery

Meet Playwright
Videos

Meet Playwright

Curious about Playwright, the frontend testing framework? Well hang out for the next hour and I'll show it to you!

ยท Rob Conery

๐Ÿค– Does Functional Programming Matter To You?
Software Design

๐Ÿค– Does Functional Programming Matter To You?

Learning Elixir changed me as a programmer, and learning functional concepts changed the way I think about writing software. How about you? Is functional proogramming a useful thing to learn?

ยท Rob Conery

๐Ÿ‘ป Hacking Ghost for Fun and Profit
Front End

๐Ÿ‘ป Hacking Ghost for Fun and Profit

I've been using Ghost for many years and recently I decided to see just how far I could push it.

ยท Rob Conery

Surviving the Structured Interview
Career

Surviving the Structured Interview

The tech industry is slowly changing over to structured interviews, but most people don't know what they are and that they have a formula!

ยท Rob Conery

Explain It Like I'm 5 - Why Are Hashes Irreversible?
CS Theory

Explain It Like I'm 5 - Why Are Hashes Irreversible?

How to explain hashing algorithms to 5-year olds? Well... I'll do my best in this post, which comes with a video too!

ยท Rob Conery