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
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
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
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
ALT Read Here 📩
-> https://async-and-sync-js.hashnode.dev/synchronous-vs-asynchronous-javascript-why-your-code-doesn-t-freeze-and-why-it-sometimes-does
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
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
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
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