zkJΞT WΞb3 & Software Engineering Home
/
...
/
Terminology & Topics
/
Async Await
Search
Duplicate
Try Notion
Drag image to reposition
Async Await
What is Async Await ?
Most of us as developers use these keywords in our daily lives while coding, so I thought to give it a brief from my own understanding. I hope you find this post useful by the end of this post. Let's go!😊 Let's understand with a basic example from our real world.
https://dev.to/rajatmehra05/what-is-async-await-127p
Callback Hell
Promises
Advantages of Async/Await
Makes non-blocking API look like blocking
Clean and linear(understandable) syntax
Easier to debug
Maintainable code