Study Notes
search
Ctrlk
  • Introduction
  • Architecture & System Design
    • Messaging Systems
    • RPC Frameworks
    • Scalable Web Application Architecture
    • Parallel vs Concurrent
    • Concurrency
    • Load Balancing - Nginx
    • REST API
    • WebSockets
    • Streaming
    • Serialization
  • Programming Language
    • JavaScript & Node.jschevron-right
      • Node.js Promises
      • Node.js Async Flow Control
      • Node.js Profiling
    • Java
    • Erlang
    • Python
    • Golangchevron-right
  • Software Engineering
    • Design Patterns
    • Unit Testing
    • Legacy Code
    • Agile & Scrum
  • Database
    • NoSQL
    • SQL
  • DevOps & Tools
    • Version Control - Git
    • Shell - zsh, bash
    • Docker
    • Linux Package Management - YUM
    • Linux Command Line Tools
  • Security
    • OWASP Security
  • AI, ML, DL, CV, NLP
    • Deep Learning
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Programming Languagechevron-right
  2. JavaScript & Node.js

Node.js Promises

hashtag
Books and Articles on JavaScript Promises

  • GitHub - azu/promises-book: JavaScript Promiseの本arrow-up-right

  • GitHub - liubin/promises-book: JavaScript Promise迷你书arrow-up-right

  • Jake Archibald: JavaScript Promisesarrow-up-right

hashtag
Courses on JavaScript Promises

  • Udacity: JavaScript Promises - Async Work Made Easyarrow-up-right

hashtag
Great Illustration and Animation

  • Promisees - Promise Visualization Playgroundarrow-up-right

hashtag
Introduction to Promises

  • JavaScript Promises ... In Wicked Detail by Matt Greerarrow-up-right

hashtag
Flow Control with Promises

  • http://trevorburnham.com/presentations/flow-control-with-promises/arrow-up-right

  • http://taoofcode.net/promise-anti-patterns/arrow-up-right

  • http://ricostacruz.com/cheatsheets/bluebird.htmlarrow-up-right

hashtag
Loop with Promises

  • http://stackoverflow.com/questions/17217736/while-loop-with-promisesarrow-up-right

  • http://stackoverflow.com/questions/24586110/resolve-promises-one-after-another-i-e-in-sequencearrow-up-right

hashtag
Error Handling in Promises

  • Promise-based functions should not throw exceptionsarrow-up-right

PreviousJavaScript & Node.jschevron-leftNextNode.js Async Flow Controlchevron-right

Last updated 5 years ago

Was this helpful?

  • Books and Articles on JavaScript Promises
  • Courses on JavaScript Promises
  • Great Illustration and Animation
  • Introduction to Promises
  • Flow Control with Promises
  • Loop with Promises
  • Error Handling in Promises

Was this helpful?