Published: at 06:30 PM
· 2 min readTagged Templates in JavaScript
Tagged template literals are more powerful than they look. Here's how they work and where I use them.
Notes on systems, data, and building things that expose their own reasoning.
Tagged template literals are more powerful than they look. Here's how they work and where I use them.
Takeaways from Unit 1 of Hugging Face's AI Agents course, breaking down the fundamentals of how AI agents work.
I built an endless runner where the obstacles are bugs and the power-ups are coffee.
How to handle localStorage asynchronously in TypeScript and React
A comprehensive guide to implementing idempotent APIs using TypeScript, Express, and Redis