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:

GitHub:
https://github.com/WebDevSimplified

CodePen:
https://codepen.io/WebDevSimplified

#JavaScript #WebDevelopment #Programming


Asynchronous Vs Synchronous Programming
#Asynchronous #Synchronous #Programming

22 thoughts on “Asynchronous Vs Synchronous Programming

  • May 29, 2021 at 2:11 pm
    Permalink

    Thanks, The first video that helped me!

  • June 10, 2021 at 3:58 am
    Permalink

    xpecially

  • June 12, 2021 at 2:55 am
    Permalink

    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

  • June 12, 2021 at 4:23 am
    Permalink

    I’ve noticed a guitar in the background in your videos. Did you make the intro riff 😛

  • June 13, 2021 at 9:23 pm
    Permalink

    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?

  • June 19, 2021 at 5:00 am
    Permalink

    in my task manager, theres something called "sink to asyncronis something" should i end that task??

  • July 20, 2021 at 9:28 am
    Permalink

    Short, clear video on Async Programming. Thanks.

    {2021-07-20}

  • July 21, 2021 at 9:37 pm
    Permalink

    I am a big big fan of your short & crisp concept clearing videos 🧡🧡🧡

  • August 9, 2021 at 10:04 pm
    Permalink

    i clicked on your video to just thumbs down it

  • August 10, 2021 at 12:39 am
    Permalink

    what should we do when we want to pass the variable "a" with its at the time we are calling the Settimeout async function?!

  • August 15, 2021 at 9:32 pm
    Permalink

    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.

  • August 23, 2021 at 8:18 pm
    Permalink

    you deserved a sub bro

  • August 25, 2021 at 5:25 am
    Permalink

    what a cool tutorial

  • September 19, 2021 at 10:03 pm
    Permalink

    Thank you

  • September 22, 2021 at 5:42 pm
    Permalink

    iam so confused

  • September 28, 2021 at 9:58 pm
    Permalink

    Nice explanation. Simple and clear!!

  • October 21, 2021 at 10:20 am
    Permalink

    Thank you so much, this was helpful <3

  • November 2, 2021 at 12:28 am
    Permalink

    👅

  • November 11, 2021 at 6:46 pm
    Permalink

    Brilliantly explained!

  • December 7, 2021 at 2:25 pm
    Permalink

    Thank you

  • December 9, 2021 at 12:17 pm
    Permalink

    Your videos are straight to the point and that just amazing. Thank you for making them.

  • December 12, 2021 at 4:31 pm
    Permalink

    Can plz someone help me how can i store async values in an array

Leave a Reply

Your email address will not be published. Required fields are marked *