Browsing Tag
typescript
345 posts
tRPC vs Hono RPC (2026): End-to-End Type Safety Without the Setup Tax
The problem both tools solve is the same: you write an API in TypeScript and your frontend immediately…
Supporting Language Switching for Date Formats, Not Just Text, with i18next
This article is an English translation of the original Japanese article. After introducing i18next to a React Native…
Typing Vue 3 provide/inject Without Losing Autocomplete
Strict prop types and typed emits get most of the attention in Vue 3 + TypeScript setups, but…
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…