Skip to main content

Agentic AI & Whatever Comes Next

Cover image for: GitHub Agentic Workflows: From Markdown Instructions to Automated PRs
Latest Post

GitHub Agentic Workflows: From Markdown Instructions to Automated PRs

Have you ever had tasks on your to-do list that you know should be automated but keep putting off anyway? That's been me with various GitHub repos I maintain. Some of them don't require frequent updates, but others like the new GitHub Copilot CLI …

7 min read Dan Wahlin

Get started with GitHub Copilot CLI: A free, hands-on course

GitHub Copilot has grown well beyond code completions in your editor. It now lives in your terminal, too. GitHub Copilot CLI lets you review code, generate tests, debug issues, and ask questions about your projects without ever leaving the command line. To help developers get up to speed, we put …

Cover image for: Get started with GitHub Copilot CLI: A free, hands-on course

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 into chat windows and hoping your AI assistant …

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

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