From e8939d5107bbc86ea8191a0bbc4f778363bd2de1 Mon Sep 17 00:00:00 2001 From: Arman Moztarzadeh Date: Mon, 16 Sep 2024 15:28:58 -0700 Subject: [PATCH] feat: update experience section --- src/Portfolio.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/Portfolio.js b/src/Portfolio.js index c79cdf1..a0104b1 100644 --- a/src/Portfolio.js +++ b/src/Portfolio.js @@ -107,12 +107,10 @@ const AboutMe = () => (

Hi! My name is Arman Moztarzadeh. I'm a fourth year undergraduate student at the University of British Columbia studying mathematics and data - science. Currently, I am working at Amazon as a Software Engineer Intern - on the Amazon Payments Team where I'm developing a MFA flow for UK - customers at Checkout using TypeScript and JavaScript. + science.



I love running and hiking in my free time, especially discovering - new places in the beauties of British Columbia. I'm also an avid skiier + new places in the beauties of British Columbia. I'm also an avid skier and enjoy spending time on the slopes during the winter months.

@@ -158,7 +156,11 @@ const Experience = () => ( company="Amazon" role="Software Development Engineer Intern" period="June 2024 - Present" - responsibilities={["Scheduled for a term on the Amazon Payments Team"]} + responsibilities={[ + "Developed a full-stack workflow for credit card multi-factor authentication (MFA) for UK retail checkout using React, enhancing payment security for over millions of customers.", + "Implemented a 'checkout' use case in TypeScript for the team's testing sandbox, utilizing AWS SAM and AWS Lambda to test the workflow with various inputs", + "Introduced two APIs to handle payment authorization, enabling seamless experimentation with minimal disruption to the existing codebase." + ]} />