Learning Summary 2019-12-2

from here & here

Nginx with front-end development  "Nginx is a lightweight HTTP server, using asynchronous non-blocking event-driven framework approach, which allowed excellent IO performance, often used for server-side reverse proxy and load balancing."
nginx  this one is enough  to install, architecture, configuration, instructions, application. . .

Nginx load balancer  Nginx as a powerful Web server software, high performance, high concurrency and low memory usage characteristics. In addition, it also can provide a powerful reverse proxy functionality.
Nginx entry to practice - Nginx Middleware  Chapter 1 Introduction Overview course curriculum, learning introductory course notes, prepared environment, understand the significance course. Look 1-2 1-1 course introduces the learning environment to prepare

Easy to understand webpack hot update principle Hot Module Replacement , referred to HMR, without having to completely refresh the entire page at the same time, the update module. HMRThe benefits of experience in their daily development work deep: saving valuable development time, enhance the development experience

Step by step from scratch to build a large-scale project with webpack  lot of people are more or less used webpack, but few people can learn webpack system configuration, when an error is encountered will look ignorant and do not know where to search from ? Do not know what to do when performance optimization, optimization of the online tutorial is not in line with their own projects? And other issues! This article configuration step by step to a complete large-scale projects from the most basic process. Let you webpack never fear, let it truly become your right-hand man!

Guess you like

Origin www.cnblogs.com/yizijianxin/p/11974036.html