Feel free to ping any of us, in case of any doubts/guidance you need
Git - Version Control
We will be setting up a repository for this project under the homebrew organization, which you all will be working on
It is a very good habit to use version control, more so while working in a team setting like tilde.
Here’s some learning material and quick references:
Containerization
This project aims at building an OCI
https://www.youtube.com/watch?v=8fi7uSYlOdc
Rust
The only correct resource: https://rust-book.cs.brown.edu Sure, there’s a youtube video series which covers more or less everything, but it is strongly recommended you go through the text, and do the exercises for maximum retention!
This week’s checkpoint task:
Write a small project in rust, using the nix crate ( https://docs.rs/nix/latest/nix/ ) to
a. Create processes
b. List all processes currently running
c. Kill processes
Can have it in individual mentee repos, and share it at end of week call with mentors