Optimizing Compute Costs for AI Agents
Agents spend most of their wall-clock time waiting on model inference. Depending on your execution environment, you're paying full price for every second of that wait.
I use Content Creation to teach and inspire the developer community
Agents spend most of their wall-clock time waiting on model inference. Depending on your execution environment, you're paying full price for every second of that wait.
A breakdown of the top TypeScript tools for building AI agents, from lightweight AI SDKs to durable runtimes, with tradeoffs and code examples for each.
Create MCP servers with Cloudflare Workers and get built-in AI, Durable Objects for stateful sessions, and global deployment.
I built a Cloudflare Worker to trigger full AI workflows for content generation, triggered by text or email.
Flue is a TypeScript framework for building AI agents. Here's how to build one from scratch — defining how it thinks, what it does, and running it on Cloudflare Workers.
Every AI agent is built on the same simple pattern: call the model, run the tools it requests, and repeat. Here's how to build that loop from scratch, step by step.
A walkthrough of how I'd ship an AI transcription feature in Quick Cuts using Cloudflare Flagship's JSON object flags. From dashboard setup to gradual rollout, without a single extra deploy.
Cloudflare Flagship is now in public beta offering native feature flags for Workers with no SDK or third-party service required. Here's what the setup looks like and how I'm using it in a real app.
I migrated my personal site's transactional email from Resend to Cloudflare Email Service. Here's exactly what changed and what stayed the same.
I was paying for Canva Pro just to remove backgrounds and add portrait outlines. Then I realized Cloudflare's Images binding does background removal in a single line. Here's how I built a replacement.
Use the Cloudflare Registrar API and MCP server to search, check, and register domains directly from your AI coding agent without leaving your editor.
5 tips for maintaining your mental health at a developer conference
JavaScript functions can't be serialized so they can't be passed from a Server Component to a Client Component in React.
Postman has officially launched a VS Code extension.
Here are my favorite video platforms for learning web development through video content.
Discover 5 essential Mac utility apps to boost your developer efficiency and streamline your workflow like Keyboard Maestro, Raycast, and more.
Don't make these mistakes when considering roles in your career. Make sure your next role is your best role!
Learn how to incorporate AI into your Next project using the openAI SDK.
Create React App makes up 40% of projects depoyed to Netlify. Is it really dead?
Learn to handle and track errors more efficiently in JavaScript
Use AI to create useful scripts through Fig.io
I didn't get the most out of my computer science degree!
5 ways I've used ChatGPT in my recent projects.
Learn how Xata's codegen keeps types in sync with your database.
VS Code extension to manage your embedded markdown
Polypane is a new browser with amazing developer features.
Appwrite is a Backend as a Service that changes the way we build applications
Learn how to make deep clones in JavaScript.
You can use the watch command in Node instead of using nodemon.
Here are 10 less popular VS Code themes to check out
Here are five trends in JavaScript to keep an eye out for this year!
I recently tried Astro framework for the first time, and it's amazing!
Learn how to build a memory match game with JavaScript
Learn how to build a link shortener app with SvelteKit, TypeScript, and Directus.io
Callbacks are an essential part of understanding JavaScript especially when dealing with asynchronous code. Let's cover the basics of callbacks in about 5 minutes with a handful of examples!
My favorite VS Code font in 2022 is free
Test your APIs directly inside of VS Code with the RapidAPI Client extension.
Here are the 15 most common mistakes I've seen beginner JavaScript developers make.
Setup a Custom Domain with Netlify
Let's look at the top 5 struggles I have as a Developer Advocate.
This plugin is amazing! I recently tried the Fig.io plugin for my terminal and it is AWESOME. You can get autocomplete and IntelliSense just like you do inside of VS Code right inside of your terminal.
I'm so excited and optimistic for 2022!
SvelteKit is one of the best frameworks out there, and working with it just got much much easier!
Announcing Advent of JavaScript - A FREE Series of JavaScript Challenges
100k Subscribers On YouTube - 5 Things I Learned
I created a developer rap video. Here's what I learned.
Learn how and why I got started Live Streaming early in 2020.
Here are 5 ways you can improve your chances of doing well in a developer interview.
JavaScript arrays have some powerful built-in methods that simplify working with them. Let's look at the array filter() method.
Let's take a first look at the Next.js 10 Image Component.