Check out my solutions on this website deployed with Github Pages:
Missing Semester 2020 Solutions
This repository is a collation of my solutions for the MIT's 2020 Missing Semester course exercises from Lecture 1 to 9. (No exercises in Lecture 10 and 11) Feedbacks are very welcome for my solutions. Video recordings of the lectures are available on YouTube.
I use macOS Catalina 10.15.4. as of May 2020.
2020 Exercises:
- 1: Course overview + the shell
- 2: Shell Tools and Scripting
- 3: Editors (Vim)
- 4: Data Wrangling
- 5: Command-line Environment
- 6: Version Control (Git)
- 7: Debugging and Profiling
- 8: Metaprogramming (build systems, dependency management, testing, CI)
- 9: Security and Cryptography
Main takeaways:
- Unix/Linux commands and pipelining
- bash/zsh scripting and configuration
- Virtual/Remote Machine setup and connection
- vim editor, plugins and tmux
- Git/Github
- ssh configuration
- Debugging profilers
- Regular expressions
- Public/Private key encryptions