Skip to main content

AI, Agents & Whatever Comes Next

Cover image for: Point, Click, Let AI Fix It: How I Built ZingIt Using the GitHub Copilot SDK
Latest Post

Point, Click, Let AI Fix It: How I Built ZingIt Using the GitHub Copilot SDK

Have you ever tried to describe a UI bug to someone? “See that button… no, the OTHER button… the one with the blue border… well, it’s kind of blue… anyway, make it bigger.” It’s painful. Screenshots help, but then you’re copying and pasting them …

10 min read Dan Wahlin

OSS AI Summit: Building with LangChain

Most AI demos look impressive in a notebook, but they fall apart the moment they touch real data, real users, or real scale. The companies that will win in 2026 aren’t the ones with the flashiest prototypes, they’re the ones who can reliably design, debug, and deploy agent-powered AI applications. …

Cover image for: OSS AI Summit: Building with LangChain

AI Repo of the Week: Generative AI for Beginners with JavaScript

A fun, hands-on learning journey that teaches JavaScript developers how to build AI-powered apps using generative AI and large language models. Introduction Ready to explore the fascinating world of Generative AI using your JavaScript skills? This week’s featured repository, Generative AI for …

Cover image for: AI Repo of the Week: Generative AI for Beginners with JavaScript

AI Repo of the Week: MCP for Beginners

Introduction Welcome to this week's spotlight in our AI Repo of the Week series—introducing the "MCP for Beginners" course, a fantastic starting point for AI developers and enthusiasts eager to navigate the world of Model Context Protocol (MCP). This open-source GitHub repository offers an in-depth …

Cover image for: AI Repo of the Week: MCP for Beginners

AI Repo of the Week: GitHub Copilot Adventures

Welcome to the AI Repo of the Week series! In this first post we're going to look at the GitHub Copilot Adventures repo. Stay tuned for additional posts that cover AI-related repos across multiple languages and technologies. GitHub Copilot Adventures Kickstart your GitHub Copilot journey with …

Cover image for: AI Repo of the Week: GitHub Copilot Adventures

Building a Marvel MCP Server with External APIs

Image from the Marvel Developers API NOTE: Marvel recently retired their API so it is no longer available unfortunately. I'm leaving this post up for historical purposes since the approach is still relevant for MCP servers. If you'd like to see a similar example, check out my DC Comics MCP server. …

Cover image for: Building a Marvel MCP Server with External APIs

AI Time-Travel: Your JavaScript Quest Begins!

> Generative AI for Beginners - A JavaScript Adventure. Code with Legends, Conquer the Future! Imagine sipping espresso with Leonardo da Vinci, debating AI over sketches of flying machines. Or quizzing Ada Lovelace on code in her misty mansion. The Generative AI for Beginners - A JavaScript …

Cover image for: AI Time-Travel: Your JavaScript Quest Begins!

What are Some Good Generative AI Prompt Engineering Resources?

One AI question I get a lot is, "What are some good prompt engineering resources?". Here are a few I've found useful: OpenAI Prompt Engineering Documentation Azure OpenAI: Introduction to Prompt Engineering Prompt Engineering Guide AI Builder Prompt Engineering Guide (PDF) DeepLearning.AI: ChatGPT …

Cover image for: What are Some Good Generative AI Prompt Engineering Resources?