AI Avatar is a free app where your VRoid (VRM) avatar cheers you with all its might.🤗 It lives in your VS Code sidebar (reacts to Claude Code / GitHub Copilot) or browser side panel (reacts to ChatGPT / Claude). Animations and speech bubbles all run without AI too.
This time I have three main topi...
Every Hydrogen project I've worked on started the same way — wire up a cart, build a PDP, add filters, then spend weeks on the "extras" that aren't really extras: wishlist, compare, quick view, proper i18n, RTL.
After doing this enough times I decided to build it once and properly.
ada ÉLAN is a Hydrogen storefront theme for fashion brands. It ships:
— An editorial desig...
Nintendo had a hotline where gamers could, at the time, call and speak with 'Game Counsellors' who provided them with tips and walkthroughs. It operated for quite sometime before Nintendo sunset it.
There are a few (Product) lessons from this that I am sure will be of value to Product Leaders.
1- Necessity (Invention's mother): The necessity of a situation usual...
This is a submission for the DEV Weekend Challenge: Dog Days Edition.
Same sidewalk. Two bodies. Two completely different heat loads.
Banx is my French Bulldog. Born October 5, 2022. He weighs 35 pounds — seven above the 28-pound ceiling in the French Bull Dog Cl...
AI Prompt Lab is a full-stack application I built around a simple idea: managing reusable AI prompts should feel like working with any other structured application asset, rather than keeping them scattered across notes, text files or chat histories.
The project combines Java 21, Spring Boot, React 19, TypeScript, PostgreSQL and OpenRouter in a compact architecture that ...
Most developers think of a PostgreSQL table like this:
1 | 25
2 | 31
3 | 42
Then we run:
UPDATE users
SET age = 30
WHERE id = 1;
The obvious mental model is:
25 → 30
But PostgreSQL doesn't simply overwrite the old value.
To understand what actually happens, we need t...