Building Fluentic Style: Making CSS Debugging Work Across Next.js Server and Client
This is part of my Building Fluentic Style series, where I’m writing down the design decisions, tradeoffs, and small surprises from building Fluentic …
Latest Team Management news from Tech News
This is part of my Building Fluentic Style series, where I’m writing down the design decisions, tradeoffs, and small surprises from building Fluentic …
This is part of my Building Fluentic Style series, where I’m writing down the design decisions, tradeoffs, and small surprises from building Fluentic …
This is a submission for Frontend Challenge: Comfort Food Edition , Perfect Landing: Comfort Food What I Built Gravy Boat — a landing page for a ficti…
This is a submission for Frontend Challenge: Comfort Food Edition , CSS Art: Comfort Food. What I Built A pure CSS art scene of the ultimate Hong Kong…
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 css…
Every design system has this pattern: one brand color, eight shade variants, a slightly darkened hover state, and a lightened disabled state. For year…
Here is a small but persistent annoyance in frontend work: <h1> The Practical Guide to Building Resilient Web </h1> The browser broke the …
Originally published on tamiz.pro . Tailwind CSS v4, currently in its alpha stages, marks a pivotal evolution for the utility-first CSS framework. Far…
When building a website, choosing a button design can take more time than expected. You may want something simple, soft, colorful, dark, outlined, or …
I build a lot of side projects with AI coding tools. Mostly Claude Code. A few months ago I noticed something that kept bugging me. Every site I shipp…
What a One-Line CSS Fix Taught Me About Code Review (My First Firefox Patch Feedback Loop) When I started contributing to Firefox through Outreachy, I…
Hello Dev Community! 👋 It is officially Day 155 of my software engineering track! Today, I brought the interactive catalog of Tomato — The Food Delive…
Hi everyone, I work as a marketer at a web agency in Korea, and our team recently started building a small HTML website template store for internation…
Why BEM? As frontend projects grow, CSS quickly turns fragile—poor class names cause style collisions, debugging pain, and slow iteration. BEM gives y…
A lightweight, modern React UI component library with 6 beautiful pre-built components. Perfect for fast UI development. ( https://github.com/jwafaDev…
Fluentic is my attempt to make React styling feel explicit, composable, and predictable again. Years ago, I worked on web apps with Emotion, and I lov…
Built a small web project that recreates the classic “Do a Barrel Roll” effect. 👉 https://doabarrelroll.online Simple CSS + JavaScript animation. No f…
After years of web development, I kept running into the same problem. Clients would come to me wanting a premium agency website — the kind that feels …
How I Built an Age Calculator Using HTML, CSS and JavaScript I recently built a simple Age Calculator web application using HTML, CSS and JavaScript. …
There's a specific kind of bad animation I notice immediately: the count-up stat that stutters as it ticks, the progress bar that lags a frame behind …
I was looking at a pull request last Monday. The marketing team had just rolled out a massive rebrand. We swapped our primary typeface from Inter to a…
TL;DR I got tired of writing HTML and chasing global CSS rules. I had a hunch: what if you could write a page the same way you write an app — same dec…
There's a certain kind of problem that lives rent-free in your head for months. Not urgent enough to drop everything for, but annoying enough that you…
Most websites work. They load. They respond. They show the right content. But many of them still feel static, generic, and forgettable. I wanted to ex…
The feature was done. Everything worked. I opened the browser, looked at the page, and thought: it's functional, but it's just... off. So I did what f…
Responsive design is shifting from viewport-driven (media queries) to intrinsic / behavior-driven (the layout adapts to its content and container). AI…
Have you ever opened a large codebase and wondered why changing one color broke styles in five unrelated places? Or why two buttons that look identica…