Skip to content

Blog

Lessons learned from building software, working at startups, and contributing to open-source.
toolingtailwindcssopen-source

oxlint-tailwindcss: the linting plugin Tailwind v4 needed

March 20, 2026·
5 min read

The most complete linting plugin for Tailwind CSS, native to oxlint. 22 rules with autofix, zero-config and designed from scratch for Tailwind CSS v4.

design-systemfrontendvue

What I learned building Design Systems and what I would do differently

June 25, 2025·
7 min read

Real lessons from building Design Systems in Vue and TypeScript: common mistakes, architecture decisions, and what I would do differently today.

architecturefrontendvue

Screaming Architecture: the key to a scalable frontend

June 11, 2025·
7 min read

Your frontend project should scream what it does, not what it is built with. Concrete migration examples, framework coexistence with Nuxt, and shared state handling.