# Lectures, Slides, Video Interviews

**Video Lecturelets**

At Berkeley, we constructed our lectures to be broken up into 7-20 minute segments. In general, each segment corresponds to a textbook section, with a few exceptions and some supplementary topics; some segments were later added or updated with studio-recorded lectures. Instructors have used these lectures to prepare/inspire their own, as well as in a flipped-classroom setting. We do both at Berkeley.

The lecturelets are organized into YouTube playlists, one playlist per chapter, and are captioned in American English. Volunteer submissions of captions (.srt files) in other languages are *most welcome!*

***YouTube playlists for videos recorded in Fall 2023:***

* [Chapter 1](https://www.youtube.com/playlist?list=PLeMMGxq3FPxiCtrNMxkR10r3WxfNwRA_E) Introduction to Software as a Service, Agile Development, and Cloud Computing
* [Chapter 2](https://www.youtube.com/playlist?list=PLeMMGxq3FPxi172l51zkD85nxzBLIAMy8) How to Learn a New Language
* [Chapter 3](https://youtube.com/playlist?list=PLeMMGxq3FPxjMfAaytAuUvsa5A2yCvibq\&si=uWTe7xyYSKoj34tx) SaaS Application Architecture: Microservices, APIs, and REST
* [Chapter 4](https://www.youtube.com/playlist?list=PLeMMGxq3FPxg1K_1ijLSPKxUWmmS4pz5p) SaaS Framework: Rails as a Model--View--Controller Framework (Didactic content)
  * [Chapter 4 Rails Basics](https://www.youtube.com/playlist?list=PLeMMGxq3FPxhiyXK3xRPS0zlQ6jHiCYHZ): Additional walkthroughs and livecoding demos
* [Chapter 5](https://www.youtube.com/playlist?list=PLeMMGxq3FPxhqh_fJUuNHiu9ePUzNmzIW) SaaS Framework: Advanced Programming Abstractions for SaaS
* [Chapter 6](https://www.youtube.com/playlist?list=PLeMMGxq3FPxgU93UaK7drCX1c1QePZ7yi) Mobile and Desktop SaaS Clients: JavaScript Introduction
* [Chapter 7](https://www.youtube.com/playlist?list=PLeMMGxq3FPxjutjgtih7vy2n1Lfi5icBd) Requirements: BDD and User Stories
* [Chapter 8](https://www.youtube.com/playlist?list=PLeMMGxq3FPxgx3HKXKKXltEYniCXmOsdk) Testing: Test-Driven Development
* [Chapter 9](https://www.youtube.com/playlist?list=PLeMMGxq3FPxhQAtcrOCca-0Oj1NfhM3KI) Software Maintenance: Enhancing Legacy Software Using Refactoring and Agile Methods
* [Chapter 10](https://www.youtube.com/playlist?list=PLeMMGxq3FPxiE4l8UYuacXeYkrL9t0aYH) Agile Teams
* [Chapter 11](https://www.youtube.com/playlist?list=PLeMMGxq3FPxgbMJv_sS1_H0WIXLdevqES) Design Patterns for SaaS Apps
* [Chapter 12](https://www.youtube.com/playlist?list=PLeMMGxq3FPxgrqiyguLsMBHsDc6wcWq0a) Dev/Ops

**Self-Check Questions to Accompany Lecturelets**

TBD

**Lecture Slides**

Most of the slides used in the lectures are available as [Google Slides](https://drive.google.com/drive/folders/1YJpubP97LxvfJYLYXsq4JxQ-TQIWZO2f?usp=sharing) (you must be a registered instructor to access the folder—see the [Welcome](https://teach.saasbook.info/readme) page). Again, there have been a few updates, and a few decks that need updating, but these may be useful as a starting point.

**SaaS TV interviews**

This [playlist](https://youtube.com/playlist?list=PLeMMGxq3FPxiFmDh98ysUroIhmkewfO4i) contains interviews with a number of working engineers who do ESaaS, giving weight and credibility to some of the topics covered in the syllabus. These are uncaptioned; captioned submissions welcome.

**Short videos about the course**

This [playlist](https://youtube.com/playlist?list=PLeMMGxq3FPxjyflGWxsutxceHqBHk7Oyc) includes (as of 2022) the following **uncaptioned** videos (caption submissions welcome):

* a welcome from Armando Fox and Dave Patterson
* an interview with a customer of our student projects created in the course
* an exhortation from Google's VP of Engineering about the importance of teamwork in software engineering
* a short piece on the role of GitHub and open source in software engineering team projects and collaboration in this course

***Archival YouTube playlists for original (now obsolete) videos:***

* [Chapter 1](https://www.youtube.com/playlist?list=PLeMMGxq3FPxjcFZVmvkuc5tW2HtTkqlgP) Introduction to Software as a Service, Agile Development, and Cloud Computing
* [Chapter 2](https://www.youtube.com/playlist?list=PLeMMGxq3FPxh7_76PotmzGsZGM8Q1Vthl) How to Learn a New Language
* [Chapter 3](https://www.youtube.com/playlist?list=PLeMMGxq3FPxgAcnQh5eHqTfO4Ucs5JORw) SaaS Application Architecture: Microservices, APIs, and REST
* [Chapter 4](https://www.youtube.com/playlist?list=PLeMMGxq3FPxjBbeB_aZ4L8Wo91rEds_GD) SaaS Framework: Rails as a Model--View--Controller Framework
* [Chapter 5](https://www.youtube.com/playlist?list=PLeMMGxq3FPxgeKHXxYOkV4JKCbRg5gWpg) SaaS Framework: Advanced Programming Abstractions for SaaS
* [Chapter 6](https://www.youtube.com/playlist?list=PLeMMGxq3FPxghXCpd4twByvWG6RKWcxHN) Mobile and Desktop SaaS Clients: JavaScript Introduction
* [Chapter 7](https://www.youtube.com/playlist?list=PLeMMGxq3FPxjbdVAkCU99UumJDWuLvg-l) Requirements: BDD and User Stories
* [Chapter 8](https://www.youtube.com/playlist?list=PLeMMGxq3FPxh_gCC98WbEfpRt5UBFrjAT) Testing: Test-Driven Development
* [Chapter 9](https://www.youtube.com/playlist?list=PLeMMGxq3FPxjSeso1JXLqmqXPDB0Ka-L3) Software Maintenance: Enhancing Legacy Software Using Refactoring and Agile Methods
* [Chapter 10](https://www.youtube.com/playlist?list=PLeMMGxq3FPxjO97PniMI2kfRyR4_MnT3t) Agile Teams
* [Chapter 11](https://www.youtube.com/playlist?list=PLeMMGxq3FPxhmpbjhY8yurexXmuF4Fvai) Design Patterns for SaaS Apps
* [Chapter 12](https://www.youtube.com/playlist?list=PLeMMGxq3FPxh_vJS0_FVhudNMJ2cA95cH) Dev/Ops
