anumide.hashnode.devThe Ultimate Frontend Performance Metrics Checklist (With Benchmarks) – A Stress-Free Audit GuideAs a frontend engineer, performance audits used to drain me. Not because I didn’t understand the concepts — but because there are too many metrics, too many acronyms, too many benchmarks to remember. 1d ago·4 min read
anumide.hashnode.devSetting up tailwindcss v4 in a Monorepo with NuxtWith the latest changes in TailwindCSS v4, setting up Tailwind and having a shared config across your apps in a monorepo can be challenging. In this article, I’ll walk you through how to set up Tailwind and create a shared config that keeps your styl...May 18, 2025·6 min read
anumide.hashnode.devHow to use Intersection ObserverIntroduction Intersection Observer is a JavaScript API that allow users to observe the passing across of an element in relation to its viewport or its root element. It is the most useful observer based JavaScript. Intersection observer is mostly use...Jul 11, 2022·3 min read