Recommendations are hardHello! I am back with another story from part of my life. Recently, I have been working on a side project named Shop Naturally. It is a natural search for e-commerce. Meaning you can visit the website and write queries like, “can you suggest me budge...Apr 13, 2025·3 min read
Building Utopia 💡In the February month, I decided to build the utopia. Inspiration The name utopia came from a world where knowledge is free and everyone can learn everything. With great learning, comes great testing skills hence, a quizzing app. What it does The ba...Feb 23, 2022·2 min read
Do you see people as objects? A tale about primitive and non-primitive data types.Have you ever used the equality operator? The one which returns true/false based on if two values are equal or not. Javascript has two types of equality operators, loose equality operator(==) and another is strict equality operator (===). As the name...Jan 18, 2022·2 min read
Dark Mode in ReactJS (Using TailwindCSS)Hey folks, Welcome back. Today we'll look into How to implement dark mode in ReactJS with the TailwindCSS and how you can set up react app much faster with ViteJS. This is what the final product looks like, My goal with this project was two things, ...Sep 1, 2021·5 min read
My Encounter With useContextUseContext hook is used to define and use global context in a react application. Suppose you are making an app that gives the user to choose a dark or light theme, So when the user is moving on to the different page of your application, how will you ...Aug 1, 2021·6 min read
Web-Dev Best Practices for Writing Your Next WebsiteLet's talk about few key points that you can take care of to provide a consistent user experience across all devices and all kinds of users. How this is going to help you? Following this will, of course, enhance the user experience once they visit yo...Jul 4, 2021·6 min read
What I learned from Lighthouse auditsI recently analyzed the lighthouse report of 14 websites of the lab I am working with. Here is what I learned from that, What is Lighthouse? Lighthouse is an automated tool for auditing websites for any public page. It audits based on performance, a...Jun 7, 2021·4 min read