PinnedDevansh WaliaSupabase. A Firebase “Alternative”?Supabase — an open source Firebase alternative, a claim that requires a ton of weight if the product has to go toe-to-toe with the tech…Jul 10, 2022Jul 10, 2022
Devansh WaliainCodedashwith in JavaScript: Its Advantages and Why It Is Not Used AnymoreThe with statement is one of those lesser-known features of JavaScript that often gets overlooked in conversations about the language’s…Aug 22Aug 22
Devansh WaliainCodedashLet’s talk about ARMIf you’ve not been living under a rock for a past 3–4 years, you’ll have heard more than enough about the “revolutionary” new M-family of…Aug 6Aug 6
Devansh WaliainCodedashAutomating GraphQL Schema Stitching: A Comprehensive GuideGraphQL schema stitching is a cool technique that lets you merge multiple GraphQL schemas into one, making it super convenient to combine…Jul 21Jul 21
Devansh WaliainCodedashWhy py?Python has become one of the most popular programming languages in the world, especially in academia and industry. But have you ever stoped…Jul 13Jul 13
Devansh WaliainCodedashRedux vs. React Query: A Comprehensive ComparisonState management and data fetching are critical aspects of modern web development. Two popular tools in the React ecosystem that address…Jun 20Jun 20
Devansh WaliainCodedashUnderstanding Asynchrony in JavaScriptOne of the most important, but often misunderstood, parts of programming in a language like JavaScript is how to express and manipulate…Jun 8Jun 8
Devansh WaliainCodedash“All values are objects”: A JS mythThis is one of the most common, yet incorrect, “myths” that always floats around about JS. Let’s start debunking that myth.Jun 2Jun 2
Devansh WaliainCodedashUnderstanding Closures in JavaScriptClosures are super important in JavaScript! They allow you to create really powerful and flexible code by keeping things organized.Jun 1Jun 1
Devansh WaliainCodedashUnderstanding State Management and State Batching in ReactReact is really good at managing and updating the state of components and the simplest answer to the question “how”” is states. In this…May 31May 31