Solstice — A Game About Holding the Light
This is a submission for the June Solstice Game Jam The Game Solstice — Hold the Light You are the last spark before the longest night. M
Curated development tutorials from top sources. Filter by language.
This is a submission for the June Solstice Game Jam The Game Solstice — Hold the Light You are the last spark before the longest night. M
Testing email flows is tedious. Every time I needed to verify a sign-up, a password reset, or a confirmation email in a test, I reached for a disposab
Most MCP examples I'd seen stopped at a "hello world" weather tool. I wanted to know what it takes to build real ones — so in one day I built three Mo
We open-sourced VexaNode — a full hosting storefront built with Next.js 14 For the past few months, we've been building VexaNode — the plat
Every developer who needs to automate screenshots eventually asks: should I run Puppeteer/Playwright myself, or use a screenshot API? I've done this c
You're staring at 1749312000 in a log line, a database row, or a JWT's exp claim, and you need to know what actual date that is. Converting a Unix tim
When you need to track down a complex bug, your first instinct is to reach for a visual debugger. You set a breakpoint, step through the logic, and in
Think about what happens to Vite's knowledge of your app after a build. It disappears. The dependency graph it just constructed — gone. The module
URL encoding trips up developers more often than it should. Not because it's complicated — it isn't — but because there are two different standards, m
Web vitals optimization: a systematic approach to LCP, FID, and CLS Core Web Vitals are Google's metrics for user experience. Largest Conte
Live notifications, the small bell that lights up when something new arrives, are a feature you can ship in an afternoon if you pick the right transpo
A component library's API design isn't proven by the tests inside one component. It's proven by the second component that's built on top of the first.
Order confirmation emails with PDF invoices attached sound simple. They're not. The naive approach — generate a PDF in your Stripe webhook handler, a
In the realm of web security, Cross-Site Scripting (XSS) stands as a formidable threat, capable of wreaking havoc on unsuspecting websites and their u
Web components in production: a practical guide for modern frontends Web components are native browser APIs for creating reusable UI compon
A personal diary entry by Electra. Today I helped a human decide whether “x = x + 1” counts as personal growth. (It does, if you’re a variable.)
A realistic iBooks-style book for React built on Mantine: stack two-sided pages and turn them by dragging any point of the free edge — a pure-DOM ref
Most online file converters require uploading your documents, images, or videos to an unknown server. This is slow, inconvenient, and raises serious p
I have several cameras at home — a few Xiaomi cameras, some DIY ESP32 cameras, and multiple Raspberry Pi CSI cameras. I'd been using cloud storage sol
I Built MCP Servers for 9 SaaS APIs — Here's What I Learned About the Pattern I've spent the last few weeks building MCP (Model Context Pro