
쿠버네티스 101 - 클라우드/서버 개발 첫걸음
드라진
실습을 통해 쿠버네티스의 핵심 개념과 마이크로 서비스 아키텍처의 원리를 이해합니다.
초급
Kubernetes, Docker, Redis
Asynchronous programming is a core concept in JavaScript. This course will help you fully understand and use asynchronous programming.

JavaScript Asynchronous Programming
Using the Promise object
Using await and async keywords
Concurrent Programming
Make your JavaScript programming more powerful!
A Core Guide to Asynchronous Programming 📖
JavaScript, an event-driven language
JavaScript is an event-based programming language designed to provide dynamic functionality to browsers. JavaScript programs handle events using callback functions, using APIs provided by the browser or Node.js system. Therefore, developing applications in JavaScript requires a thorough understanding of asynchronous programming.
The Promise object, included in ES6 in 2015, and the await and async keywords included in ES2017 provide a way to easily program asynchronously executed functions to be executed synchronously as desired .
Have you ever used the Promise object, or the await or async keywords in your JavaScript code? If you're just starting out with JavaScript development, they might feel unfamiliar or unfamiliar. Of course, many modules already provide these keywords, so you've probably already used them.
If you're curious about how the two programs below work and what output they produce, this lecture is for you!
In this lecture, we will start with the Callback function and then explain the meaning and usage of the Promise object and the await and async keywords one by one.
Asynchronous JavaScript programming: No more confusion !
💡 This course is intended for those who have learned the basics of JavaScript . Basic knowledge (variables, functions, if statements, loops, etc.) will not be explained separately.
Section 1-1
This course covers the history of JavaScript, its origins, and the meaning of asynchronous programming. Learn how to register callback functions and handle user events in the browser.
Section 1-2
This article explains how a Node.js-based web server works. We'll also explore the case of callback hell.
Sections 1-3
Explains asynchronous programming using callbacks.
Sections 1-4
Learn about asynchronous programming using the Promise object.
Sections 1-5
Learn about asynchronous programming using the await-async keyword.
Sections 1-6
You will learn about concurrent programming using asynchronous functions.
💾 Training Environment Guide
Who is this course right for?
People learning JavaScript
People who are confused about how asynchronous programming works
People who are not familiar with using Promise objects
People who are not familiar with the use of await and async keywords
Need to know before starting?
JavaScript Language Fundamentals
333
Learners
30
Reviews
10
Answers
5.0
Rating
3
Courses
• 현) 보이는소프트웨어연구소 대표(2016~현재)
- 삼성전자 소프트웨어 아키텍트 양성 및 인증
- 소프트웨어 구조 설계 및 평가 교육 / 컨설팅
• 중앙대학교 소프트웨어 대학 겸임 교수(2018~2022)
- 기초 컴퓨터 프로그래밍 - C/C++, JavaScript, Python
• 삼성전자(2003~2016)
All
9 lectures ∙ (1hr 20min)
All
13 reviews
5.0
13 reviews
Reviews 19
∙
Average Rating 5.0
Reviews 9
∙
Average Rating 4.9
5
런타임이 짧아 교양 강의 듣는 것처럼 한번에 다 들었네요 :) 비동기에 대해 알고는 있고 프로젝트 할때 사용은 하고 있지만 제대로 이해는 못하고 있다 라고 생각하고 있었는데 이 강의는 그러한 부분을 차근차근 기초부터 잘 알려준거 같습니다. 자바스크립트 기초를 공부하고 비동기에 대해 제대로 알고싶은 분들이있다면 이 강의를 꼭 들어보면 좋을 거 같아요. 추가적으로 후속 강의로 비동기 프로그램을 실무에서 어떻게 사용하는지 간단한 예를 드는 방식의 강의가 나온다면 좋을 거 같아요. 강사님 목소리도 너무 좋으시고 만족하며 들었습니다. 감사합니다.
첫번째 수강평이라 감격스럽네요^^ 이미 많은 Node.js 모듈이 promise 지원하고 있어서 안 쓰고 개발하기가 어렵지 않을까 싶습니다. 특히, DB 관련된 backend 개발을 한다면. Prisma (prisma.io)를 보시면 좋을 듯 싶습니다. https://playground.prisma.io/examples 에서 간단히 테스트 해 볼 수도 있습니다.
Reviews 3
∙
Average Rating 4.7
Reviews 325
∙
Average Rating 5.0
Reviews 2
∙
Average Rating 5.0
Limited time deal ends in 00:57:51
$16,500.00
25%
$17.60
Check out other courses by the instructor!
Explore other courses in the same field!