2 followers
I am a software engineer who is fascinated with building exclusive web apps. Ride with me.
CSS utility classes provide a way to apply specific styles directly in your HTML through class names. Each class typically controls a single CSS...
Prop drilling can be a good practice and for smaller apps and a bad practice for bigger apps; so what is prop driling? Prop drilling refers to the...
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...