20 followers
Welcome to Code & Chaos π
I share thoughts on frontend dev, web performance, debugging nightmares, system design Stick around! π
Breadth-First Search (BFS) is a fundamental graph traversal algorithm that explores nodes level by level. It is commonly used for finding the shortest...
Introduction Graphs are one of the most fundamental data structures in computer science. They consist of nodes (also called vertices) connected by...
In this blog, Iβm thrilled to unveil Commit-Sensei, an interactive CLI tool designed to streamline and automate the process of generating commit...
Hello π In this blog, we will explore how to build a WhatsApp bot using Twilio, Node.js, Typescript, Render, and Gemini. Pre-requisites : Have a...
Hello π Let's start with Closures One-Byte Explainer: Imagine a magic box! Put your favourite toy inside, close it, & give it to a friend. Even...
Hello π Let's start with Promise One-Byte Explainer: Promises are like a waiter taking your order. They handle results which can be either success or...