chbrown13 / Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevOps: CSC 519


In this course, you will gain practical exposure to the skills, tools, and knowledge needed in automating software engineering processes and infrastructure necessary for continuous deployment of software. Students will have the chance to build new or extend existing software engineering tools and design an automated deployment pipeline.

Course Overview

In the course, a mixture of traditional lectures with activities and in-class workshops will be used. During lectures, we will cover core concepts related to a topic. During the in-class workshops, we will perform sample exercises with relevant tools that reinforce lecture material. Evaluation will be based on tech talks, homework assignments, workshop attendance, and final project.

After the course, students are able to:

  • Programmatically provision images.
  • Automatically apply configuration management to production environments.
  • Automatically create and maintain build environments.
  • Maintain test suites and measure testing quality and coverage.
  • Automatically generate new tests, using feedback-directed random testing, fuzzing, and data-flow analysis.
  • Programmatically measure code quality via static and dynamic code analysis.
  • Understand components of infrastructure.
  • Remotely regulate behavior of deployed software via feature flags and configuration servers.
  • Apply advanced strategies for deployment of software.
  • Monitor and analyze telemetry data.
  • Implement resilience testing on production environments (e.g., Chaos Monkey).

Schedule and Topics—Spring 2022

📹 Live stream and recorded videos

The following schedule is subject to change.

Class Topics Activities Assignments
➡️ Setup
Jan 10 Intro
Course overview Passing opunit checks
Jan 12 Basics Basics workshop HW-Basics
Terminals, making windows awesome, package managers, shells Customize your prompt, install the things
markdown, git, virtualization, kanban
Jan 17 No class
Jan 19 Basics continued; What's DevOps?
Jan 24
Jan 26
Jan 31
Feb 2
Feb 7
Feb 9
Feb 14
Feb 16
Feb 21
Feb 23
Feb 28
Mar 2
Mar 7
Mar 9
Mar 14 Spring break
Mar 16 Spring break
Mar 21
Mar 23
Mar 28
Mar 30
Apr 4
Apr 6
Apr 11
Apr 13
Apr 18
Apr 20
Apr 25 Last class
May 4 Final Exam (12pm--2:30pm)

About