𝔖 Scriptorium
✦   LIBER   ✦

📁

JavaScript with Promises

✍ Scribed by Daniel Parker


Publisher
O'Reilly Media
Year
2015
Tongue
English
Leaves
94
Edition
1
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


Asynchronous JavaScript is everywhere, whether you’re using Ajax, AngularJS, Node.js, or WebRTC. This practical guide shows intermediate to advanced JavaScript developers how Promises can help you manage asynchronous code effectively—including the inevitable flood of callbacks as your codebase grows. You’ll learn the inner workings of Promises and ways to avoid difficulties and missteps when using them.

The ability to asynchronously fetch data and load scripts in the browser broadens the capabilities of JavaScript applications. But if you don’t understand how the async part works, you’ll wind up with unpredictable code that’s difficult to maintain. This book is ideal whether you’re new to Promises or want to expand your knowledge of this technology.

  • Understand how async JavaScript works by delving into callbacks, the event loop, and threading
  • Learn how Promises organize callbacks into discrete steps that are easier to read and maintain
  • Examine scenarios you’ll encounter and techniques you can use when writing real-world applications
  • Use features in the Bluebird library and jQuery to work with Promises
  • Learn how the Promise API handles asynchronous errors
  • Explore ECMAScript 6 language features that simplify Promise-related code

📜 SIMILAR VOLUMES


JavaScript with Promises
✍ Daniel Parker 📂 Library 📅 2015 🏛 O'Reilly Media 🌐 English

<div><p>Asynchronous JavaScript is everywhere, whether you’re using Ajax, AngularJS, Node.js, or WebRTC. This practical guide shows intermediate to advanced JavaScript developers how Promises can help you manage asynchronous code effectively—including the inevitable flood of callbacks as your codeba

JavaScript with Promises
✍ Daniel Parker 📂 Library 📅 2015 🏛 O'Reilly Media 🌐 English

<div><p>Asynchronous JavaScript is everywhere, whether you’re using Ajax, AngularJS, Node.js, or WebRTC. This practical guide shows intermediate to advanced JavaScript developers how Promises can help you manage asynchronous code effectively—including the inevitable flood of callbacks as your codeba

JavaScript with Promises: Managing Async
✍ Daniel Parker 📂 Library 📅 2015 🏛 O'Reilly Media 🌐 English

Asynchronous JavaScript is everywhere, whether you're using Ajax, AngularJS, Node.js, or WebRTC. This practical guide shows intermediate to advanced JavaScript developers how Promises can help you manage asynchronous code effectively - including the inevitable flood of callbacks as your codebase gro

Understanding JavaScript Promises
✍ Nicholas C Zakas 📂 Library 📅 2022 🏛 Lulu.com 🌐 English

<span>Since promises were added to JavaScript in 2015, they have become an integral part of the language. A good understanding of how promises work is more important than ever in becoming a proficient JavaScript developer. This book begins by explaining the basic concepts behind promises, including

Understanding JavaScript Promises
✍ Nicholas C Zakas 📂 Library 📅 2022 🏛 Lulu.com 🌐 English

<span>Since promises were added to JavaScript in 2015, they have become an integral part of the language. A good understanding of how promises work is more important than ever in becoming a proficient JavaScript developer. This book begins by explaining the basic concepts behind promises, including

JavaScript Promises Essentials
✍ Rami Sarieddine [Sarieddine, Rami] 📂 Library 📅 2014 🏛 Packt Publishing 🌐 English

<div><p><strong>Build fully functional web applications using promises, the new standard in JavaScript</strong></p> <h2>About This Book</h2> <ul> <li>Integrate JavaScript Promises into your application by mastering the key concepts of the Promises API</li> <li>Replace complex nested callbacks in