A comprehensive guide to implementing Google Analytics Data API in a Next.js application, including server-side analytics data fetching and visitor count display.
A comprehensive guide to implementing Google Tag Manager in a Next.js application, including setup, configuration, and best practices for tracking user interactions.
A step-by-step guide to publishing your own React component as a npm package, starting from a Vite app. Real-world example: @janardanpethani/genmoji.
A deep dive into the difference between __proto__ and prototype in JavaScript, with simple and complex examples to understand prototype inheritance.
A comprehensive guide to creating a modern full-stack application using NX monorepo, NestJS backend, MySQL database, React frontend, and Docker containerization.
A detailed look at the modern web technologies and design decisions behind my portfolio website, including Next.js, React, TypeScript, and TailwindCSS for creating a responsive and performant web application.
Enhance your page transitions using the new CSS view-transition API.
How to fix the 'SyntaxError: Cannot use import statement outside a module' error when testing ES module libraries with Jest.