Apr 20 · 5 min read · I wanted to experiment building a full-stack web framework that was small enough for the AI to read end-to-end without needing an MCP. What if the source code, both my code and the framework's code (i
Join discussion
Apr 16 · 3 min read · The <head> section is not visible on the page, but it controls how your website behaves in search engines, social media previews, and browsers. A properly structured head improves SEO, social sharing,
Join discussion
Apr 12 · 3 min read · Introduction When I first started learning CSS, everything felt easy… until it suddenly didn’t 😅 Sometimes I would write styles, refresh the page, and nothing changed. I tried different selectors, ad
Join discussion
Apr 10 · 8 min read · HTML tables are liars. If you haven't worked deeply with HTML tables, you might think a table is just a simple 2D array: table[row][col]. The moment an HTML table introduces a colspan or a rowspan, th
Join discussion
Apr 8 · 32 min read · If you've ever tried to process video in the browser, like for a video editing or streaming app, your options were either to process video on a server (expensive) or to use ffmpeg.js (clunky). With th
Join discussion