Introduction to Operations
Lectures 87 • 40 slides
Narration
Session 87 Slide 1: What is Web Application Operation?
Review of the Previous Session
flowchart LR
A[Development] --> B[Deployment]
B --> C[Operation]
C --> D[Monitoring]
D --> E[Improvement]
E --> A
- Completed all 40 sessions of the course
- From HTML/CSS/JavaScript to deployment
- Fundamentals of front-end, back-end, and database
Welcome to the Practical Operation Edition
- Sessions 87 to 70 are the "Practical Operation Edition"
- Learn the techniques to keep your created applications running stably
- Acquire operational skills in addition to development skills
Learning Content for Session 87
- Understand the difference between development and operation
- Basic principles of SRE (Site Reliability Engineering)
- DevOps concept
- Roles and responsibilities of an operations engineer
Goal
Grasp the overall picture of Web application operation and take the first step as an operations engineer
1/40