Tailwind Typography's prose Is Leaking Into Your Components — and the Three-Tier Fix
My CTA button had underlined links and the wrong text color, and no matter which utility class I stacked on it the issues didn't correct. The culpri…
Tech news from the best sources
My CTA button had underlined links and the wrong text color, and no matter which utility class I stacked on it the issues didn't correct. The culpri…
A practical walkthrough of how I built this very portfolio — covering Static Site Generation, JSON-LD structured data, Open Graph images, and a 68-k…
If you’ve ever wanted shadcn-like composition in Laravel and ended up with React in a Blade app (or a paste tree of components you now own forever),…
What is GreatUI? GreatUI is a curated collection of beautiful, copy-pasteable, and high-performance React components built with Tailwind CSS and Fra…
The Problem Frosted-glass UI is everywhere again — every dashboard, every AI chat sidebar, every "spatial" web app. But hand-rolling the effect mean…
Originally published on tamiz.pro . Tailwind CSS v4 represents the most significant architectural overhaul in the library's history. Moving beyond a…
There are exactly three sensible ways to get an SVG icon into a React codebase: paste it inline as a component, import the file through a build tran…
This is part of my Building Fluentic Style series, where I’m writing down the design decisions, tradeoffs, and small surprises from building Fluenti…
TL;DR: Fluentic Style is a new JSX styling library for React, Preact, Solid, and compatible JSX runtimes. It starts with typed style objects and a c…
If you've built anything on the frontend in the last five years, you've almost certainly touched Tailwind CSS. It reshaped how a huge chunk of the i…
Building a modern Customer Relationship Management (CRM) platform requires more than just displaying raw database records. Users expect interactive…
An ecosystem whose job is to full-fill our dream of opening and collecting pokemon cards, which we all had in our childhood. Instead of just clickin…
Commercial performance monitoring starts at $29-99/month. With Google PageSpeed API + GitHub Actions, you get continuous monitoring at $0. The Need…
Originally published on tamiz.pro . Tailwind CSS v4, currently in its alpha stages, marks a pivotal evolution for the utility-first CSS framework. F…
Originally published on tamiz.pro . Tailwind CSS v4 marks a pivotal evolution in how utility-first CSS is generated and managed. Moving beyond a sim…
This week I set out to add Tailwind support to react-clean-start , my React project generator. The goal of the CLI is simple: generate a clean React…
Vector icons do not line up with text out of the box. Unlike letters, graphic paths lack a consistent baseline, ascender, or descender. If you place…
Hey everyone, Wanted to share a small financial benchmark tool I built over the past few weeks: https://getnetworthcalculator.com The Problem Most n…
I got tired of searching "gas mark 4 to celsius" and landing on ad-heavy US sites that had never heard of a British oven. So I built the site I want…
When I published a little gem for conditional CSS classes two years ago, the first comment was Adrien Poly asking the obvious thing: "What is the ma…
Originally published on tamiz.pro . Tailwind CSS has fundamentally changed how many developers approach styling web applications. With the impending…
I deleted tailwind-merge from production While auditing dependencies in my monorepo, I ran an experiment that bothered me more than it should have:…
Most agency websites lose clients before they even read a word. Bad first impression. Generic design. Slow load time. I built AgencyX to fix that—a…
Hello Dev Community! 👋 It is officially Day 151 of my full-stack programming track! Today, I shifted gears from the backend persistence schemas stra…
Hello Dev Community! 👋 It is officially Day 137 of my software engineering marathon! Today, I built one of the most critical visual nodes of my MERN…
Headline: Tailwind v4 is the most significant rewrite since the framework launched — CSS-first config, Lightning CSS under the hood, container queri…
A quick disclosure up front: this post was drafted with AI assistance, and edited by me. The PowerPulse codebase itself has also been built largely…
You render some markdown, get back a pile of unstyled HTML, and then you style it. Headings, paragraphs, lists, tables, code. You do it for the blog…
Sliders are one of those UI components that look simple until you actually need to build one properly. At first, it feels like just moving a few car…
Tailwind's class names are readable. items-center tells you what it does. But it's not CSS. It's Tailwind's own name for align-items: center , &…