Skip to content

Commit 81ae198

Browse files
committed
chore(resume): update details
1 parent d15b3d7 commit 81ae198

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66

77
# End of https://www.toptal.com/developers/gitignore/api/dotenv
88

9-
# Generated file that's always modified if compilation occurs.
10-
resume.pdf
9+
*.pdf

resume.typ

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
- Improved the integration of the SPA with a OAuth 2.0 Ruby on Rails server.
4242
- Improved the build times for various React web apps to be 100%-200% faster by switching to better tools (e.g., Vite).
4343
- Fixed issues with GitLab CI pipelines to prevent days of developer time from being wasted by flaky pipeline failures.
44+
- Created custom Docker images used in GitLab CI pipelines to speed them up, improving the team's velocity.
4445

4546
#work(
4647
title: "Technical Lead",
@@ -49,9 +50,10 @@
4950
dates: dates-helper(start-date: "May 2022", end-date: "May 2023"),
5051
)
5152
- Coordinate with the CTO and software architects to maintain the Core development team's coding standards.
53+
- Managed and triaged issues on team's Kanban board to support agile development.
5254
- Lead a tiger team that was formed to quickly finish the delivery of a new React SPA dashboard web app.
53-
- Lead a team of developers to add i18n and branding support to the dashboard SPA in collaboration with a research team from Queen's University; concluded with a survey with 600+ participants.
54-
- Managed a project to add TypeScript type definitions to a JS SDK in collaboration with a contractor.
55+
- Coordinated with software development, design, and business teams to add i18n and branding support to the dashboard SPA in collaboration with a research team from Queen's University; concluded with a survey with 600+ participants.
56+
- Managed a project to add TypeScript type definitions to a JS SDK in collaboration with a remote contractor in a Europe.
5557
- Mentored and managed internship students.
5658
- Participated in a #link("https://www.h1solutions.ca/solutions")[Leader Development Workshop].
5759

@@ -61,9 +63,10 @@
6163
company: link("https://distributive.network")[Distributive],
6264
dates: dates-helper(start-date: "May 2020", end-date: "Aug. 2021"),
6365
)
66+
- Helped migrate monolith to even-driven microservices architecture.
6467
- Developed and maintained a React SPA used by the business team in demos to clients and investors (https://dcp.work).
6568
- Developed and maintained a Sphinx documentation website for the company's software tools (https://docs.dcp.dev).
66-
- Added support for stored procedures to in-house ORM library, letting the team avoid repeating currency transaction code.
69+
- Added stored procedure support to in-house relational database ORM library, avoiding bugs from repeating currency transaction code.
6770
- Supported QA team by following and managing TestRail test procedures.
6871

6972
#work(
@@ -82,6 +85,7 @@
8285
url: "github.com/bryan-hoang/aoc-cli-node",
8386
)
8487
- A command-line application that helps automate common tasks when completing Advent of Code challenges.
88+
- Uses GitHub Actions to automate the building and publishing of the package.
8589

8690
#if target-sectors.contains("ai") [
8791
#project(
@@ -95,8 +99,8 @@
9599

96100
== Skills
97101

98-
- *Programming Languages*: JavaScript, Typescript, Python, HTML/CSS, Bash, Ruby, SQL, C\#, C, Java, MATLAB
99-
- *Technologies*: UNIX, Git, Docker, Node.js, React, Playwright, NGINX, MySQL, GitLab CI, REST
102+
- *Programming Languages*: JavaScript, Typescript, Python, HTML/CSS, Bash, Ruby, SQL, Java, C\#, C, MATLAB
103+
- *Technologies*: UNIX, Git, Docker, Node.js, React, Playwright, NGINX, MySQL, GitLab CI, GitHub Actions, REST
100104

101105
== Education
102106

@@ -109,17 +113,11 @@
109113

110114
== Extracurricular Activities
111115

112-
#extracurriculars(
113-
activity: "Undergraduate Teaching Assistant",
114-
dates: [#dates-helper(start-date: "Sept. 2019", end-date: "Apr. 2020"), #dates-helper(start-date: "Sept. 2021", end-date: "Apr. 2022")],
115-
)
116-
- Facilitated the learning of 90+ students in weekly 1-hour tutorial sessions for first year calculus and linear algebra.
117-
118116
#extracurriculars(
119117
activity: "Student Executive Webmaster",
120118
dates: dates-helper(start-date: "Jan. 2021", end-date: "May 2022"),
121119
)
122-
- Responsible for the Apple Math Exec and Sci' 21 Exec Wordpress websites.
120+
- Managed the Apple Math Exec and Sci' 21 Exec Wordpress websites.
123121

124122
#if target-sectors.contains("security") [
125123
#box([
@@ -133,6 +131,12 @@
133131
]
134132

135133
#if target-sectors.contains("education") [
134+
#extracurriculars(
135+
activity: "Undergraduate Teaching Assistant",
136+
dates: [#dates-helper(start-date: "Sept. 2019", end-date: "Apr. 2020"), #dates-helper(start-date: "Sept. 2021", end-date: "Apr. 2022")],
137+
)
138+
- Facilitated the learning of 90+ students in weekly 1-hour tutorial sessions for first year calculus and linear algebra.
139+
136140
#extracurriculars(
137141
activity: "Peer Tutor",
138142
dates: dates-helper(start-date: "May 2018", end-date: "Apr. 2020"),

0 commit comments

Comments
 (0)