Intro to JavaScript Asynchronous Programming | Tapas Adhikary from Micro Focus

preview_player
Показать описание
Contrary to the view of many JavaScript developers, asynchronous programming is more than simply using async and await. The more we understand how JavaScript works under the hood, the better we can program and debug issues. Tapas unpacks this subject for us with helpful examples and diagrams!

What you'll learn from this talk:
• Synchronous and asynchronous code execution of JavaScript functions
• Promises, callbacks and async/await
• The basics of browser APIs

🔗 Link to the event page
📆 Check out our upcoming events:
💻 Find a coding mentor

Timestamps:
00:02:07 Introduction
00:04:01 Before we start...
00:05:45 Section 1 - Function and function execution
00:16:22 Section 2 - Synchronous vs. asynchronous programming
00:18:47 Browser APIs and Web APIs
00:29:53 Q&A
00:37:23 Section 3 - Demystifying asynchronous JavaScript
00:58:53 Wrap up - How to build from here

_____________________________________

Follow Tapas on his socials:
_____________________________________

👋 Stay connected with us on social:

_____________________________________

#JavaScript #JavaScriptTutorial #Async #LiveCoding #LearnProgramming #CodementorEvents
Рекомендации по теме
Комментарии
Автор

I know Promises well and yet still learned from this video, thank you.

DToxVanilla