AuthonAuthon Blog
All articles

#typescript

6 articles tagged with “typescript

Why your generated SDK is full of 'any' types — and how to fix it
debugging

Why your generated SDK is full of 'any' types — and how to fix it

Your auto-generated TypeScript SDK is full of `any` types? The fix isn't the generator — it's your OpenAPI spec. Here's how to tighten it up.

openapitypescriptapi
How to stop rewriting your storage layer every time you switch providers
debugging

How to stop rewriting your storage layer every time you switch providers

A practical pattern for decoupling your app from object-storage vendors using a small adapter interface and web-standard I/O primitives.

webdevjavascripttypescript
WordPress vs EmDash: Is This Astro-Based CMS Worth the Switch?
comparison

WordPress vs EmDash: Is This Astro-Based CMS Worth the Switch?

Comparing EmDash, a TypeScript CMS built on Astro, against WordPress. Honest look at when to migrate and when to stay put.

cmsastrotypescript
Your npm Package Is Leaking Source Code (And You Probably Don't Know It)
debugging

Your npm Package Is Leaking Source Code (And You Probably Don't Know It)

Source maps in npm packages can expose your entire original source code. Learn how to detect, prevent, and fix source map leaks in your packages.

npmjavascriptsecurity
How to Make Claude, Codex, and Gemini Collaborate on Your Codebase
tutorial

How to Make Claude, Codex, and Gemini Collaborate on Your Codebase

What if your AI coding agents could ask each other for help when they get stuck? Here is how to set up multi-agent collaboration in under 2 minutes.

aiproductivitytypescript
Recreating Windows XP in React: Why Devs Keep Building OS Clones
tutorial

Recreating Windows XP in React: Why Devs Keep Building OS Clones

A deep dive into building Windows XP in React — why OS clone projects teach you more about frontend development than most tutorials ever will.

reacttypescriptfrontend
Articles tagged "typescript" | Authon Blog