Executor: one gateway to connect your AI agent to every tool 🔗
A look at Executor, an open-source, local-first layer that gives your AI agents one shared catalog of tools, with shared auth and built-in safety rule [...]
a collection of dev rss feeds - blogroll
Posts
A look at Executor, an open-source, local-first layer that gives your AI agents one shared catalog of tools, with shared auth and built-in safety rule [...]
What Cloudflare Workers are and how to build, run, and deploy your first one. The foundation of the whole Cloudflare developer platform. [...]
A look at eve, Vercel's open-source agent framework. An agent is a directory of files, with durable execution, sandboxes, approvals, and evals built i [...]
A guide to Flue, the open TypeScript framework for AI agents and workflows from Astro co-founder Fred Schott, covering agents, workflows and durabilit [...]
A hands-on tutorial for Val Town, where you write JavaScript and deploy it to a live URL instantly, with HTTP, cron, and email triggers plus SQLite st [...]
How to install and use The Agency (agency-agents), a collection of specialized AI agents for Claude Code, Cursor, and other coding tools [...]
The AI Workshop June 2026 cohort is here, focused on practical AI workflows: agents, editor workflows, reviews, automation, MCP, skills, and subagents [...]
The AI Workshop May 2026 cohort enrolls May 1st to 5th, covering Claude Code, Cursor, Codex, MCP, spec-driven development, and AI-assisted reviews. [...]
The AI Workshop April 2026 cohort is open for enrollment April 1st to 5th, covering Codex plugins, Cursor Cloud Agents, Claude Cowork, and more AI too [...]
Reference: the 2026 AI-first Web Engineering Bootcamp, a 10-week project-based cohort that started on February 24, 2026. [...]
The AI Workshop February 2026 cohort is open, with new lessons on Claude Code, Git worktrees, skills, subagents, and tools like Conductor, Amp, and Ze [...]
The AI Workshop January 2026 cohort is open, with new lessons on Claude Code Web, plugins, Cursor Bugbot and Debug Mode, GPT-5.2, and an AI glossary. [...]
The December 2025 AI Workshop cohort kicks off the new monthly format, covering Claude Code, Cursor, MCP, and models like Gemini 3, GPT 5.1, and Opus [...]
A recap of the launch of my React Masterclass, a short, self-serve course that teaches you React and its ecosystem from the ground up. [...]
A complete guide to Railway, the deployment platform that ships your app from a GitHub repo with zero config, plus managed databases, volumes and doma [...]
Learn how to add Tailwind CSS to a Vite app: install the @tailwindcss/vite plugin, add it to vite.config, and import tailwindcss in your main CSS file [...]
Learn how to use Zod, the TypeScript-first schema validation library that validates data at runtime and infers your types from a single schema definit [...]
Learn how modern package managers like pnpm and Bun shrink node_modules and speed up installs by using a global store with symlinks and hard links. [...]
Learn how the React Context API lets you share state across your app without prop drilling, using createContext, a Provider, and the useContext hook. [...]
An introduction to Git worktrees, which let you check out multiple branches in separate directories at once, great for quick fixes and parallel AI age [...]
Announcing my TypeScript Masterclass, a text and video course that teaches TypeScript right from the start, treating it as the core rather than a JS a [...]
The 2025 edition of my free JavaScript Handbook is out, with modernized async content, clearer type coercion, and fixes to the examples and wording. [...]
The 2025 edition of my TypeScript Handbook is out, adding type guards, generics, as const assertions, and a clear explanation of unknown versus any. [...]
The 2025 edition of my free CSS Handbook is out, rewritten with modern selectors like :has(), :is(), and :where(), plus refreshed CSS fundamentals. [...]
The 2025 edition of my free Node.js Handbook is out, fully rewritten to be beginner-friendly with complete coverage of Node.js v22 LTS and ES modules. [...]
My first AI workshop cohort was a success, with hands-on Claude Code lessons for developers and solopreneurs. The next cohort starts in September. [...]
Learn how to deploy an Astro and PostgreSQL app on Railway, connecting the DATABASE_URL variable, setting a custom start command, and running migratio [...]
Learn how to recover lost or deleted files from an SD card using photorec, a free command line tool you can install with Homebrew and run with sudo. [...]