This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Projects

Notes for Project sprints

1 - 1 Week Sprint

1 week project sprints for learning purpose.

Week 1 (4/7 ~ 4/13). DHCP Server in Rust

Goal: implement a fully functional DHCP server in Rust

Week 2 (4/14 ~ 4/20). DNS Server in Rust

Goal: extend prior week’s DHCP server to also function as DNS server

Week 3 (4/21 ~ 4/27). Distributed DNS & DHCP server in Rust

Goal: extend prior week’s DNS & DHCP server to be highly availble by using distributed concensus

2 - Week 1

Week 1 (4/7 ~ 4/13). DHCP Server in Rust

Week 1 (4/7 ~ 4/13). DHCP Server in Rust

Goal: implement a fully functional DHCP server in Rust

Day 1: Set up

Goals:

  • Set up Rust project
  • recall Rust basics