ResumeLabBlog
Matt Huggins

Matt Huggins

Web & Mobile Developer

matt.huggins@gmail.comhuggiemhugginsmatt-huggins
Projects
PokerNexus
Poker social network
Codebound
Collectible card game
SVGConverter.io
Vectorize raster images
Recent Blog Posts
QR Codes that Route to the Appropriate App StoreQR Codes that Route to the Appropriate App Store
Sep 24, 2026
Announcing PokerNexus: The Social Network for Poker PlayersAnnouncing PokerNexus: The Social Network for Poker Players
Sep 21, 2026
Cooking with measurableCooking with measurable
Jun 19, 2026
Blog Topics
aidata fetchingform managementgraphicsgraphqljavascriptnativenode.jsreactrubyruby on railssecuritytanstack formtanstack querytypescriptuser experience

Blog Posts Tagged “security”

Back to Blog

Building Real AI Agents with the Vercel AI SDK

Jun 2, 2026
typescriptnode.jsaisecurity
Building Real AI Agents with the Vercel AI SDK

The Vercel AI SDK makes it easy to call a model and stream a response, but the quickstart skips the parts that matter for a real application: forwarding the user's identity to your internal services, writing a system prompt that holds up under pressure, and building tools the model can't misuse. Here's how I approach all three.

Building a Secure JavaScript Sandbox for Player Bot Scripts

Dec 28, 2025
typescriptjavascriptnode.jssecurity
Building a Secure JavaScript Sandbox for Player Bot Scripts

How I built a secure sandbox for running untrusted player scripts using V8 isolates, a two-layer API architecture, and runtime code generation.