feat: add courses

This commit is contained in:
eggy
2025-01-27 09:44:38 -05:00
parent 85fccd3cab
commit 55394490e0
3 changed files with 21 additions and 18 deletions

View File

@@ -4,15 +4,17 @@
#let education = indent[
#work_entry(
"University of Waterloo",
"B.A.Sc. in Computer Engineering — 3.7/4.0 GPA",
"B.A.Sc. in Computer Engineering, Honours — 3.7/4.0 GPA",
start_date: "2022",
end_date: "2026",
location: "Waterloo, ON",
tasks: (
// [Courses: Object-oriented programming, data structures & algorithms, concurrency,
// operating systems],
[*Courses*: Object-oriented programming, data structures & algorithms,
concurrency, operating systems],
[*Involvements*: Hack the North (Organiser), UW Orbital Satellite Design Team,
Creative Writing Club (Secretary)],
Intramurals (Beach Volleyball)],
[*Awards*: StormHacks 2022 (#link("https://devpost.com/software/perdiem")[EdTech Winner]),
YRHacks 2022 (#link("https://devpost.com/software/resketch")[IBM Open Source Winner])],
),
@@ -20,11 +22,12 @@
]
#let skills = indent[
*Languages:* Python, TypeScript/JavaScript, Rust, Java, C++, SQL, HTML/CSS \
*Languages:* Python, TypeScript/JavaScript, Rust, Java, C/C++, SQL, HTML/CSS \
// Dart
*Frameworks:* Node, React, Vue, GraphQL, Spring Boot, Express, Redis, Terraform,
Prisma, Apollo, Axum \
*Tools:* Linux, Postgres, Git, Docker, AWS, GCP, Kubernetes, Figma, Jenkins, nginx // Jenkins, systemd, Jira
*Tools:* Linux, Postgres, Git, Docker, AWS, GCP, Kubernetes, Figma, Jenkins,
nginx // Jenkins, systemd, Jira
]
#show: doc => template_common(education, skills, doc)