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 8 · 6 min read · There is a persistent myth in the web development world that Oracle APEX applications are destined to look like clunky, early-2000s enterprise portals. If your app looks outdated, it isn’t the framewo
Join discussion
Apr 4 · 4 min read · Not just a reset. A browser upgrade. Most CSS reset sheets were written years ago and have not changed much since. They handle the basics: box-sizing, margins, font inheritance. But CSS has moved fast
Join discussion
Feb 22 · 5 min read · When you open a webpage, the browser first starts by reading the HTML i.e. the structure and content of the page at hand. But raw HTML on its own is plain and boring which can affect the time a user s
Join discussionFeb 16 · 6 min read · Overview In this tutorial, you'll learn how to fix Form premature validation errors common with :valid and :invalid CSS pseudo-classes by using the modern :user-valid and :user-invalid pseudo-classes. This ensures users only see validation messages a...
MTiffany and 1 more commented