Er Raj Aryan·16h agoI Built an AI-Powered Revenue Reconciliation Dashboard with Next.js, Prisma, PostgreSQL, and GeminiHow I turned a time-sensitive take-home assignment into a full-stack financial operations platform, the architecture behind it, the…
InCoinmonksbyEr Raj Aryan·17h agoStop Fighting CSS Delays: Build Infinite Sequential Animations with linear() and sibling-index()Creating smooth sequential animations has traditionally meant writing dozens of keyframes, calculating awkward delays, and hoping you never…
Er Raj Aryan·6d agoWhen CSS Starts Animating Your UI Without Asking JavaScript for HelpEvery frontend developer has had that moment.
Er Raj Aryan·Jul 14CSS Grid Has a Secret Superpower Most Developers Never UseStop writing extra CSS. Let the browser do the heavy lifting.A response icon1A response icon1
InJavaScript in Plain EnglishbyEr Raj Aryan·Jul 13Build an Elastic Text Animation Using Only CSS (No JavaScript Required)Create a fun hover effect with modern CSS while understanding the accessibility trade-offs.
InCoinmonksbyEr Raj Aryan·Jul 10The Future of CSS Shapes Is Here: Meet the Powerful border-shape PropertyDesigners have chased beautiful UI for years. Developers have chased simpler code for just as long. CSS keeps quietly making both jobs…
Er Raj Aryan·Jul 8I Tried CSS Gap Decorations, and It Completely Changed How I Build LayoutsStop adding extra divs just to draw separators. Modern CSS has a cleaner trick.
Er Raj Aryan·Jul 7Centering in CSS Isn’t Hard Anymore. You’re Just Using the Wrong Tool.Stop memorizing random snippets and start understanding how modern CSS alignment actually works.
Er Raj Aryan·Jul 6Stop Fighting Random Fluid Sizes: How CSS round()Makes Responsive Design Feel IntentionalCreate cleaner typography, spacing, and layouts by combining round() with clamp() for predictable responsive design.A response icon1A response icon1
Er Raj Aryan·Jul 6The CSS Feature That Looks Amazing… Until Specificity Breaks ItWhy @starting-style isn't always the replacement for keyframe animations you think it is