I've been using Astro for production projects for six months. Here's what surprised me, what annoyed me, and why I keep reaching for it anyway.
#astro #web #javascript
Everyone knows CSS variables exist. Fewer people use them to their full potential. Here's a deep dive into what they can actually do — theming, responsive design, and runtime computation.
#css #web #frontend
Every developer blog starts the same way. Here's mine — plus why I decided to build a Geocities-inspired portfolio in 2024 instead of using a template.
#meta #web #retro
The site you're looking at right now. Astro-powered, retro-styled, and hand-crafted with vanilla CSS. No Tailwind was harmed in the making of this site.
#Astro #TypeScript #CSS
A web-based terminal emulator with authentic CRT aesthetics — scanlines, phosphor glow, and era-accurate color palettes. Built to look like it's running on a PDP-11, but actually running in your browser.
#TypeScript #Canvas API #WebAssembly
A lightweight, dependency-free SQLite database browser that runs entirely in the browser via WebAssembly. Drag and drop a .db file to start querying — no server, no uploads.
#TypeScript #WebAssembly #SQLite