Today we will start with chapter 2, chapter 3, Chapter 7, Chapter 9, chapter 10 (already finished). We will study other chapters at other times

Chapter 2 Environment construction
2-1 Introduction to components required for the project
2-2 Go development environment construction
Extension 2-3: Go Development environment setup for Windows
2-4 Initial experience of Beego framework
2-5 Build Web application framework based on Beego
2-6 MySQL Installation and Application
2-7 Initial Practice of Beego’S ORM (I)
2-8 Initial Practice of Beego’S ORM (Part 2)
Extension 2-9: Beego ORM Application Summary
2-10 Summary review of knowledge points

Chapter 3 V1.0: Beego Rapid Building of Web Applications
3-1 Overview of Large Web Architecture Design
3-2 Reading community needs analysis
3-3 Web Application Framework Building Skills (PART 1)
3-4 Web Application Framework Building Skills (Middle)
3-5 Web Application Framework Building Skills (Part 2)
3-6 Refactoring dbinit for Web application construction tips
3-7 Overall analysis of the project to Controller structure
3-8 Adding a View resource
3-9 View construction and resource preparation
3-10 Extension: Beego’s View Base Practice
3-11 Everything starts with the Model definition
3-12 Home Page Controller Practices
3-13 Development of Classification Logic (I)
3-14 Classification Logic Development (Middle)
3-15 Development of Classification Logic (Ii)

3-16 Book details, editing module design ideas
3-17 Design and analysis of library management and classification management module
3-18 Generate book content data
3-19 Constructing a search query
3-20 Logical Implementation of Search Function (I)
3-21 Logical Implementation of Search Function (Middle)
3-22 Logical Implementation of search Function (Part 2)
3-23 Introduction to the design roadmap for Login registration verification
3-24 Analysis of community functions
3-25 Building Community Features (1)

3-26 Building Community Features (2)
3-27 Building Community Features (3)
3-28 Building Community Features (4)
3-29 Building Community Features (5)
3-30 Explaining the design ideas of the remaining modules of personal homepage
3-31 Package deployment
3-32 Project review and summary
Chapter 7 V2.0: Static Cache Optimization
7-1 Introduction to static and pseudo-static pages
7-2 Analysis of page statics
7-3 Introduction to using the Filecache package
7-4 Setting up a static page framework
Pagecache Logical Encapsulation (part 1)
7-6 Implementation of Pagecache logical encapsulation (part 2)
7-7 Static pages in BaseController
7-8 Page static performance test
7-9 Beego pseudo-static practice
7 to 10 Clear expired cache files
7-11 Class cache Modification

Chapter 9 V2.2: File Download Optimization [File Service Split and CDN Access]
9-1 introduction of CDN
9-2 Open Aliyun ECS service
9-3 Opening the ALI Cloud OSS service
9-4 Open Aliyun CDN service
9-5 Configuring the CDN back to the source OSS
9-6 Introduction to OSS Basic Applications
9-7 CDN transformation of book accessories

Chapter 10 V2.5: Concurrent Optimization of Web Services
10-1 Background of load Balancing
10-2 install Nginx
10-3 Configuring reverse proxy and load balancing based on Nginx
10-4 Description of Session synchronization in Multi-node Deployment
10-5 Summary and review