Your Browser Already Has a Component Library
Recently I was reading the documentation of yet another UI library, and I couldn't help thinking that something went wrong somewhere. This isn't really about one particular library. Ark UI made me thi

Search for a command to run...
Recently I was reading the documentation of yet another UI library, and I couldn't help thinking that something went wrong somewhere. This isn't really about one particular library. Ark UI made me thi

A few days ago, I wrote about how my agentic development workflow mostly emerged from actual problems rather than from a carefully designed set of principles. Since then, some of those ideas have beco

Over the past few weeks, I have been experimenting with a more agentic way of building software projects. I started with a project template that Sol helped me generate. It seemed to cover all the typi

A while ago I wrote a small article about modern tooltips. The idea was simple: use modern browser features such as the Popover API, keep the implementation small, and avoid pulling in a large positio

I recently needed to collect all changes in one file for reporting purposes. Found this article: https://ratfactor.com/cards/git-diff-with-new-files In case you need something similar on Windows, here

Some projects start with a grand plan. Others start because you just need to read a file without thinking too much about it. That was the case for spread-compat. I needed a common interface for CSV, X

With modern css, you can almost get rid of sass. But there is one last pain point : media queries. Not being able to use variables or an easy, common syntax for typical breakpoints is really annoying. That is, until you meet Media Queries Level 5. I’...

This is a quick article to share this demo I just made. https://codepen.io/lekoalabe/pen/JoPNWpX

Modals are typical UI elements for many web apps. There are countless packages dedicated to that specific features, each framework creating its own variation. Popular frameworks like Bootstrap also have custom code to deal with it. But all this feels...
