Browsing Tag
node
265 posts
Running AI-Generated Code Safely: Field Notes on Vercel Sandbox
Headline: Vercel Sandbox runs untrusted code — including code a model just wrote — inside an isolated, ephemeral…
A formula can be implemented perfectly and still give the wrong answer
I spent a while this year writing a small zero-dependency library of health and fitness formulas — BMI,…
Streaming Long AI Jobs to the Browser: SSE Patterns From Building an Audit Tool
The first version of the spectr-ai web frontend had a spinner. You uploaded a contract, the spinner spun,…
# From JavaScript to Node.js: Understanding What Really Happens Behind the Scenes (Part 4.3A.1)
# Module Resolution Algorithm (Part 1): How Node.js Finds the Right Module In the previous article, we explored…
How Small Businesses Lose Money From a Backend They Didn’t Know Was Weak
Most small business owners think a technical problem looks like a crash. The website goes down, an error…
Integration with Workable public jobs API
Workable is an ATS with a public careers layer you can read without authentication. The widget-style JSON endpoint…
Stop Fighting Python for Webhooks: Why Node.js is Optimal for Cloud Function Signatures
The Cryptographic Trust Problem (Why Webhooks Are Unforgiving) Webhooks are the nervous system of modern production apps. Whether…
Docker healthchecks: what they actually measure and what you shouldn’t promise
Docker healthchecks: what they actually measure and what you shouldn’t promise The right way to know if your…
Why I Stopped Writing 15 * 60 * 1000 in Every Project
Let me be honest with you. Every time I start a new Node.js project, I copy-paste this from…
“I Got Tired of Rewriting 4 AI CLI Config Files. So I Put Setup Behind One Button”
I like trying new AI coding tools. I do not like reconfiguring them. That was the part that…