Blog
Sharing insights about front-end and full-stack development with TypeScript, Node.js, React, and friends.
AI Image Generation Cost Analysis
Picking the wrong image generation model can cost you 100x more and take 15x longer. I ran the same prompt through 19 of them to find out.
A Thin API Layer for React Apps on Vercel
Not every React app needs Next.js. A single rewrite rule and Hono give you auth, rate limiting, and AI integration without changing your frontend stack.
Themeable Web Components with Solid.js and CSS lite-dark()
This tutorial demonstrates how to build a custom HTML element with solid-element and theme it with the light-dark() CSS function.
Build Your Own AI-Powered API with Ollama, Hono and Vercel AI SDK
In this post, I'll explain my tech choice and show you three approaches for building AI-powered APIs.
Automating Appointment Checks with Playwright, 2Captcha, and Mailtrap
A simple JS script saved me about 5 hours over 3 months just by checking my place in a queue.
Prompts are Code with dotPrompt and Firebase Genkit
This tutorial is about the dotPrompt standard. I'll show you how to create and turn AI prompt files into executable functions with Genkit.
AI Framework Comparison: Vercel AI SDK, Mastra, Langchain and Genkit
I've created a few code examples to compare Vercel AI SDK, Mastra, Langchain.js and Firebase Genkit, and here are my impressions...