Async JavaScript 在线电子书 图书标签: 编程 计算机 async Web开发 Frontend 计算机科学 原版/影印 nodejs
发表于2024-11-22
Async JavaScript 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024
蛮失望的,只是介绍了怎么用某些库来实现异步。起这么牛气的标题我还以为是要手动搞个实现呢。
评分前面写得好。
评分蛮失望的,只是介绍了怎么用某些库来实现异步。起这么牛气的标题我还以为是要手动搞个实现呢。
评分凑合吧。
评分真正懂的人会用轻松的口吻告诉你这很简单,因为他真的可以说出这究竟是个啥。读完此书,想起一句话,因为专注、所以专业。
Trevor Burnham is a JavaScript developer for HubSpot in Cambridge, MA. He speaks at conferences including RailsConf, Øredev, and FluentConf. His first book, CoffeeScript: Accelerated JavaScript Development, was published by Pragmatic Bookshelf. You can follow him on Twitter at @TrevorBurnham.
With Async JavaScript, you’ll develop a deeper understanding of the JavaScript language. You’ll start with a ground-up primer on the JavaScript event model—key to avoiding many of the most common mistakes JavaScripters make. From there you’ll see tools and design patterns for turning that conceptual understanding into practical code.
The concepts in the book are illustrated with runnable examples drawn from both the browser and the Node.js server framework, incorporating complementary libraries including jQuery, Backbone.js, and Async.js. You’ll learn how to create dynamic web pages and highly concurrent servers by mastering the art of distributing events to where they need to be handled, rather than nesting callbacks within callbacks within callbacks.
Async JavaScript will get you up and running with real web development quickly. By the time you’ve finished the Promises chapter, you’ll be parallelizing Ajax requests or running animations in sequence. By the end of the book, you’ll even know how to leverage Web Workers and AMD for JavaScript applications with cutting-edge performance. Most importantly, you’ll have the knowledge you need to write async code with confidence.
What You Need:
Basic knowledge of JavaScript is recommended. If you feel that you’re not up to speed, see the “Resources for Learning JavaScript” section in the preface.
这书前半部分说的是js的事件 异步,后半部分说的是解决异步不爽的地方。 js的最大特点是不阻塞,所以所有事件的执行都是不确定的。听上去是很糟糕的事情,但是这样可以保持cpu忙碌,从这个角度来提高系统的性能。 事件其实就是个消息机制,有利于解耦。事件...
评分俺还是译者,俺还是自我评价下哈。 这本薄书定价稍贵,不过没有办法,版权和印数决定了单位成本比较高。想看的同学们只有忍了,不过作为参考资料的话,在手边置一本也算是物有所值吧。 从内容上看,这本书确实如内容推介所言,进阶式叙述从起源到前沿,基本上目前你关于JS异...
评分第1章介绍JS的异步函数 第2章介绍发布/订阅模式 第3章介绍jQuery的Promise,Deferred对象 第4章介绍Node的Promise,Async.js 第5章介绍了 web Worker 第6章说了 <script> 的 async、defer属性和requirejs 总的来说,很棒的一本书,但是因为技术变化太快,这本13年的书现...
评分这书前半部分说的是js的事件 异步,后半部分说的是解决异步不爽的地方。 js的最大特点是不阻塞,所以所有事件的执行都是不确定的。听上去是很糟糕的事情,但是这样可以保持cpu忙碌,从这个角度来提高系统的性能。 事件其实就是个消息机制,有利于解耦。事件...
评分第1章介绍JS的异步函数 第2章介绍发布/订阅模式 第3章介绍jQuery的Promise,Deferred对象 第4章介绍Node的Promise,Async.js 第5章介绍了 web Worker 第6章说了 <script> 的 async、defer属性和requirejs 总的来说,很棒的一本书,但是因为技术变化太快,这本13年的书现...
Async JavaScript 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024