diff --git a/src/content.typ b/src/content.typ index d480295..15622c5 100644 --- a/src/content.typ +++ b/src/content.typ @@ -147,5 +147,23 @@ "Use Terraform with NixOS, Hetzner, and Cloudflare integrations to centralize configurations for a VPN used to navigate CGNAT limitations.", ), ), + ( + title: "Failure-Resistant Distributed Database System", + timeframe: "April – May 2025", + role: "Course Group Project", + skills: ( + "Rust", + "Tokio", + "Serde", + "Nix", + "TCP", + "Linux", + "GitHub", + ), + highlights: ( + "Implemented a basic distributed database system with an architecture similar to Amazon Dynamo, designed to tolerate a small number of server failures.", + "Demonstrated that transaction logs remain totally ordered, even under a high load.", + ) + ), ), ) diff --git a/src/page/resume/content.typ b/src/page/resume/content.typ index 014418d..204b253 100644 --- a/src/page/resume/content.typ +++ b/src/page/resume/content.typ @@ -41,7 +41,7 @@ import "../../section/projects.typ": section_projects grid( - gutter: 1.7em, + gutter: 1.3em, section_skills(skills: skills), section_education(education: education), section_work_experience(work_experience: work_experience),