Compare commits
No commits in common. "main" and "2025.02.27" have entirely different histories.
main
...
2025.02.27
18 changed files with 63 additions and 113 deletions
2
Justfile
2
Justfile
|
@ -1,5 +1,5 @@
|
||||||
default:
|
default:
|
||||||
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- sh -c "mkdir -p ./out && typst compile ./src/document.typ ./out/resume.pdf --font-path=/usr/share/fonts --root=src"
|
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- typst compile ./src/document.typ ./out/resume.pdf --font-path=/usr/share/fonts
|
||||||
|
|
||||||
fonts:
|
fonts:
|
||||||
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- typst fonts --font-path=/usr/share/fonts
|
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- typst fonts --font-path=/usr/share/fonts
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||||
(branch "master")
|
(branch "master")
|
||||||
(commit
|
(commit
|
||||||
"e25cd565bf191691838702d76c764a2a3cd557d3")
|
"8c483c12e94bcf43e4c44170f1d5fea5fbba4970")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
(url "https://codeberg.org/guix-science/guix-science")
|
(url "https://codeberg.org/guix-science/guix-science")
|
||||||
(branch "master")
|
(branch "master")
|
||||||
(commit
|
(commit
|
||||||
"b9f41a281365e0681dd78ac4c756c78a5997fa30")
|
"a82cc47ae408a9a92e1bd038fdb8d46f694ebde3")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"b1fe5aaff3ab48e798a4cce02f0212bc91f423dc"
|
"b1fe5aaff3ab48e798a4cce02f0212bc91f423dc"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
email: "contact@ethanreece.com",
|
email: "contact@ethanreece.com",
|
||||||
phone: "(208) 515-2094",
|
phone: "(208) 515-2094",
|
||||||
location: "Richardson, TX",
|
location: "Richardson, TX",
|
||||||
website: "linkedin.com/in/-ethanreece-"
|
website: "https://ethanreece.com/"
|
||||||
),
|
),
|
||||||
skills: (
|
skills: (
|
||||||
(
|
(
|
||||||
|
@ -12,12 +12,12 @@
|
||||||
items: (
|
items: (
|
||||||
"Linux",
|
"Linux",
|
||||||
"Git",
|
"Git",
|
||||||
|
"GitHub Actions",
|
||||||
"Docker",
|
"Docker",
|
||||||
"Proxmox",
|
"Proxmox",
|
||||||
"Nix",
|
"Nix",
|
||||||
"Guix",
|
"Guix",
|
||||||
"Terraform",
|
"Terraform",
|
||||||
"GitHub Actions",
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
@ -25,10 +25,11 @@
|
||||||
items: (
|
items: (
|
||||||
"JavaScript",
|
"JavaScript",
|
||||||
"C#",
|
"C#",
|
||||||
"Rust",
|
|
||||||
"Java",
|
"Java",
|
||||||
|
"Rust",
|
||||||
"C",
|
"C",
|
||||||
"C++",
|
"C++",
|
||||||
|
"Guile/Scheme",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
@ -49,27 +50,31 @@
|
||||||
(
|
(
|
||||||
title: "The University of Texas at Dallas",
|
title: "The University of Texas at Dallas",
|
||||||
degree: "Bachelor of Science in Computer Science",
|
degree: "Bachelor of Science in Computer Science",
|
||||||
graduation: "Expected Graduation: December 2025",
|
graduation: "May 2026",
|
||||||
gpa: "Current GPA: 3.801",
|
gpa: "Current GPA: 3.768",
|
||||||
coursework: (
|
coursework: (
|
||||||
completed: (
|
completed: (
|
||||||
"Programming Language Paradigms",
|
"Programming Language Paradigms",
|
||||||
"Digital Logic & Computer Design",
|
"Digital Logic & Computer Design",
|
||||||
"Operating Systems Concepts",
|
"Operating Systems Concepts",
|
||||||
|
"Probability & Statistics in CS/SE",
|
||||||
"Data Structures & Algorithmic Analysis",
|
"Data Structures & Algorithmic Analysis",
|
||||||
"Software Engineering",
|
"Software Engineering",
|
||||||
"Systems Programming in UNIX",
|
"Systems Programming in UNIX",
|
||||||
"Computer Architecture (CS 2340)",
|
"Computer Architecture (CS 2340)",
|
||||||
|
"Discrete Mathematics II",
|
||||||
"Database Systems",
|
"Database Systems",
|
||||||
|
"Advanced Algorithm Design & Analysis",
|
||||||
|
"Linear Algebra",
|
||||||
|
"Theoretical Concepts of Calculus",
|
||||||
|
"Differential Equations with Applications",
|
||||||
|
),
|
||||||
|
current: (
|
||||||
|
"Automata Theory",
|
||||||
"Cyber Attack & Defense Lab",
|
"Cyber Attack & Defense Lab",
|
||||||
"Computer Architecture (CS 6304)",
|
"Computer Architecture (CS 6304)",
|
||||||
"Advanced Operating Systems",
|
"Advanced Operating Systems",
|
||||||
),
|
),
|
||||||
current: (
|
|
||||||
"Design and Analysis of Computer Algorithms",
|
|
||||||
"Computer Networks",
|
|
||||||
"Real-Time Systems",
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
highlights: (
|
highlights: (
|
||||||
"Computer Science Fast Track Program, Systems Track",
|
"Computer Science Fast Track Program, Systems Track",
|
||||||
|
@ -77,7 +82,7 @@
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
experience: (
|
work_experience: (
|
||||||
(
|
(
|
||||||
title: "Scrumfish Software",
|
title: "Scrumfish Software",
|
||||||
location: "Nampa, ID",
|
location: "Nampa, ID",
|
||||||
|
@ -88,7 +93,6 @@
|
||||||
"JavaScript/React",
|
"JavaScript/React",
|
||||||
"Microsoft SQL Server",
|
"Microsoft SQL Server",
|
||||||
"GitHub",
|
"GitHub",
|
||||||
"Jira",
|
|
||||||
),
|
),
|
||||||
highlights: (
|
highlights: (
|
||||||
"Developed ASP.NET APIs for data management, multifactor authentication, and document conversion.",
|
"Developed ASP.NET APIs for data management, multifactor authentication, and document conversion.",
|
||||||
|
@ -114,7 +118,7 @@
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
projects: (
|
professional_development: (
|
||||||
(
|
(
|
||||||
title: "Declarative Laptop Configuration",
|
title: "Declarative Laptop Configuration",
|
||||||
timeframe: "July 2024 – Present",
|
timeframe: "July 2024 – Present",
|
||||||
|
@ -126,8 +130,8 @@
|
||||||
"Git",
|
"Git",
|
||||||
),
|
),
|
||||||
highlights: (
|
highlights: (
|
||||||
"Leverage Guix and Nix to centralize my laptop user configuration for tracking history and improving maintainability.",
|
"Leveraging Guix and Nix to centralize my laptop user configuration for tracking history and improving maintainability.",
|
||||||
"Utilize the \"time-machine\" function to ensure consistent software versions and to allow rolling back."
|
"Utilizing the \"time-machine\" function to ensure consistent software versions and to allow rolling back."
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
@ -145,28 +149,10 @@
|
||||||
"Cloudflare",
|
"Cloudflare",
|
||||||
),
|
),
|
||||||
highlights: (
|
highlights: (
|
||||||
"Manage a physical server using Proxmox, Debian VMs, and Docker for several applications.",
|
"Managing a physical server using Proxmox, Debian VMs, and Docker for several applications.",
|
||||||
"Host various services including Forgejo, TrueNAS, Nextcloud, and Vaultwarden.",
|
"Hosting various services including Forgejo, TrueNAS, Nextcloud, and Vaultwarden.",
|
||||||
"Use Terraform with NixOS, Hetzner, and Cloudflare integrations to centralize configurations for a VPN used to navigate CGNAT limitations.",
|
"Using 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.",
|
|
||||||
)
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
highlights: (""),
|
highlights: (""),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
experience: (
|
work_experience: (
|
||||||
(
|
(
|
||||||
title: "",
|
title: "",
|
||||||
location: "",
|
location: "",
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
highlights: (""),
|
highlights: (""),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
projects: (
|
professional_development: (
|
||||||
(
|
(
|
||||||
title: "",
|
title: "",
|
||||||
timeframe: "",
|
timeframe: "",
|
||||||
|
@ -55,8 +55,8 @@
|
||||||
page_resume_content(
|
page_resume_content(
|
||||||
skills: skills,
|
skills: skills,
|
||||||
education: education,
|
education: education,
|
||||||
experience: experience,
|
work_experience: work_experience,
|
||||||
projects: projects,
|
professional_development: professional_development,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
highlights: (""),
|
highlights: (""),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
experience: (
|
work_experience: (
|
||||||
(
|
(
|
||||||
title: "",
|
title: "",
|
||||||
location: "",
|
location: "",
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
highlights: (""),
|
highlights: (""),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
projects: (
|
professional_development: (
|
||||||
(
|
(
|
||||||
title: "",
|
title: "",
|
||||||
timeframe: "",
|
timeframe: "",
|
||||||
|
@ -37,14 +37,14 @@
|
||||||
) = {
|
) = {
|
||||||
import "../../section/skills.typ": section_skills
|
import "../../section/skills.typ": section_skills
|
||||||
import "../../section/education.typ": section_education
|
import "../../section/education.typ": section_education
|
||||||
import "../../section/experience.typ": section_experience
|
import "../../section/work_experience.typ": section_work_experience
|
||||||
import "../../section/projects.typ": section_projects
|
import "../../section/professional_development.typ": section_professional_development
|
||||||
|
|
||||||
grid(
|
grid(
|
||||||
gutter: 1.1em,
|
gutter: 1.7em,
|
||||||
section_skills(skills: skills),
|
section_skills(skills: skills),
|
||||||
section_education(education: education),
|
section_education(education: education),
|
||||||
section_experience(experience: experience),
|
section_work_experience(work_experience: work_experience),
|
||||||
section_projects(projects: projects),
|
section_professional_development(professional_development: professional_development),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
grid(
|
grid(
|
||||||
columns: 4,
|
columns: 4,
|
||||||
rows: 1,
|
rows: 1,
|
||||||
gutter: 3em,
|
gutter: 4em,
|
||||||
email,
|
email,
|
||||||
phone,
|
phone,
|
||||||
location,
|
location,
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
title: "",
|
title: "",
|
||||||
subtitle: "",
|
subtitle: "",
|
||||||
role: "",
|
role: "",
|
||||||
role_subtitle: "",
|
|
||||||
timeframe: "",
|
timeframe: "",
|
||||||
skills: (""),
|
skills: (""),
|
||||||
highlights: (""),
|
highlights: (""),
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: "",
|
title: "",
|
||||||
subtitle: "",
|
subtitle: "",
|
||||||
role: "",
|
role: "",
|
||||||
role_subtitle: "",
|
|
||||||
timeframe: "",
|
timeframe: "",
|
||||||
skills: (""),
|
skills: (""),
|
||||||
highlights: (""),
|
highlights: (""),
|
||||||
|
@ -16,7 +15,6 @@
|
||||||
title: title,
|
title: title,
|
||||||
subtitle: subtitle,
|
subtitle: subtitle,
|
||||||
role: role,
|
role: role,
|
||||||
role_subtitle: role_subtitle,
|
|
||||||
timeframe: timeframe,
|
timeframe: timeframe,
|
||||||
skills: skills,
|
skills: skills,
|
||||||
),
|
),
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: "",
|
title: "",
|
||||||
subtitle: "",
|
subtitle: "",
|
||||||
role: "",
|
role: "",
|
||||||
role_subtitle: "",
|
|
||||||
timeframe: "",
|
timeframe: "",
|
||||||
skills: (""),
|
skills: (""),
|
||||||
) = {
|
) = {
|
||||||
|
@ -24,10 +23,7 @@
|
||||||
subtitle: subtitle,
|
subtitle: subtitle,
|
||||||
),
|
),
|
||||||
section_base_item_heading_timeframe(timeframe: timeframe),
|
section_base_item_heading_timeframe(timeframe: timeframe),
|
||||||
section_base_item_heading_role(
|
section_base_item_heading_role(role: role),
|
||||||
title: role,
|
|
||||||
subtitle: role_subtitle,
|
|
||||||
),
|
|
||||||
section_base_item_heading_skills(skills: skills),
|
section_base_item_heading_skills(skills: skills),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,15 +1,5 @@
|
||||||
#let section_base_item_heading_role(
|
#let section_base_item_heading_role(role: "") = text(
|
||||||
title: "",
|
weight: "light",
|
||||||
subtitle: "",
|
size: .9em,
|
||||||
) = {
|
role
|
||||||
import "role/main.typ": section_base_item_heading_role_main
|
)
|
||||||
import "role/subtitle.typ": section_base_item_heading_role_subtitle
|
|
||||||
|
|
||||||
grid(
|
|
||||||
columns: 2,
|
|
||||||
gutter: 1.5em,
|
|
||||||
align: bottom,
|
|
||||||
section_base_item_heading_role_main(title: title),
|
|
||||||
section_base_item_heading_role_subtitle(subtitle: subtitle),
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
#let section_base_item_heading_role_main(title: "") = text(
|
|
||||||
weight: "light",
|
|
||||||
size: .9em,
|
|
||||||
title
|
|
||||||
)
|
|
|
@ -1,7 +0,0 @@
|
||||||
#let section_base_item_heading_role_subtitle(
|
|
||||||
subtitle: "",
|
|
||||||
) = text(
|
|
||||||
size: .85em,
|
|
||||||
weight: "extralight",
|
|
||||||
subtitle
|
|
||||||
)
|
|
|
@ -1,13 +1,9 @@
|
||||||
#let section_base_item_highlight(
|
#let section_base_item_highlight(
|
||||||
highlight: "",
|
highlight: "",
|
||||||
) = text(
|
) = par(
|
||||||
size: 0.95em,
|
justify: true,
|
||||||
if type(highlight) == str {
|
text(
|
||||||
par(
|
size: 0.95em,
|
||||||
justify: true,
|
|
||||||
highlight
|
|
||||||
)
|
|
||||||
} else {
|
|
||||||
highlight
|
highlight
|
||||||
}
|
)
|
||||||
)
|
)
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
import "body.typ": section_base_body
|
import "body.typ": section_base_body
|
||||||
|
|
||||||
grid(
|
grid(
|
||||||
gutter: 0.8em,
|
gutter: 1.1em,
|
||||||
section_base_heading(title: title),
|
section_base_heading(title: title),
|
||||||
section_base_body(body),
|
section_base_body(body),
|
||||||
)
|
)
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
section_base_full(
|
section_base_full(
|
||||||
title: "Education",
|
title: "Education",
|
||||||
items: education.map(school => (
|
items: education.map(school => (
|
||||||
title: school.degree,
|
title: school.title,
|
||||||
role: school.title,
|
role: school.degree,
|
||||||
timeframe: school.graduation,
|
timeframe: school.graduation,
|
||||||
skills: (
|
skills: (
|
||||||
school.gpa,
|
school.gpa,
|
||||||
|
|
|
@ -2,8 +2,5 @@
|
||||||
list: (""),
|
list: (""),
|
||||||
) = text(
|
) = text(
|
||||||
weight: "light",
|
weight: "light",
|
||||||
par(
|
list.join(", "),
|
||||||
justify: true,
|
|
||||||
list.join(", ")
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#let section_projects(
|
#let section_professional_development(
|
||||||
projects: (
|
professional_development: (
|
||||||
(
|
(
|
||||||
title: "",
|
title: "",
|
||||||
timeframe: "",
|
timeframe: "",
|
||||||
|
@ -12,8 +12,8 @@
|
||||||
import "base/full.typ": section_base_full
|
import "base/full.typ": section_base_full
|
||||||
|
|
||||||
section_base_full(
|
section_base_full(
|
||||||
title: "Projects",
|
title: "Professional Development",
|
||||||
items: projects.map(item => (
|
items: professional_development.map(item => (
|
||||||
title: item.title,
|
title: item.title,
|
||||||
timeframe: item.timeframe,
|
timeframe: item.timeframe,
|
||||||
role: item.role,
|
role: item.role,
|
|
@ -1,5 +1,5 @@
|
||||||
#let section_experience(
|
#let section_work_experience(
|
||||||
experience: (
|
work_experience: (
|
||||||
(
|
(
|
||||||
title: "",
|
title: "",
|
||||||
location: "",
|
location: "",
|
||||||
|
@ -13,12 +13,12 @@
|
||||||
import "base/full.typ": section_base_full
|
import "base/full.typ": section_base_full
|
||||||
|
|
||||||
section_base_full(
|
section_base_full(
|
||||||
title: "Experience",
|
title: "Work Experience",
|
||||||
items: experience.map(company => (
|
items: work_experience.map(company => (
|
||||||
title: company.role,
|
title: company.title,
|
||||||
|
subtitle: company.location,
|
||||||
timeframe: company.timeframe,
|
timeframe: company.timeframe,
|
||||||
role: company.title,
|
role: company.role,
|
||||||
role_subtitle: company.location,
|
|
||||||
skills: company.skills,
|
skills: company.skills,
|
||||||
highlights: company.highlights,
|
highlights: company.highlights,
|
||||||
)),
|
)),
|
Loading…
Add table
Reference in a new issue