Edward Jin

Computer Science Student @ UCSD. I am passionate about building impactful software and enjoy learning new tools & technologies.

RESUME

Experience

Databricks Logo
Sofrtware Engineer Intern
Databricks06/2025 - 09/2025
  • Designed and implemented infrastructure to store & reuse repeated computation during test execution for a testing framework, leading to reduced runtimes and less susceptibility to test flakiness
  • Onboarded tests for multiple critical Databricks systems to this infrastructure, cutting runtime for these tests by over 50%
UCSD Logo
Instructional Assistant
UCSD09/2023 - 12/2024
  • Operating Systems (Fall 2023, Fall 2024): Assisted students with Nachos OS implementation in Java
  • AI Search & Reasoning (Spring 2024): Led lab sessions and discussions for Python projects including 2048 Solver, Blackjack AI and Sudoku Solver
  • Computer Organization (Winter 2024): Provided guidance on C & Assembly programming assignments
LinkedIn Logo
Software Engineer Intern
LinkedIn06/2024 - 08/2024
  • Led the development of an Alert feature to increase LinkedIn's beta iOS app usage among employees by 40%, leading to a 10% increase in issues being reported before production release
  • Setup Hadoop pipelines and crafted SQL queries to develop real-time analytics dashboards to see usage trends of the feature & beta iOS app
Microsoft Logo
Software Engineer Intern
Microsoft06/2023 - 08/2023
  • Designed and developed a web application for the Azure Speech team to streamline comparisons across multiple noise suppression models, providing new evaluation insights and reducing manual work by 90%
  • Deployed application on Azure Web Service and implemented Application Insights monitoring with 100% data collection coverage to ensure health of service
Mr. Cooper Group Logo
Software Engineer Intern
Mr. Cooper Group06/2022 - 08/2022
  • Implemented multiple backend API endpoints using .NET 6.0, MediatR, Aspose, and Entity Framework to automate extracting & storing Excel information into 10+ SQL Server tables, saving the Originations team 50+ hours of manual work per update

Projects

sorting visualizer pic
MiniMLPlatform

A self-hosted machine learning platform you can spin up on Azure using Pulumi.

PulumiTypeScriptDockerKubernetesAzurePoetry
Wrath of Zeus Pic
Wrath of Zeus

A 3-v-1 asymmetric maze escape game where 3 players attempt to escape a maze while Zeus tries to stop them from above.

C++OpenGLGLFWSFMLCMakeVisual Studio
autonomous pic
Argoverse Vehicle Motion Forecasting

A deep learning project to do vehicle motion forecasting using the Argoverse 2 dataset.

PythonPyTorchLSTMConvolutional Neural NetworksJupyter NotebookNumPy
President Pic
PresGPT2

A Transformer Decoder trained on multiple GPUs that completes a sentence like a popular president.

PythonPyTorchDistributed TrainingStreamlit
Boggle Live Pic
Boggle Live

A real-time, two-player version of Boggle online that you can play with friends or family. Enabled real-time game streaming with Redpanda (lightweight Kafka-compatible streaming platform).

React.jsGoDockerKafka
ytnotes pic
YTNotes

A Chrome Extension that allows you to take time-stamped notes while watching a YouTube video. All notes are also stored independently per video.

Express.jsNode.jsRedisMongoDockerKubernetes
raft pic
GoRaft

Implemented the Raft consensus protocol from scratch using Go and gRPC. Also wrote a suite of tests to ensure correctness.

GogRPCDistributed Systems