A quick intro
Hey! My name is Angela and I'm an incoming 4th year Software Engineering student at McMaster University. I discovered my passion in tech after coding a virtual robot arm to pick up some virtual boxes in my first-year engineering design course, and ever since then fell in love with the logic, problem-solving, and creativity that comes with programming.
Most of my previous experiences have been in fullstack web and app development, and I'm particularly interested on backend. I enjoy learning about algorithms that blow my mind, and I'm a pretty big fan of object-oriented programming, design patterns and software/system architecture.
Outside of work, I enjoy digital art, rock climbing, weightlifting, and exploring different worlds and stories through gaming!

Angela
Python:
Java:
JavaScript:
Golang:
C:
Experience
Places I've worked!

Software Developer (Part-Time) @ FYELABS
Golang, Docker, PostgreSQL
Collaborated with ML engineers to integrate 4 models into backend Python script, enabling anomalies to be detected in real time. Implemented 6 REST APIs in Golang and discussed with frontend engineers to determine requirements and payload format.
Jan 2023 - Apr 2023

Software Engineering Intern @ Recursion Pharmaceuticals
React, Flask, PostgreSQL, GCP, Docker, CodeFresh, GraphQL
Designed and developed an internal fullstack application to serve as the user interface of a review process using React, Flask and PostgreSQL, reducing the time it takes to push a single ticket to the next step in the process by over 70% on average. Identified and verified ongoing project requirements by regularly acquiring feedback from stakeholders.
May 2022 - Aug 2022

Site Reliability Engineering Fellow @ Major League Hacking & Sponsored by Meta
React, Flask, PostgreSQL, AWS, Docker, GitHub Actions
Selected as one of 10,000 applicants for a project-based program focused on developing DevOps, site reliability engineering, and software engineering skills. Followed the Linux Foundation Training & Certification curriculum under mentorship from Meta engineers. Learned about and utilized AWS services, containerization, CI/CD, testing, monitoring, and networking.
Jun 2021 - Aug 2021
Projects
Experimenting and making things for fun :>

DevUp
React, Flask, PostgreSQL, Docker
A fullstack CRUD web application built to help developers find others to collaborate with on projects. Dockerized with CI/CD using GitHub Actions and monitoring with cAdvisor, Grafana, and Prometheus.

Personal Website v2
Next.js, TypeScript, Tailwind
This website here! Wanted to try something new after using a bunch of React and Material UI so I went with Next.js and Tailwind. Designed using a minamalistic game-styled theme inspired by some indie games that I like :)

London Pathfinding Visualizer
Python, Tkinter
Pathfinding visualizer built with Tkinter to observe the performance of several graph algorithms using London's subway network data. Can visualize and compare Dijkstra's algorithm, A* algorithm, BFS, and traveling salesman's problem.

4fun Discord Bot
Python, Discord.py, Riot/Twitch/Jikan API
A Python Discord bot that interacts with Twitch, Riot Games, and Jikan API to fetch data and embed it in a Discord message. Can change user roles on message reactions, purge messages, and search for definitions on Urban Dictionary.