JavaScript Series: Understanding the Differences Between Objects and MapsIn JavaScript, both Object and Map are used to store key-value pairs, but they have significant differences in terms of functionality…Aug 24Aug 24
What is an API? [ API For Dummies — Part 1 ]Assume you’re sitting in a bustling restaurant, menu in hand, ready to order your favorite dish. But wait! You don’t march into the…Jul 28Jul 28
Simplifying State Management with useReducer in ReactManaging state in React applications is a fundamental task, and while the useState hook is excellent for handling simple state changes, it…Sep 4, 2023Sep 4, 2023
ChatGPT 101 — Getting StartedChatGPT is a large language model developed by OpenAI. It is designed to generate human-like responses to a wide range of prompts and…Mar 29, 2023Mar 29, 2023
Intro to Higher Order Function | JavascriptA higher-order function is a function that takes one or more functions as arguments, or returns a function as its result. Higher-order…Jan 10, 2023Jan 10, 2023
Published inFrontbenchHow to Document your learning| FullStack CampWriting is easy. Anyone can write. But, writing something which people would love to read is hard. It takes to master this skill.Nov 27, 2020Nov 27, 2020
Published inFrontbenchProgress Report of week 1 at Frontbench CampThis is week 1 of the full-stack camp which we recently started at Frontbench. The goal of this weekly report is to share what we did last…Nov 22, 2020Nov 22, 2020
Published inBetter ProgrammingStrategies for Learning New Skills FasterLike programmingNov 16, 20203Nov 16, 20203
Published inFrontbenchFrontbench 2.0 : I’m reimagining online education againEverything you want to learn today is available on Internet, whether you want to become an Full Stack Engineer, Machine learning engineer…Nov 5, 2020Nov 5, 2020
How Does Call Stack Works In Javascript?Yesterday I talked about the execution context in javascript. The call stack is basically a collection of multiple execution context where…Oct 21, 2020Oct 21, 2020