I recently inherited a legacy project where CSS files were minified to a single line. Debugging was a nightmare. I tried several online tools, but …
Posts for: #Javascript
From Pixels to Palettes: Implementing Color Extraction in JavaScript
I recently needed to extract dominant colors from brand logos for a design system. After trying several online tools, I found the underlying princi…
From Regex to AST: Building a Code Formatter
Dealing with minified legacy code is painful. While Prettier is powerful, sometimes you just want to quickly format a snippet without configuring r…
From Fetch API to Online API Tester: Request Wrapper and Error Handling
Debugging third-party APIs, I found Postman too heavy and curl commands not intuitive enough. So I built a lightweight online testing tool using th…