Browsing Tag
typescript
330 posts
Lava Leap: Shipping an Endless Climber with an AI Pair Programmer
Lava Leap is an endless vertical climber: you scale procedurally generated platforms while lava rises from below, and…
Giving Your Local LLM Safe Filesystem Access With Ollama Tool Use
A local LLM that can read your files is genuinely useful. A local LLM that can read your…
Your agent writes deprecated model calls. I built a CLI to catch them before prod does.
Coding agents are trained against a snapshot of the world. So when you ask one to wire up…
AI Added Caching to Your Code — And Quietly Polluted Your Business Logic
Originally published at recca0120.github.io Ask AI to add caching to your code, and it will. The result looks…
Transactional Email in Medusa v2 Without the Notification Module
Medusa v2 has a notification module. It’s designed exactly for transactional email — you register a provider, configure…
I built an open-source dependency intelligence platform in TypeScript — here’s how it works
Most teams find out their dependencies are risky after something breaks. A maintainer disappears, a vulnerability sits unpatched…
Beyond Strict Mode: 5 Advanced TSConfig Settings for Bulletproof TypeScript
Most developers believe that setting "strict": true in their _tsconfig.json_ is the ultimate safety net for their codebase.…
Medusa v2 in Production: Three Bugs That Each Ate a Weekend
Production bugs don’t care that your infrastructure costs €3.29/mo. Medusa v2 is genuinely good — the headless model,…
How React-Style Time-Slicing Keeps UIs Responsive
Quick Recap In the previous article, we introduced priority-based and layered schedulers, solving the problem of “which tasks…
kovax-react 0.6: Pagination, breakpoint hooks, and one source of truth for responsive layout
kovax-react 0.6 is on npm. If you already use kovax-react 0.5 with ThemeProvider and CSS-variable theming, this release…