arindamchowdhury.hashnode.devHow to Make Your Website Pop with a Floating Gradient Blob in the BackgroundHave you ever visited a website and been mesmerized by a beautifully designed background that seems to flow and morph like a floating blob? If you're looking to add a touch of creativity and uniqueness to your web projects, you might want to conside...Sep 20, 2023·3 min read
arindamchowdhury.hashnode.devIntegrating Better-SQLite3 with Electron JS App using Create-React-AppAre you trying to build your own Electron JS application with React? Do you also want to store and manage data efficiently with SQLite? In this step-by-step guide, I will show you how to integrate Better-SQLite with your Electron JS app, using Create...Aug 8, 2023·6 min read
arindamchowdhury.hashnode.devAchieve a Glow Effect in VS CodeIn this blog post, we will explore how we can achieve a captivating glowy effect in VSCode with the help of the Custom CSS and JS Loader extension. Let's dive into the step-by-step guide to create a unique and visually appealing coding environment! ...Jun 19, 2023·3 min read
arindamchowdhury.hashnode.devAutomating CSS Grouping in VS Code: A Guide with CSS OrganizerWhen working on CSS, it can be challenging to keep track of numerous properties within a single rule. It becomes even more complicated when dealing with complex styles that require many properties. One popular method that some people use is organizi...Jun 9, 2023·3 min read
arindamchowdhury.hashnode.devReact input onChange causing lagBackstory Hey there! So, I recently faced an issue in my React project that I want to share with you. I had a parent component that contained two child components - Header and List. The Header component had a search input field, where the search valu...Apr 27, 2023·4 min read