Browsing Tag
typescript
349 posts
Your retry logic is correct and does nothing
A comment on one of my posts sat open as an issue for two weeks before I understood…
The Criteria pattern in NestJS: what a client may ask for is a file, not a signature
The Criteria pattern in NestJS One single way to filter, sort and paginate any list. Five parameters and…
Prompt injection: your customer-facing AI is an attack surface
Here is a fun little exercise. Imagine you hired a brilliant, tireless, endlessly polite support rep. They memorized…
The Vacuum Approaches — you are the dog
This is a submission for Weekend Challenge: Dog Days Edition The Vacuum Approaches is a tiny Undertale-like house…
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…