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 24, 2024Aug 24, 2024
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 28, 2024Jul 28, 2024
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, 20232Sep 4, 20232
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, 20234Mar 29, 20234
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, 20232Jan 10, 20232
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, 2020107Nov 27, 2020107
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, 202050Nov 22, 202050
Published inBetter ProgrammingStrategies for Learning New Skills FasterLike programmingNov 16, 20203383Nov 16, 20203383
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, 202049Nov 5, 202049
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, 202024Oct 21, 202024