PinnedYou Need to Know About Pure Functions & Impure Functions in JavaScriptWith this article, we will explore what pure/impure functions are and their differences in JavaScript. Let’s dive in..Mar 28, 2023Mar 28, 2023
PinnedWhat is Strict Mode in React?Hello React developers, you’ve probably heard of strict mode. But what the hell is it, exactly? In short term, React.StrictMode is a useful…Mar 24, 2023Mar 24, 2023
PinnedBuild an Ovulation Calculator App with Next.js, TypeScript, Tailwind CSS and useReducer HookWe will be showcasing a powerful ovulation calculator app built using Next.js, TypeScript, Tailwind CSS and the useReducer Hook. This app…Feb 28, 2023Feb 28, 2023
Unexpected Moments of JavaScript That Will Challenge Your Understanding of the LanguageAs one of the most popular programming languages in the world, JavaScript is widely used for building dynamic and interactive websites, web…Mar 18, 2023Mar 18, 2023
Build a Tic Tac Toe Game using HTML, CSS, JavaScript, Tailwind CSS and Canvas ConfettiWelcome to the Island of Relevancy.Mar 13, 2023Mar 13, 2023
Sail on a Sea of React Libraries That Will Make You the Captain of your CodeAhoy there, As a React developer it’s always good to have a trusted library by your side. Just like the famous Pirates of the Caribbean…Mar 7, 2023Mar 7, 2023
Build an EMI Calculator with Next.js, TypeScript, Tailwind CSS, Recoil and RechartsAre you interested in building a next level and attractive EMI Calculator? If so, you’re in luck. Through this tutorial, we’ll explore how…Mar 4, 2023A response icon1Mar 4, 2023A response icon1
Take Your Code to The Other SideIn today’s adventure I will take you to the Other Side of code development. As ONE, we’ll explore the art of code refactoring and see how…Mar 1, 2023Mar 1, 2023
Understanding the javascript:void(0) StatementOccasionally, you may come across an HTML document that includes the use of href="JavaScript:void(0);" within an <a> element. This usage of…Feb 28, 2023Feb 28, 2023