ADAritra Dasinartclick.hashnode.dev·2d ago · 14 min readBuild a Modern, Stylized Data Table With Search, Filters, and Sorting using CSS and JavaScript Every admin panel, dashboard, or internal tool eventually needs the same thing: a table of records that people can search, filter, and sort without the page reloading. It's such a common requirement t00
ADAritra Dasinartclick.hashnode.dev·Aug 19 · 10 min readA Practical Guide to Native CSS NestingFor years, nesting selectors inside each other was one of the main reasons teams reached for Sass in the first place. You'd write .card { .title { ... } }, run it through a compiler, and get flat CSS 00
ADAritra Dasinartclick.hashnode.dev·Aug 17 · 6 min readWhy Good Frontend Developers Still Matter in the Age of AIAsk any AI coding assistant to build a button with Tailwind and it'll nail it in seconds: bg-blue-500 text-white px-4 py-2 rounded-md hover:bg-blue-600. Ask the same tool to fix why your flex containe00
ADAritra Dasinartclick.hashnode.dev·Aug 13 · 7 min read10 Underrated Node.js Tools to Add to Your Developer ToolkitMost "best Node.js packages" lists just rename Express, Lodash, and Axios in a different order. Fine tools, all three — but they're not the ones that actually saved me time this year. The ones that di00
ADAritra Dasinartclick.hashnode.dev·Aug 13 · 6 min readCSS Just Got a Parent Selector. Your Forms Will Never Look the SameFor as long as I've been writing CSS, there's been one direction it refused to look: up. You could style a child based on its parent all day long, but the second you wanted a parent to react to someth00