- Mastering Web Application Development with Express
- Alexandru Vl?du?u
- 394字
- 2021-08-05 17:54:16
What this book covers
Chapter 1, Diving into Express, covers the fundamentals of the framework, its use cases, how it compares to other web frameworks, and how to structure Express applications.
Chapter 2, Component Modularity Using Middleware, explains the concept of middleware in great detail while using practical examples so you will be able to create and use middleware based on the application's needs.
Chapter 3, Creating RESTful APIs, is a practical introduction to creating a RESTful API using Express. You will learn about general REST API design as well as tips and tricks provided by the framework while creating a practical application.
Chapter 4, Leveraging the Power of Template Engines, shows you how to use different template engines and techniques to organize applications as well as create a custom engine and integrate it into an existing application.
Chapter 5, Reusable Patterns for a DRY Code Base, covers how to avoid writing repeatable code in Express applications by using existing Node.js modules. Throughout this chapter, an app will be enhanced step-by-step to use such modules until we get a DRY code base, where DRY stands for Don't Repeat Yourself.
Chapter 6, Error Handling, covers the various ways of dealing with error handling in an Express app, explaining how to react to errors, how to throw custom errors, and other tips and tricks.
Chapter 7, Improving the Application's Performance, covers different optimization techniques that can be used to speed up an application, both frontend and backend. You will learn how to apply these best practices into an application.
Chapter 8, Monitoring Live Applications, explains how to effectively monitor an application so that it detects anomalies and makes the user aware of them. You will learn how to integrate metrics from multiple live applications into a dashboard.
Chapter 9, Debugging, covers how to debug an application in a live production environment, or locally when things go wrong. We will be using node-inspector and exploring how to add a REPL to the application, among other things.
Chapter 10, Application Security, covers the common security countermeasures that you can take to prevent certain incidents, and also covers how to integrate them into an Express application.
Chapter 11, Testing and Improving Code Quality, covers how to write tests while creating an application as well as triggering them before committing the code along with other tools to improve code quality.
- Android Application Development Cookbook(Second Edition)
- 匯編語(yǔ)言程序設(shè)計(jì)(第2版)
- Visual C++串口通信技術(shù)詳解(第2版)
- Java Web基礎(chǔ)與實(shí)例教程
- Amazon S3 Cookbook
- PhpStorm Cookbook
- SAP BusinessObjects Dashboards 4.1 Cookbook
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Service Mesh實(shí)戰(zhàn):基于Linkerd和Kubernetes的微服務(wù)實(shí)踐
- 小程序,巧應(yīng)用:微信小程序開(kāi)發(fā)實(shí)戰(zhàn)(第2版)
- OpenCV 3計(jì)算機(jī)視覺(jué):Python語(yǔ)言實(shí)現(xiàn)(原書(shū)第2版)
- Visual C++程序開(kāi)發(fā)范例寶典
- Python程序設(shè)計(jì)現(xiàn)代方法
- jQuery權(quán)威指南
- Java王者歸來(lái):從入門(mén)邁向高手