Filter
Exclude
Time range
-
Near
Don't be stuck watching tutorials. - Build rock paper scissors to understand function paradigm and logic building - for asyncJS call a simple api from jsonplaceholder and display data on screen - closures aren't difficult if you understand scope - promises are also not difficult
1
4
88
Day 45 of JavaScript 🚀 Asynchronous JavaScript — DONE! ✅ Wrapped up the entire section today, reviewed everything from callbacks to promise combinators & even took a test to prove it 😤 On to the next chapter! 🚀🔥 #100DaysOfCode #JavaScript #AsyncJS
31
Day 44 of JavaScript 🚀 Async JS going deep today! 🧠 Returning values from async functions, running promises in parallel & learning about all the Promise combinators — .all() .race() .allSettled() .any() ⚡🔥 #100DaysOfCode #JavaScript #AsyncJS
21
Day 3/75 hard 🚀 Today I practiced a lot of problems related to: Promises Callbacks Async functions Finally getting a much deeper understanding of how JavaScript works behind the scenes. Spent extra time clearing the fundamental concepts instead of rushing through lectures. Still lagging behind my timeline a little, but the focus right now is building strong foundations rather than fake speed. Tomorrow’s target: Finish all pending lectures Catch up with the timeline Keep the consistency alive 🔥 #100DaysOfCode #javascript #webdevelopment #codingjourney #mern #reactjs #nodejs #buildinpublic #learninpublic #developer #programming #techtwitter #frontend #backend #fullstack #coding #devcommunity #asyncjs #promises #callbacks
6
New Blog — Sync vs Async in JavaScript Blocking vs non-blocking — the core of JS behavior. Covered: • Synchronous execution • Asynchronous flow • Why JS needs async • API calls & timers • Problems with blocking code Understand how JS really runs #chaicode #AsyncJS
11
112
Day 22 ✅ Today I learned: • Synchronous vs Asynchronous code • Why async prevents UI freezing • Callbacks (setTimeout, setInterval) • Callback Hell (and why it's bad) • Promises (Pending → Fulfilled/Rejected) • .then() and .catch() #100DaysOfCode #BuildInPublic #AsyncJS
1
3
27
✅ Assignment 7 Completed — JS Async & OOP 💻 Completed my GitHub Classroom assignment 🚀 ⚡ Learned: ▸ Async JS concepts ▸ Callbacks & flow ▸ OOP in practice ▸ Clean structured code 💡 From concepts → real implementation #JavaScript #AsyncJS #BuildInPublic #chaicode
2
26
206
Today’s Learning Update Dived into the world of JavaScript Asynchronous Programming Async Functions Promises async/await Solved practice questions to strengthen concepts Understanding how JS handles async operations feels like unlocking a new level #JavaScript #AsyncJS
32
⏳ Your app isn’t slow… it’s handling async wrong. Fix it: ✔ Use async/await ✔ Handle errors with try/catch ✔ Run tasks in parallel (Promise.all) Smooth apps = better UX 🚀 #JavaScript #AsyncJS #WebDev #FrontendDev
4
JavaScript doesn’t wait — and that’s a good thing ⚡ Synchronous vs Asynchronous explained in the simplest way possible. No jargon. Just clarity 👇 🔗logictech.hashnode.dev/synch… @ChaiCodeHQ @Hiteshdotcom @piyushgarg_dev @nirudhuuu @surajtwt_ @yntpdotme #JavaScript #WebDev #AsyncJS
10
93
221 tests. 221 passed. Just shipped a full JS OOP Async module: Best part? Every problem was desi-themed. When the context is real, the concepts stick. Green board. No shortcuts. Just reps. #JavaScript #100DaysOfCode #AsyncJS #LearningInPublic #WebDev #OOP #Frontend #chaicode
2
30
243
Completed 8 question on JS Async OOP today 🚀 What I worked on: • prototype & bind • extends, super, static • private fields (#) • Promise.all, race, allSettled • promise chaining Brain now braining 🤯 #chaicode #JavaScript #AsyncJS #WebDev #100DaysOfCode #CodingJourne
1
12
100
Understanding asynchronous JavaScript is a big step for every developer. I just published a new article explaining JavaScript Promises — what they are, why they were introduced, and how they make async code much easier to manage compared to callbacks. If you're learning JavaScript or improving your async programming skills, this might help. @Hiteshdotcom @nirudhuuu @ChaiCodeHQ @yntpdotme @piyushgarg_dev Read the article here 👇 nawazish.hashnode.dev/javasc… #JavaScript #WebDevelopment #AsyncJS
1
1
9
101
Most JavaScript developers think they understand async. Until this breaks their production. Looks fine. But it’s wrong. Both requests start immediately. Most developers don't realize this. How many hidden race conditions exist in your code? #JavaScript #AsyncJS #WebDev #Programming
1
14
Day 111 ✅ – Light Progress • Revising Async JS concepts • Practicing Promises & async/await patterns (Going light this week , back-to-back college exams 😅) LeetCode: 1980 #100DaysOfBuild #JavaScript #AsyncJS #LeetCode #BuildInPublic
Day 110 ✅ – Neovim Setup • Started using Neovim for development • Basic setup, configs & navigation • Exploring Vim motions and workflow improvements LeetCode: 1784, 1888 #100DaysOfBuild #Neovim #Vim #DeveloperTools #LeetCode #BuildInPublic
5
236
Promises in js. JavaScript #JS #Promises #AsyncJS #coding
2
129
Day 46 / 180 Kodex of @sheryians_ & @sarthacksharma ~ Week 4: •Learned Fetch API •Understood async / await •Practiced .then() promise chaining •Learned try…catch for error handling in async code •Understanding how to handle API data in JavaScript 🚀 #Day46 #LearnInPublic #JavaScript #AsyncJS #FetchAPI #Week4 #Consistency
1
3
38
Day 44 / 180 Kodex of @sheryians_ ~ Week 4: •Learned about the JavaScript Event Loop •Understood Promises and Promise Handlers (.then, .catch) •Deep dive into how JavaScript works in the background •Learned how tasks move between Call Stack, Web APIs, and Callback Queue •Explored Microtask Queue vs Macrotask Queue •Understood which tasks get higher priority in execution Understanding the event loop made async JavaScript much clearer today. ⚡ #Day44 #LearnInPublic #JavaScript #AsyncJS #WebDevelopment #Consistency
2
41