Companies Home Search Profile

Async Patterns in Node.js 12

Focused View

Brice Wilson

1:26:47

13 View
  • 01 - Course Overview.mp4
    01:26
  • 02 - The Need for Asynchronous Code.mp4
    02:01
  • 03 - Understanding the Event Loop.mp4
    03:06
  • 04 - Demo Project Overview.mp4
    06:52
  • 05 - Converting Synchronous Code to Asynchronous Code.mp4
    04:09
  • 06 - Accepting Callbacks as Parameters.mp4
    06:56
  • 07 - Alternatives to Callbacks.mp4
    01:22
  • 08 - Understanding Promises.mp4
    04:31
  • 09 - Replacing Callbacks with Promises.mp4
    05:35
  • 10 - Understanding Generators.mp4
    08:37
  • 11 - Writing Cleaner Code with async-await.mp4
    03:23
  • 12 - Utilizing async-await.mp4
    07:14
  • 13 - The Importance of Event-driven Code in Node.js.mp4
    02:03
  • 14 - Understanding EventEmitters.mp4
    03:20
  • 15 - Creating and Using an EventEmitter.mp4
    08:26
  • 16 - Configuring Event Handlers for Asynchronous Execution.mp4
    04:09
  • 17 - Understanding Worker Threads.mp4
    03:59
  • 18 - Creating and Receiving Messages from Worker Threads.mp4
    05:21
  • 19 - Sending Data and Messages to Worker Threads.mp4
    04:17
  • Description


    Node.js is built from the ground up to support asynchronous coding patterns. This course will teach you multiple techniques for writing modern, asynchronous JavaScript that helps you deliver fast and responsive Node applications.

    What You'll Learn?


      Node.js was built to run on a single thread using non-blocking I/O calls. Building apps for this environment requires extensive use of asynchronous code. In this course, Async Patterns in Node.js, you'll learn multiple techniques to write efficient asynchronous code using modern JavaScript. First, you’ll explore how the Node event loop works and how to write asynchronous code with callbacks that adhere to conventions followed in the Node community. Next, you’ll discover how to use Promises and the async/await keywords to write asynchronous code that’s easier to read. Finally, you’ll learn how to write event-driven code with EventEmitters and use worker threads to tackle CPU-intensive tasks in your Node apps. When you’re finished with this course, you’ll have the skills and knowledge of asynchronous programming necessary to build performant Node apps using accepted best practices.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Brice Wilson
    Brice Wilson
    Instructor's Courses
    Brice Wilson has been a professional developer for over 20 years and has used many tools and programming languages during that time. His current interests are centered on web services, single-page web applications and native mobile development. He has worked as a developer and architect for a number of large companies and enjoys learning, experimenting with, and teaching new technologies. He also blogs at BriceWilson.net.
    Pluralsight, LLC is an American privately held online education company that offers a variety of video training courses for software developers, IT administrators, and creative professionals through its website. Founded in 2004 by Aaron Skonnard, Keith Brown, Fritz Onion, and Bill Williams, the company has its headquarters in Farmington, Utah. As of July 2018, it uses more than 1,400 subject-matter experts as authors, and offers more than 7,000 courses in its catalog. Since first moving its courses online in 2007, the company has expanded, developing a full enterprise platform, and adding skills assessment modules.
    • language english
    • Training sessions 19
    • duration 1:26:47
    • level average
    • Release Date 2023/12/05

    Courses related to Node.Js