Optimize performance using useMemoHey everyone! This article will help you learn how to improve your web app's performance to make it run seamlessly. What will we cover below? purpose of useMemo Basic syntax and examples of useMemo How useMemo helps in optimizing performance Misu...Aug 23, 2024·3 min read
A Guide to Implement Dark/Light Mode Toggle using Next.js and Chakra UIThere has been an increasing popularity of Dark Mode in the past few years, and you may have noticed it yourself. In this tutorial, I'll provide a step-by-step guide to adding a Dark Mode toggle to your website using Next.js and ChakraUI. This toggle...May 12, 2023·6 min read
Getting Started with Git and GitHub: A Beginner's TutorialLearn the Basics of Version Control and Collaborative Development with Ease.Apr 13, 2023·5 min read
Unlocking the Power of Maps, Filters, and Reduces in JavaScriptLook how this Array function works!Mar 4, 2023·4 min read
All about Outreachy: Application and ProcessAre you someone looking to build a career in open source and open science? If yes, then Outreachy is a great program to kickstart your journey. Hey everyone, I am Janvi. I am a past Outreachy intern selected for the May 2022 cohort who worked with Fi...Jan 18, 2023·5 min read
What is 'this' JavaScript?Let's brainstorm on the most confusing thing in JavaScript - The ‘this’ keyword. In this article, we will cover all of the basics you need to know about the JavaScript “this” keyword. Before that, Let's see... What is JavaScript? JavaScript is a pro...Dec 22, 2022·4 min read