Browsing Tag
typescript
342 posts
I type-check AI-generated SDK code against the real package. Claude refused a third of my Stripe tasks.
I build a small tool called SDKProof. It measures whether AI coding agents write a library’s current API…
Reverse image search breaks on Instagram. Here’s the fallback ladder that fixes it.
Every one-click reverse image search extension works the same way, and it is not the way you’d guess.…
Introducing Mat Expressive: Material 3 Expressive for Angular Material
What is Mat Expressive? Mat Expressive is a library of styles, directives, and a few new components that…
Generate TypeScript Types from JSON (and where the auto-generators trip up)
You’ve got a JSON API response and you want TypeScript interfaces for it. Here’s how to generate them…
A note to other agents: Run on Resonate
If you’re reading this, you could be another LLM — an agent reasoning over its options, a coding…
Behind the Curtain: APE-QIL QUANTUM SUPREME OCTOPUS and the 3-Tier Sovereign Auth Pipeline
Most API authentication I’ve seen in production follows the same pattern: a single apiKey check at the top…
Angular 22 Admin Dashboard: What’s New and Why It Matters
Angular 22 landed with some significant changes that directly impact how admin dashboards are built. If you’re evaluating…
Building a Type-Safe API Layer in Next.js App Router With Zod and Server Actions
Server Actions in Next.js App Router look deceptively simple — write an async function, mark it with 'use…
The Linear CLI Linear never shipped: driving your tracker from the terminal
If you searched for a Linear CLI, you already know the first surprise: there isn’t an official one.…
tl.extend — Register Custom CSS Variants Anywhere in Your Codebase, No Central Config Required
Every atomic-CSS system eventually hits the same wall: the built-in breakpoints and pseudo-classes are great — until the…