Beautiful JavaScript. Leading Programmers Explain How They Think - Helion
ISBN: 978-14-493-7116-6
stron: 168, Format: ebook
Data wydania: 2015-08-13
Księgarnia: Helion
Cena książki: 126,65 zł (poprzednio: 147,27 zł)
Oszczędzasz: 14% (-20,62 zł)
JavaScript is arguably the most polarizing and misunderstood programming language in the world. Many have attempted to replace it as the language of the Web, but JavaScript has survived, evolved, and thrived. Why did a language created in such hurry succeed where others failed?
This guide gives you a rare glimpse into JavaScript from people intimately familiar with it. Chapters contributed by domain experts such as Jacob Thornton, Ariya Hidayat, and Sara Chipps show what they love about their favorite language—whether it’s turning the most feared features into useful tools, or how JavaScript can be used for self-expression.
Contributors include:
- Angus Croll
- Jonathan Barronville
- Sara Chipps
- Marijn Haverbeke
- Ariya Hidayat
- Daryl Koopersmith
- Anton Kovalyov
- Rebecca Murphey
- Daniel Pupius
- Graeme Roberts
- Jenn Schiffer
- Jacob Thornton
- Ben Vinegar
- Rick Waldron
- Nicholas Zakas
Osoby które kupowały "Beautiful JavaScript. Leading Programmers Explain How They Think", wybierały także:
- D3.js w akcji 67,42 zł, (20,90 zł -69%)
- Tablice informatyczne. Node.js 16,86 zł, (5,90 zł -65%)
- React i GatsbyJS. Kurs video. Nowoczesne strony internetowe w oparciu o headless CMS i GraphQL 148,98 zł, (59,59 zł -60%)
- TypeScript i React. Kurs video. Tworzenie nowoczesnych komponent 129,00 zł, (51,60 zł -60%)
- Vue.js w praktyce. Kurs video. Poznaj narz 148,98 zł, (59,59 zł -60%)
Spis treści
Beautiful JavaScript. Leading Programmers Explain How They Think eBook -- spis treści
- Preface
- About This Book
- Conventions Used in This Book
- Using Code Examples
- Safari Books Online
- How to Contact Us
- 1. Beautiful Mixins
- Classical Inheritance
- Prototypes
- Mixins
- The Basics
- The Use Case
- Classic Mixins
- The extend Function
- Functional Mixins
- Adding Options
- Adding Caching
- Advice
- Wrapup
- 2. eval and Domain-Specific Languages
- What About eval Is Evil?
- History and Interface
- Performance
- Common Uses
- A Template Compiler
- Speed
- Mixing Languages
- Dependencies and Scopes
- Debugging Generated Code
- Binary Pattern Matches
- Closing Thoughts
- 3. How to Draw a Bunny
- What Is a Rabbit?
- What Is a Bunny?
- What Does This Have to Do with JavaScript?
- With So Much Variation, Which Way Is Correct?
- How Does This Affect the Classroom?
- Is This Art? And Why Does That Matter?
- What Does This Look Like?
- What Did I Just Read?
- 4. Too Much Rope, or JavaScript for Teams
- Know Your Audience
- Stupid Good
- Keep It Classy
- Style Rules
- Evolution of Code
- Conclusion
- 5. Hacking JavaScript Constructors for Model Harmony
- Doppelgangers
- Miniature Models of Factories
- Constructor Identity Crisis
- Making It Scale
- Conclusion
- 6. One World, One Language
- An Imperative, Dynamic Proposal
- The Paradox of Choice
- Globalcommunicationscript
- 7. Math Expression Parser and Evaluator
- Lexical Analysis and Tokens
- Syntax Parser and Syntax Tree
- Tree Walker and Expression Evaluator
- Final Words
- 8. Evolution
- Backbone
- New Possibilities
- 9. Error Handling
- Assume Your Code Will Fail
- Throwing Errors
- When to Throw Errors
- Types of Errors
- Custom Errors
- Handling Errors
- Global Error Handling in Browsers
- Global Error Handling in Node.js
- Summary
- Assume Your Code Will Fail
- 10. The Node.js Event Loop
- Event-Driven Programming
- Asynchronous, Nonblocking I/O
- Concurrency
- Adding Tasks to the Event Loop
- 11. JavaScript Is
- JavaScript Is Dynamic
- JavaScript Can Be Static
- JavaScript Is Functional
- JavaScript Does Everything
- 12. Coding Beyond Logic
- 0. The Basement
- 1. Quines Paradox
- 2. The Conjecture
- 3. Peer Review
- 13. JavaScript Is Cutieful
- All This Loose Beauty
- The Absurdity of DalÃ
- DalÃs JavaScript
- Is This Beauty Just Ugly?
- An Unfortunate Necessity
- The Beauty Is in the Madness
- Lets Have a Wee Look at map
- Hello, thisArg
- Okay! So Thats a Bunch of Stuff I Already Knew About [].mapNow What?
- calling All Cars
- Number
- Now I Know Everything
- Wild
- 14. Functional JavaScript
- Functional Programming
- Functional JavaScript
- Objects
- Now What?
- 15. Progress
- Index