Blog
Sharing insights about front-end and full-stack development with TypeScript, Node.js, React, and friends.
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...
Using Small LLM Models Locally with Ollama
In this post we will go through Ollama server installation, LLM model setup and code integration.