Book description
Take advantage of JavaScript’s power to build robust web-scale or enterprise applications that are easy to extend and maintain. By applying the design patterns outlined in this practical book, experienced JavaScript developers will learn how to write flexible and resilient code that’s easier—yes, easier—to work with as your code base grows.
JavaScript may be the most essential web programming language, but in the real world, JavaScript applications often break when you make changes. With this book, author Eric Elliott shows you how to add client- and server-side features to a large JavaScript application without negatively affecting the rest of your code.
- Examine the anatomy of a large-scale JavaScript application
- Build modern web apps with the capabilities of desktop applications
- Learn best practices for code organization, modularity, and reuse
- Separate your application into different layers of responsibility
- Build efficient, self-describing hypermedia APIs with Node.js
- Test, integrate, and deploy software updates in rapid cycles
- Control resource access with user authentication and authorization
- Expand your application’s reach through internationalization
Publisher resources
Table of contents
- Programming JavaScript Applications
- Preface
- 1. The JavaScript Revolution
- 2. Functions
- 3. Objects
- 4. Modules
- 5. Separation of Concerns
- 6. Access Control
- 7. Logging
- 8. Building RESTful APIs
- 9. Feature Toggle
- 10. Internationalization
- A. JavaScript Style Guide
- Index
- About the Author
- Colophon
- Copyright
Product information
- Title: Programming JavaScript Applications
- Author(s):
- Release date: June 2014
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491950258
You might also like
book
JavaScript : Object-Oriented Programming
Build sophisticated web applications by mastering the art of Object-Oriented Javascript About This Book Learn popular …
book
JavaScript: Functional Programming for JavaScript Developers
Unlock the powers of functional programming hidden within JavaScript to build smarter, cleaner, and more reliable …
book
Learning JavaScript Design Patterns
With Learning JavaScript Design Patterns, you’ll learn how to write beautiful, structured, and maintainable JavaScript by …
book
JavaScript Everywhere
JavaScript is the little scripting language that could. Once used chiefly to add interactivity to web …