Creating an Eye-Tracking Chatbot in ReactHave you ever wanted to make a chatbot with an interactive twist? In this tutorial, we’ll build a chatbot component in React that makes eye…Feb 18Feb 18
Building a Weather App with Redis Caching Using Node.js and ExpressIn this article, we’ll create a weather app using Node.js and Express. To enhance performance and reduce API call frequency, we’ll…Jul 4, 2024Jul 4, 2024
Published inDevOps.devSetting Up Redis Server on Your PCLet’s set up the Redis server on your PC. We’ll cover the steps for both Windows and macOS/Linux.Jul 3, 2024Jul 3, 2024
Published inStackademicBuilding a Compass App with React and Tailwind CSSIn this article, I will walk you through creating a simple and functional compass app using React and Tailwind CSS. This app utilizes the…Jul 3, 2024Jul 3, 2024
Node modules folder is being pushed to git despite it being in gitignoreIn my project, I accidentally forgot to add gitignore file during the initialization of my nodejs project and initialized the git in that…Apr 27, 2024Apr 27, 2024
Is it a big red flag to use a web socket in Nextjs?I recently developed a chat app that I built on top of the nextjs framework as a full stack. After I completed my frontend code I used the…Apr 25, 2024Apr 25, 2024
A silly typescript errorIt took me minutes to debug it. What a silly mistake it was.Apr 21, 2024Apr 21, 2024
Custom hooks with typescriptI was rewriting my project in typescript when I encountered two major problems while using custom hooks.Apr 21, 2024Apr 21, 2024