Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyyeh/missing-semester-cs
The Missing Semester of Your CS Education from MIT
https://github.com/cyyeh/missing-semester-cs
Last synced: 8 days ago
JSON representation
The Missing Semester of Your CS Education from MIT
- Host: GitHub
- URL: https://github.com/cyyeh/missing-semester-cs
- Owner: cyyeh
- Created: 2020-02-07T02:44:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T02:45:15.000Z (about 5 years ago)
- Last Synced: 2024-12-21T05:10:06.898Z (2 months ago)
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Missing Semester of Your CS Education
source: [The Missing Semester of Your CS Education](https://missing.csail.mit.edu/)
## Overview
Classes teach you all about advanced topics within CS, from operating systems to machine learning, but there’s one critical subject that’s rarely covered, and is instead left to students to figure out on their own: proficiency with their tools. We’ll teach you how to master the command-line, use a powerful text editor, use fancy features of version control systems, and much more!
Students spend hundreds of hours using these tools over the course of their education (and thousands over their career), so it makes sense to make the experience as fluid and frictionless as possible. Mastering these tools not only enables you to spend less time on figuring out how to bend your tools to your will, but it also lets you solve problems that would previously seem impossibly complex.
[Read about the motivation behind this class.](https://missing.csail.mit.edu/about/)
## Lectures
- Course overview + the shell
- [Notes](lec1.md)
- [Video](https://youtu.be/Z56Jmr9Z34Q)
- Shell Tools and Scripting
- [Notes](lec2.md)
- [Video](https://youtu.be/kgII-YWo3Zw)
- Editors (Vim)
- [Notes](lec3.md)
- [Video](https://youtu.be/a6Q8Na575qc)
- Data Wrangling
- [Notes](lec4.md)
- [Video](https://youtu.be/sz_dsktIjt4)
- Command-line Environment
- [Notes](lec5.md)
- [Video](https://youtu.be/e8BO_dYxk5c)
- Version Control (Git)
- [Notes](lec6.md)
- [Video](https://youtu.be/2sjqTHE0zok)
- Debugging and Profiling
- [Notes](lec7.md)
- [Video](https://youtu.be/l812pUnKxME)
- Metaprogramming
- [Notes](lec8.md)
- [Video](https://youtu.be/_Ms1Z4xfqv4)
- Security and Cryptography
- [Notes](lec9.md)
- [Video](https://youtu.be/tjwobAmnKTo)
- Potpourri
- [Notes](lec10.md)
- [Video](https://youtu.be/JZDt-PRq0uo)
- Q&A
- [Notes](lec11.md)
- [Video](https://youtu.be/Wz50FvGG6xU)