Vaibhav Jethavapolyfils.hashnode.dev·Feb 10, 2025Build Your Own JavaScript Methods with Hitesh & Piyush's Dev Team! 🚀🌟Welcome to Team Hitesh & Piyush Dev Academy! Hey there, future JavaScript champ! 🏆 Imagine Hitesh & Piyush Sir are creating a legendary dev team 💻⚡, and they want YOU to be a part of it! But before you join, you need to train like a true coding w...100 likes·144 readsChaiCode
Shivam Vermajavascriptafficionado.hashnode.dev·Feb 14, 2025JavaScriptIntroduction Did you know JavaScript was created in just 10 days? Despite that, it now powers over 98% of the web’s interactivity and other seamlessly working technologies. So what is JavaScript and how it is able to perform such operations and it’s ...67 likes·80 readsChaiCode
ANKIT KUMARjavascript-teleporter.hashnode.dev·Feb 12, 2025Teleporting a Human: A Sci-Fi Guide to Serialization & Deserialization in JavaScriptIn the year 2147, Dr. Data invents the world’s first teleporter, but teleporting humans isn’t magic. It’s data science. Let’s see how JavaScript powers this futuristic feat. Chapter 1: Serialization - Dissolving a Human into Data Dr. Data prepares ...63 likes·63 readsChaiCode
Vivek Vardhanvivekai.hashnode.dev·2 hours agoSerialization and deserialization in Node.js : A Developer’s Guide to Safe Data HandlingIntroduction Ever wondered why apps need to convert data into different formats? By converting data into different formats, the data can be stored, transmitted, and reconstructed when necessary. Serialization and deserialization are two fundamental ...26 likesChaiCode
Anupam Rajanupam11.hashnode.dev·4 hours agoEssential Polyfills Every Developer Needs to KnowAs I was going through old articles and blogs, I read many things about JavaScript and how it is becoming more and more advanced for different browsers. With each new update, JavaScript introduces powerful features that enhance performance, security,...8 likes·33 readsChaiCode
Himanshu Mauryahimanshu-blogs.hashnode.dev·11 hours agoJavaScript OperatorsJavaScript operators are like tools that help us perform actions on values. JavaScript operators are symbols or keywords used to perform operations on values and variables. They are the building blocks of JavaScript expressions and can manipulate dat...15 likesChaiCode
Sartaj Singhjsvariablesdatatypes.hashnode.dev·12 hours agoUnderstanding Variables and Data Types in Javascript [Injustice League edition]“Imagine a world where human beings pray to an alien God... an alien who was just a regular being on their planet, Kryptonite. I must stop the Justice League and everybody in it to regain the power and respect we humans deserve,” said Lex Luthor, sit...9 likesChaiCode
Suman Sarkarsumansarkar.hashnode.dev·4 hours agoPolyfills: Bridging the JavaScript Compatibility Gap (Like a Friendly Translator for Your Code!)Hey there, fellow web wanderers! 👋 Ever built something super cool in JavaScript, only to find it… well, doesn't quite work everywhere? Maybe your amazing website looks fantastic on your shiny new laptop, but then your friend opens it on their older...2 likesChaiCode
Swarnabha Majumderserializationanddeserialization.hashnode.dev·an hour agoFrom JSON to Object: Teleporting Data Like a Sci-Fi Hero🛸Imagine stepping into a teleportation pod, pressing a button, and suddenly being in a different place. In sci-fi, teleportation breaks a person down into data, sends it across space, and then puts them back together at the destination. JavaScript doe...ChaiCode
Saurav Pratap Singhfunction-building-blocks-of-js.hashnode.dev·an hour agoMastering Paneer Tikka Masala with FunctionsWhat is a Function? Technically speaking a function is a block of reusable code that performs a specific task. It takes input (parameters), processes it, and returns an output which helps in making the code modular, maintainable, and reusable. In lay...1 likefunctions
Utkarsh Salunkeutkslnk.hashnode.dev·an hour agoSerialization and Deserialization and it's resemblance with Modular furnitureUnderstanding Serialization and Deserialization in JavaScript Through Modular Furniture In the world of web development, managing data efficiently is key to building responsive, fast, and user-friendly applications. Two crucial concepts in this realm...ChaiCode
Priyansu Dashcustom-polyfills-of-inbuild-js-method-of-array-by-priyansu.hashnode.dev·2 hours agoCustomizing JavaScript: Building Polyfills for Array MethodsWhat is polyfill ? Polyfill is a JavaScript library that provides missing or polyfill functionality for older browsers. Not for only older browser, but for new browser also If I want to design a app, and there is some JavaScript function which are...1 likeChaiCode
Yamanweb-blue-print.hashnode.dev·4 hours agoMemory, Objects and MoreObjects Objects are one of the most important data structures in JavaScript. They are used to store a collection of key-value pairs, where each key (also called a property) is unique, and the value can be any valid data type. Syntax let objectName = ...ChaiCode