Asynchronous Vs Synchronous Programming
Asynchronous code can be incredibly confusing and frustrating for anyone learning programming. In this video I will explain what asynchronous and synchronous code talk about their differences through the use of multiple examples.
Twitter:
Tweets by DevSimplified
GitHub:
https://github.com/WebDevSimplified
CodePen:
https://codepen.io/WebDevSimplified
#JavaScript #WebDevelopment #Programming
Asynchronous Vs Synchronous Programming
#Asynchronous #Synchronous #Programming
Thanks, The first video that helped me!
xpecially
Please make vid about error handling in async code try/catch vs then/catch mixing callbacks/promises/async-await, chaining promises, rewriting one style to another and also some best and worst practises in async programming.
Beside async programming please make vid about writing backend (dco dto repository swagger etc)
Thank you
I’ve noticed a guitar in the background in your videos. Did you make the intro riff 😛
Is the part where the (‘Timeout: ‘ + a) returning Timeout: 10 also an example of hoisting because the variable is stated later, or is it not because it’s asynchronous?
in my task manager, theres something called "sink to asyncronis something" should i end that task??
Short, clear video on Async Programming. Thanks.
{2021-07-20}
I am a big big fan of your short & crisp concept clearing videos 🧡🧡🧡
i clicked on your video to just thumbs down it
what should we do when we want to pass the variable "a" with its at the time we are calling the Settimeout async function?!
Describing Javascript execution as multi-threaded (as at 1:15) is a bad idea and teaches the wrong mental model. Look up concepts like run to completion, event loop, call stack to understand what's going on better. For example, in the setTimeout call, even if you put the delay to 0 instead of 100 it will still print 10. If you understand the concepts I mentioned you will know why.
you deserved a sub bro
what a cool tutorial
Thank you
iam so confused
Nice explanation. Simple and clear!!
Thank you so much, this was helpful <3
👅
Brilliantly explained!
Thank you
Your videos are straight to the point and that just amazing. Thank you for making them.
Can plz someone help me how can i store async values in an array