All about ES6 (Part 2)Introduction The topics we will cover in this article are : Operators in JS typeof vs instanceof Converting a number to a string and vice-versa Spread operator and Rest operator Operators in JS Arithmetic Operators: They are used to perform mat...Jun 8, 2023·6 min read
How to set up Redux Toolkit.Introduction In this tutorial, we will focus on how to set up Redux Toolkit. The examples are based on a typical Create-React-App folder structure. Prerequisites Before we begin, let's make sure you have the necessary tools and knowledge. Here's what...Jun 3, 2023·8 min read
REST APIs: SimplifiedIntroduction Suppose you're using a weather app on your phone. If you want to know the weather in a specific city, let's say "Mumbai." You type "Mumbai" in the search bar and tap the search button. The app uses something called REST API to get the we...Jun 3, 2023·9 min read
Building a To-do App Using ReactIntroduction In this tutorial, you will guide a step-by-step approach on how to create a to-do app using React with detailed explanation. This guide will help you harness the power of React and build a functional and interactive to-do application. So...Jun 2, 2023·12 min read
Discovering Linux: A Brief Overview and History🐧 What is Linux? Linux is an Operating system and its core is just a KERNEL. It talks to the hardware and makes the hardware work. Linux was developed as a free and open-source alternative to the UNIX operating system, which was originally designed ...May 23, 2023·2 min read