Filter
Exclude
Time range
-
Near
Use Promise.all() when one failed promise means the whole batch should stop. As soon as something rejects, JavaScript skips the rest of the happy path and goes to catch. #JavaScript #AsyncJavaScript #CodeTips #WebDevelopment #PuzzlMedia
2
7
When every result matters, JavaScript's Promise.allSettled() lets the whole batch finish before you handle the outcomes. Perfect for cases where one failure should not hide the rest. #JavaScript #AsyncJavaScript #CodeTips #WebDevelopment #PuzzlMedia
1
8
Day 9 of #21DaysChallenge Learned how modern web apps handle asynchronous data Covered: • Fetch API • Promises (.then) • Async/Await • try / catch • ES Modules • AJAX Understanding how JavaScript fetches and processes API data #javascript #asyncjavascript #learninginpublic
3
45
JavaScript Mastery Roadmap: Beginner → TRUE JS Expert No React. No Node. No frameworks. Just pure JavaScript — the way real engineers master it. Core Foundations:- ->Variables (let, const) ->Data types ->Loops & conditionals ->Functions & scope ->Mini project: Counter, Calculator, Simple Validator ES6 — Modern JavaScript:- ->Arrow functions ->Template literals ->Destructuring ->Spread & Rest ->Array methods (map, filter, reduce) ->Mini project: To-Do app with LocalStorage Deep JavaScript — Engine & Internals:- ->Execution context ->Call stack ->Lexical environment ->Hoisting ->Closures (super important) ->Mini project: Custom debounce & throttle functions Asynchronous JavaScript Mastery:- ->Event loop ->Microtasks vs Macrotasks ->Callbacks ->Promises ->async/await error handling ->Mini project: API fetcher with retry logic Browser APIs & Web Internals:- ->Fetch API ->Web Storage ->Timers (setTimeout, setInterval) ->URL & FormData APIs ->Mini project: Weather widget or image uploader Objects, Prototypes & OOP in JS:- ->Prototypal inheritance ->this keyword ->call / apply / bind ->Constructor functions ->Classes ->Mini project: Custom class-based data model Advanced Concepts:- ->Iterators & Generators ->ymbols ->WeakMap / WeakSet ->JSON manipulation ->Mini project: Build a custom iterator for pagination Performance & Memory:- ->Memory management ->Garbage collection ->Optimizing loops ->Minimizing reflows/repaints ->Mini project: Optimized table renderer JavaScript Design Patterns (Must Know):- ->Factory ->Module ->Singleton ->Observer ->Revealing module ->Mini project: Build your own Pub/Sub event system Final Phase — TRUE JavaScript Mastery:- ->Writing clean, scalable functions ->Immutability & pure functions ->Composition over inheritance ->Error-handling discipline ->Security (XSS, prototype pollution) ->Final project: Build your own mini JavaScript utility library (like a small version of Lodash) #JavaScript #JavaScriptMastery #WebDevelopment #100DaysOfCode #CodingJourney #FrontendDeveloper #LearnJavaScript #AsyncJavaScript #ES6 #CleanCode #ProgrammingTips #WebDevCommunity #CodeNewbie #TechLearning #DeveloperRoadmap #JSExpert
2
4
393
27 Jan 2025
Day 37: Finally grasped the intricacies of asynchronous JavaScript! Feels amazing to conquer those callbacks & promises. On to async/await next! #webdev #javascript #100DaysOfCode #codingjourney #programming #webdeveloper #asyncjavascript
6
25
589
Common String Methods 🚀 indexOf(substring): Finds the first occurrence of a substring. console.log(str.indexOf("l")); // Output: 2 slice(start, end): Extracts part of a string. console.log(str.slice(1, 4)); // Output: "ell" #ES6 #JavaScriptFunctions #JavaScriptEvents #AsyncJavaScript #Promises #JavaScriptArrays #DOMManipulation #JavaScriptObjects #JavaScriptProjects
1
3
37
Removing elements:🚀 pop(): Removes the last element. shift(): Removes the first element. #ES6 #JavaScriptFunctions #JavaScriptEvents #AsyncJavaScript #Promises #JavaScriptArrays #DOMManipulation #JavaScriptObjects #JavaScriptProjects
1
2
45
For 2025, the most useful programming languages for development depend on your goals and interests. 🚀 1. JavaScript/TypeScript 2. Python 3. Java 4. Go (Golang) 5. Rust 6. Kotlin 7. SQL 8. Swift 9. C# 10. PHP #javascript #Callbacks #frontend #fullstack #webdeveloper #nextjs #React #ES6 #aws #reactdeveloper #JavaScriptFunctions #viral #JavaScriptEvents #web #website #ui #ux #AsyncJavaScript #Promises #hooks #useState #JSCodeChallenge #MiniProjects #state #JavaScriptForWeb #DynamicWebsites
14
5
21
1,501
𝐑𝐞𝐚𝐜𝐭 𝐇𝐨𝐨𝐤𝐬 (𝐮𝐬𝐞𝐒𝐭𝐚𝐭𝐞) 🚀 In React, useState is a hook that allows you to add and manage state in functional components. It is one of the most commonly used hooks and provides a way to handle dynamic data or UI changes. #javascript #Callbacks #frontend #fullstack #webdeveloper #nextjs #React #ES6 #aws #reactdeveloper #JavaScriptFunctions #viral #JavaScriptEvents #web #website #ui #ux #AsyncJavaScript #Promises #hooks #useState #JSCodeChallenge #MiniProjects #state #JavaScriptForWeb #DynamicWebsites 🤝 Connect with Us 👇 🔗 𝗧𝘄𝗶𝘁𝘁𝗲𝗿 𝗟𝗶𝗻𝗸: x.com/pushpendratips 👇 🔗 𝗟𝗶𝗻𝗸𝗲𝗱𝗶𝗻 𝗟𝗶𝗻𝗸: linkedin.com/in/pushpendrati… 👇 🔗 𝗜𝗻𝘀𝘁𝗮𝗴𝗿𝗮𝗺 𝗟𝗶𝗻𝗸: instagram.com/pushpendratips Web developers 🙋🏻‍♂️ Follow now ✅
22
22
350
JavaScript Callbacks 🚀 A JavaScript callback is a function passed as an argument to another function and is executed after the completion of some task. It's commonly used in asynchronous operations like API calls or event handling to ensure certain code runs after an action is finished. #javascript #Callbacks #frontend #fullstack #webdeveloper #nextjs #React #ES6 #JavaScriptFunctions #JavaScriptEvents #AsyncJavaScript #Promises #JSCodeChallenge #MiniProjects #JavaScriptForWeb #DynamicWebsites 🤝 Connect with Us 👇 🔗 𝗧𝘄𝗶𝘁𝘁𝗲𝗿 𝗟𝗶𝗻𝗸: twitter.com/pushpendratips 👇 🔗 𝗟𝗶𝗻𝗸𝗲𝗱𝗶𝗻 𝗟𝗶𝗻𝗸: linkedin.com/in/pushpendrati… 👇 🔗 𝗜𝗻𝘀𝘁𝗮𝗴𝗿𝗮𝗺 𝗟𝗶𝗻𝗸: instagram.com/pushpendratips Web developers 🙋🏻‍♂️ Follow now ✅
17
1
16
432
24 Sep 2024
Callbacks walked so promises could run… and async/await could fly. 😎 #CodeEvolution #AsyncJavaScript #DevHumor
3
50
9 Dec 2023
JavaScript Async/Await Quiz! ⏱️ Are you up-to-date with async JS? What keyword is used to handle the completion of an async function? A) wait B) then C) await Post your answers! 📝 Test your modern JS knowledge! 🚫 #AsyncJavaScript #WebDev #CodingFun
2
3
134
👋 Welcome to Day 62 of my #100daysofcodechallenge! Today, I delved deeper into the world of asynchronous JavaScript, exploring error handling, the event loop, Promises, and more. 🚀 Let's dive into these fascinating concepts.  @jonasschmedtman  #AsyncJavaScript #ErrorHandling
1
1
55
Asynchronous JavaScript can be a bit tricky for beginners, but once you get the hang of promises and async/await, it’s a powerful tool! #AsyncJavaScript #Coding
8
187
👋 Welcome to Day 61 of my #100daysofcodechallenge! Today, I delved into the exciting world of Asynchronous JavaScript, AJAX, and APIs. 🚀 Let's explore the key concepts I learned about handling asynchronous operations and making API calls in JavaScript.@  #AsyncJavaScript #APIs
1
6
153
🌀 Tackled the infamous "Callback Hell" 😅 and embraced the power of Promises 🚀 to write cleaner, more efficient asynchronous code! 💫 #AsyncJavaScript #Promises #CallbackToPromise
1
2
27