Add Failure-Resistant Distributed Database System

This commit is contained in:
Ethan Reece 2025-05-13 02:14:12 -05:00
parent 2ca6473869
commit 397bc485ec
Signed by: me
GPG key ID: 198E9EB433DB1B28
2 changed files with 19 additions and 1 deletions

View file

@ -147,5 +147,23 @@
"Use Terraform with NixOS, Hetzner, and Cloudflare integrations to centralize configurations for a VPN used to navigate CGNAT limitations.", "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.",
)
),
), ),
) )

View file

@ -41,7 +41,7 @@
import "../../section/projects.typ": section_projects import "../../section/projects.typ": section_projects
grid( grid(
gutter: 1.7em, gutter: 1.3em,
section_skills(skills: skills), section_skills(skills: skills),
section_education(education: education), section_education(education: education),
section_work_experience(work_experience: work_experience), section_work_experience(work_experience: work_experience),