



Feb 16 · 5 min read · Imagine it is 1995 and you hit a url of a website , it takes 3 minutes just for the site to load. Now what are the chaces of you waiting for that much amount of time. As we know our attention span is cooked up by watching reels and shorts.But a 10-da...
Join discussion
Jan 14 · 4 min read · Lets Understand what is nodenext and esnext which you usually find in tsconfig.json but don't know what these options actually does. Before that you must have a basic understanding of esm and cjs. In .js file if something is being exported, it become...
Join discussionNov 17, 2025 · 2 min read · Hey folks 👋 Today at Cudose Creative Agency, we explored some foundational JavaScript concepts that sharpen how we write and interpret code. From strict mode to arguments, parameters, and Automatic Semicolon Insertion (ASI) — --- 📚 What We Covered ...
Join discussion
Nov 8, 2025 · 4 min read · Introduction I recently experimented with kaplay, a lightweight JavaScript framework for game development. While debugging lag compensation issues, I found that console.log wasn't sufficient. Since it logs output every frame (60 times a second), it b...
Join discussionOct 6, 2025 · 8 min read · In JavaScript, we often work with arrays, chaining methods like map, filter, and reduce to transform data. But what if we could make these operations smarter, faster, and more memory-efficient? Enter lazy computation, a powerful technique that defers...
Join discussion
Sep 24, 2025 · 3 min read · JavaScript developers have long relied on Promises to manage asynchronous code smoothly—but what if you need to catch errors and results from both synchronous and asynchronous functions consistently? Enter Promise.try(), a brand-new addition official...
Join discussion
Sep 2, 2025 · 7 min read · Introduction We all know JavaScript as the language of the browser. But have you ever wondered how it became a part of backend development too? At one point, JavaScript was limited to things like button clicks and animations. But with the introductio...
HNikhil commented
Aug 14, 2025 · 9 min read · Remember when JavaScript was just that "toy language" for form validation? Those days are long gone. As someone who's been writing JavaScript since the jQuery era, I've watched this language evolve from a simple scripting tool to the backbone of mode...
Join discussion
Jul 19, 2025 · 7 min read · JavaScript is one of the most widely used programming languages in the world. It powers everything from web and mobile applications to server-side technologies. Behind the scenes, JavaScript is governed by a specification called ECMAScript, which evo...
Join discussion