resume/Christopher Lam.typ

133 lines
5.5 KiB
Plaintext
Raw Permalink Normal View History

2023-10-24 11:42:42 -04:00
#import "fontawesome.typ": fa, globe, github, linkedin, envelope, phone
2023-10-21 22:36:52 -04:00
#import "lib.typ": template, work_entry, project, indent, SMALL_STRONG, DEFAULT_STRONG
2023-10-21 22:27:41 -04:00
// orange!!
2023-10-24 10:51:37 -04:00
#let color = rgb("#1f497d")
#let name = "Christopher Lam"
#let contact_data = (
(
2023-10-24 11:42:42 -04:00
service: fa[#phone],
display: "416-409-0886",
link: "tel:4164090886"
),
(
service: fa[#envelope],
display: "christopher.peter.lam@protonmail.com",
link: "mailto://christopher.peter.lam@protonmail.com"
),
(
service: fa[#linkedin],
2023-10-24 10:51:37 -04:00
display: "linkedin.com/in/christopherlam888",
link: "https://www.linkedin.com/in/christopherlam888"
),
(
2023-10-24 11:42:42 -04:00
service: fa[#github],
display: "github.com/christopherlam888",
link: "https://github.com/christopherlam888"
),
)
#show: doc => template(name, contact_data, color, doc)
// MAIN CONTENT STARTS here
2023-10-24 11:42:42 -04:00
#let IMAGE_WIDTH = 1.5cm
#place(bottom + center, dy: 1.5cm, image("monogram.png", width: IMAGE_WIDTH))
2023-10-24 10:51:37 -04:00
= Technical Skills
2023-10-24 11:42:42 -04:00
- *Languages:* Python, JavaScript, TypeScript, Kotlin, C, C++, Rust, Dart, Java, SQL, XML, XSL, Bash
- *Tools:* OpenCV, Flask, PostgreSQL, React, React Native, NodeJS, Express, MongoDB, Flutter, Linux
= Experience
2023-10-24 11:42:42 -04:00
#block(inset: (right: 0.5em))[
#work_entry(
2023-10-24 10:51:37 -04:00
"Software Developer, Software Quality Analyst",
"i4i Infrastructure for Information",
location: "Toronto",
start_date: "May 2023", end_date: "Sep 2023",
tasks: (
2023-10-24 10:51:37 -04:00
[Developed a program to automate converting hundreds of client data values from Excel to Word metadata],
[Designed Python, XML, and XSL code to extract and process data to interface with existing software products],
[Performed 1000+ functional, security, and stress tests to ensure quality for clients like Pfizer and Astellas],
[Communicated with developers and clients to perform root cause analysis on hundreds of major issues],
[Coordinated with management and team members to delegate work, present results, and meet deadlines]
)
)
#work_entry(
2023-10-24 10:51:37 -04:00
"Electrical/Communications Subsystem Lead",
2023-10-24 11:42:42 -04:00
"UW Orbital Engineering Design Team",
2023-10-24 10:51:37 -04:00
start_date: "Sep 2022", end_date: "present",
location: "Waterloo",
tasks: (
2023-10-24 10:51:37 -04:00
[Implemented the Diffie-Hellman key exchange in C using a 3072-bit prime number and 256-bit keys],
[Managed a team of 10 to develop electrical and power, battery management, ADCS, and computer systems],
[Led the design of the custom transceiver by reviewing schematics and optimizing the layout per RF guidelines],
[Validated PCBs with power and RF testing, resulting in a recorded 34 dB gain measured by VNA S-parameters],
)
)
]
= Projects
#set strong(delta: SMALL_STRONG)
#indent[
2023-10-24 11:45:49 -04:00
#project("Produce Palate", "https://github.com/christopherlam888/produce-palate", "Python, OpenCV, Scikit-learn, Flask")
2023-10-24 10:51:37 -04:00
- Created an image preprocessing algorithm to reduce noise, perform contour detection, and enhance colours
- Trained an AI image classifier model with KNN, Random Forest, and SVM algorithms tuned using grid search
- Achieved 96% accuracy recognizing 5 distinct classes of fruits and vegetables in a web game built with Flask
2023-10-24 11:45:49 -04:00
#project("Snake Wave", "https://github.com/olivia-yong/htn2023", "Python, OpenCV, Pygame, Flask, PostgreSQL, bcrypt")
2023-10-24 11:42:42 -04:00
- Designed a snake game controlled by hand gestures using OpenCV and Google's MediaPipe ML model
2023-10-24 10:51:37 -04:00
- Implemented a Flask API with PostgreSQL to handle user authentication with bcrypt and track a leaderboard
2023-10-08 13:41:40 -04:00
2023-10-24 11:45:49 -04:00
#project("The Everyday Watch Collector App", "https://github.com/christopherlam888/the-ewc", "Kotlin, XML, React, NodeJS, Express, MongoDB, JavaScript")
2023-10-24 10:51:37 -04:00
- Created a user-friendly interface to display 100+ glossary entries and 40+ videos using Kotlin and XML
- Utilized Retrofit and Gson to retrieve API data in JSON with seamless fallback to local data upon Internet loss
- Automated unit and instrumented tests using Espresso to ensure code quality and minimize regressions
- Developed a contributions page using React to send web inputs through a POST request to the REST API
- Deployed a REST API using NodeJS, Express, and MongoDB to perform CRUD operations on a cloud database
2023-10-24 11:45:49 -04:00
#project("Catholic Companion (Saints App)", "https://github.com/christopherlam888/saints-app", "React Native, TypeScript, Python, BeautifulSoup")
2023-10-24 10:51:37 -04:00
- Developed an app to display a saint of the day and a list of Catholic prayers in React Native and TypeScript
- Devised a web scraping algorithm to extract data with BeautifulSoup and clean data with LanguageTool
- Optimized performance with multithreading pools, resulting in a 5x increase in speed to retrieve 250 listings
2023-10-24 11:45:49 -04:00
#project("RecipeReady", "https://github.com/christopherlam888/recipe-ready-frontend", "Python, Selenium, Flutter, Dart")
2023-10-24 10:51:37 -04:00
- Produced a recipe app to help users plan daily meals with a weekly schedule and a generated grocery list
- Gathered 500+ recipes by scraping with Selenium, and created a REST API to get data from a cloud database
]
= Education
#indent[
2023-10-21 22:36:52 -04:00
#work_entry(
2023-10-24 11:42:42 -04:00
"BASc Mechatronics Engineering",
2023-10-21 22:36:52 -04:00
"University of Waterloo",
2023-10-24 11:42:42 -04:00
start_date: "2022", end_date: "2027",
2023-10-21 22:36:52 -04:00
tasks: (
2023-10-24 11:42:42 -04:00
[GPA: 4.0/93%, Deans List, Faculty of Engineering Entrance Scholarship, President's Scholarship of Distinction],
[Courses & Concepts: Object-Oriented Programming, Algorithms and Data Structures, Circuits, Digital Logic],
2023-10-21 22:36:52 -04:00
)
)
2023-08-05 18:43:50 -04:00
]
2023-10-24 11:42:42 -04:00
= Honours
#show link: underline
#block(inset: (right: 0.5em))[
#grid(
columns: (11fr, 2fr),
column-gutter: 1cm,
[
- 1st Place CubeSat Design Challenge, Canadian Satellite Design Challenge
- The Governor General's Academic Medal (Bronze Medal), Governor General of Canada
],
align(right)[*#text(("2023", "2022").join("\n"))*]
)
]