- Meteor Design Patterns
- Marcelo Reyna
- 242字
- 2021-07-09 21:41:57
What this book covers
Chapter 1, Getting Started with Meteor, covers the basics of Meteor web development. It will cover programming in the same languages (CoffeeScript, Stylus, and Jade), teach us about templates, helpers, and events, and show how to structure web applications.
Chapter 2, Publish and Subscribe Patterns, covers the most important part of Meteor web development—publishers and subscribers. With this chapter, you will understand how to better organize your data to publish only the information that the client requires.
Chapter 3, Front-end Patterns, covers a handful of patterns to improve your frontend code. You will learn how to keep code from repeating and keep it modular, use different kinds of variables, create custom input elements, animations, and more.
Chapter 4, Application Patterns, covers more complex patterns that help to control how data flows into the client, how to keep this data secure, and how to connect with external APIs.
Chapter 5, Testing Patterns, covers how to maintain your code. You will learn how to test all the features of the application and how to only test functions. This will ensure that your code does not break when you start moving things around in the future.
Chapter 6, Deployment, covers how to bring your application to a production environment that will work the way it is meant to work. You will learn how to activate the oplog, how to track errors, and how to set up an SSL certificate.
- Embedded Linux Projects Using Yocto Project Cookbook
- 計算機網絡
- Visual C++串口通信技術詳解(第2版)
- Lua程序設計(第4版)
- Internet of Things with Intel Galileo
- 用Flutter極速構建原生應用
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Linux操作系統基礎案例教程
- PLC編程與調試技術(松下系列)
- Java:High-Performance Apps with Java 9
- Learning Probabilistic Graphical Models in R
- C語言程序設計
- Getting Started with React Native
- Go語言編程
- JSP程序設計實例教程(第2版)