Opening book details…
Can I read JavaScript with Promises: Managing Asynchronous Code on EtoBox?
JavaScript with Promises: Managing Asynchronous Code by Daniel Parker is a nonfiction available to read on EtoBox.
What is JavaScript with Promises: Managing Asynchronous Code about?
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 ECMAScr
Who reads JavaScript with Promises: Managing Asynchronous Code?
It is typically read by self-directed learners exploring a subject in depth.
Common subject areas: history, science, philosophy, social sciences.
- Author
- Daniel Parker
- Publisher
- O'Reilly Media, Inc, USA
- Published
- 2015
- Language
- EN
- ISBN
- 9781449373214
- Category
- nonfiction
- Subjects
- Computer Science, Language Learning, Programming
- Rating
- 4.2 / 5 (55 ratings)
- Updated
- 2026-03-14
More by Daniel Parker
Browse all works by Daniel Parker
Similar books
- Reactive Programming with RxJS : Untangle Your Asynchronous JavaScript Code — Mansilla, Sergi, author (2015)
- Modern Asynchronous JavaScript: Tackle Complex Async Tasks with Less Code — Faraz K. Kelhini (2021)
- Test-Driving JavaScript Applications : Rapid, Confident, Maintainable Code — Venkat Subramaniam (2016)
- JavaScript Promises Essentials : Build Fully Functional Web Applications Using Promises, the New Standard in JavaScript — Rami Sarieddine (2014)
- Async Javascript : Build More Responsive Apps With Less Code (9781680503128) — Trevor Burnham (2012)
- Asynchronous Programming Patterns in Javascript: How to Use Async/Await and Promises to Solve Programming Problems — Tamás Sallai (2021)