2 followers
I am a software engineer who is fascinated with building exclusive web apps. Ride with me.
Husky is a popular tool that simplifies the setup and management of Git hooks, allowing developers to automate tasks and improve code quality. Here’s...
What is React.js? React.js is a powerful open source JavaScript library used for building interactive UIs and single page applications. React focuses...
While writing Next.js, I encountered a bug that was a result of a browser API (Local Storage) being rendered on the server and thus I decided to deep...
Next.js utilizes the hybrid approach of both server-side rendering and client-side rendering. In this blog, I deep dive into the ins and outs of...
This blog comes out as a result of a build error I experienced when server-side rendering was being done on my sign-up component, My component had a...
The bug was that i wanted the close and hamburger icon to toggle the sidebar for mobile devices from within the navbar using ternary operators. · I...