JavaScript Application Design. A Build First Approach
Год: 2015
Автор: Nicolas Bevacqua
Издательство: Manning
ISBN: 9781617291951
Язык: Английский
Формат: PDF/EPUB
Качество: Изначально компьютерное (eBook)
Интерактивное оглавление: Да
Количество страниц: 344
Описание:
The fate of most applications is often sealed before a single line of code has been written. How is that possible? Simply, bad design assures bad results. Good design and effective processes are the foundation on which maintainable applications are built, scaled, and improved. For JavaScript developers, this means discovering the tooling, modern libraries, and architectural patterns that enable those improvements.
JavaScript Application Design: A Build First Approach introduces techniques to improve software quality and development workflow. You'll begin by learning how to establish processes designed to optimize the quality of your work. You'll execute tasks whenever your code changes, run tests on every commit, and deploy in an automated fashion. Then you'll focus on designing modular components and composing them together to build robust applications.
This book assumes readers understand the basics of JavaScript.
PART 1 BUILD PROCESSES
1. Introduction to Build First
2. Composing build tasks and flows
3. Mastering environments and the development workflow
4. Release, deployment, and monitoring
PART 2 MANAGING COMPLEXITY
5. Embracing modularity and dependency management
6. Understanding asynchronous flow control methods in JavaScript
7. Leveraging the Model-View-Controller
8. Testing JavaScript components
9. REST API design and layered service architectures