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.
Chapter 1. The JavaScript Revolution
Chapter 2. Functions
Chapter 3. Objects
Chapter 4. Modules
Chapter 5. Separation of Concerns
Chapter 6. Access Control
Chapter 7. Logging
Chapter 8. Building RESTful APIs
Chapter 9. Feature Toggle
Chapter 10. Internationalization
Appendix A. JavaScript Style Guide