From 0ca3ac7b07ad2f27d151a393ace6609b53d57e15 Mon Sep 17 00:00:00 2001 From: Khang Le Date: Fri, 8 Dec 2023 02:22:38 -0800 Subject: [PATCH] update work details --- src/components/Work.js | 157 +++++++++++++++++++++++++++++------------ src/styles/index.css | 4 +- 2 files changed, 113 insertions(+), 48 deletions(-) diff --git a/src/components/Work.js b/src/components/Work.js index ffc0b8b..f8122c5 100644 --- a/src/components/Work.js +++ b/src/components/Work.js @@ -9,78 +9,143 @@ const Work = () => {

Work Experience

-
- sfu-logo +
+
+ sfu-logo +

+ Graduate Research Assistant @{" "} + + SFU + {" "} +
+ Sep 2023 - Present +

+

- Graduate Research Assistant @{" "} - - SFU - {" "} + Work on research projects in software engineering and programming + languages, specifically symbolic execution and formal verification.
- Sep 2023 - Present +
+ Tech stack: Rust, Dafny, Linux

-
- goldman-sachs-logo + +
+
+ goldman-sachs-logo +

+ Software Engineer @{" "} + + Goldman Sachs + {" "} +
+ Jul 2021 - Aug 2023 +

+

- Software Engineer @{" "} - - Goldman Sachs - {" "} + Maintained various in-house applications covering external + connectivity and post-trade allocations to support the listed + derivatives clearing business. +

- Jul 2021 - Aug 2023 + + Tech stack: Java, TypeScript, Spring Boot, React, SQL, Kafka, + Docker +

-
- Goldman Sachs +
+
+ Goldman Sachs +

+ Summer Analyst @{" "} + + Goldman Sachs + {" "} +
+ Jul 2020 - Aug 2020 +

+

- Summer Analyst @{" "} - - Goldman Sachs - {" "} + Built a full-stack web dashboard for memory usage monitoring of + multiple applications and concurrent processes running in the firm.
- Jul 2020 - Aug 2020 +
+ Tech stack: Java, TypeScript, Spring Boot, React, Kafka

-
- paypal-logo +
+
+ paypal-logo +

+ Software Engineering Intern @{" "} + + PayPal + {" "} +
+ Aug 2019 - Dec 2019 +

+

- Software Engineering Intern @{" "} - - PayPal - {" "} + Worked on multiple RESTful web services in the Compliance platform + and developed machine learning models to detect regulatory breaches. +

- Aug 2019 - Dec 2019 + Tech stack: Java, Python, Spring Boot, SQL

-
- noviscient-logo +
+
+ noviscient-logo +

+ Junior Engineer @{" "} + + Noviscient + {" "} +
+ May 2019 - Aug 2019 +

+

- Junior Engineer @{" "} - - Noviscient - {" "} + Built a full-stack web application that gives investors and alpha + partners access to portfolio creation and monitoring tools. +

- May 2019 - Aug 2019 + Tech stack: Python, Django, jQuery, Docker

-
- ackcio-logo +
+
+ ackcio-logo +

+ Intern Software Engineer @{" "} + + Ackcio + {" "} +
+ May 2018 - Aug 2018 +

+

- Intern Software Engineer @{" "} - - Ackcio - {" "} + Developed a multi-threaded software running on + Raspberry Pi to concurrently read and transmit serial data for + real-time construction monitoring.

- May 2018 - Aug 2018 + Tech stack: Python, SQL, Linux

diff --git a/src/styles/index.css b/src/styles/index.css index 7e8ce34..29a5db7 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -371,8 +371,7 @@ body.dark__theme { gap: var(--mb-6); } .project__text { - margin-left: var(--mb-2); - margin-right: var(--mb-2); + margin: var(--mb-3); } .work__grid { display: grid; @@ -382,6 +381,7 @@ body.dark__theme { width: 60px; margin: auto; } +.work__title, .work__text { margin: var(--mb-2); }