From 250a6b702091a7e265dc1ce88c5ca689ae1db1c4 Mon Sep 17 00:00:00 2001 From: Murtadha Date: Fri, 12 Jul 2024 19:48:22 -0400 Subject: [PATCH] Comment experience data --- src/App.jsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 9f7cd66..8a57aa9 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -61,19 +61,19 @@ const educationData = [ ]; const experienceData = [ - { - id: 1, - title: "SOFTWARE DEVELOPMENT ENGINEER", - organization: "Amazon", - logo: "/logos/amazon.png", - location: "Vancouver, BC", - duration: "June 2022 - September 2022", - description: - "Conducted a thorough investigation, proposing solutions to streamline the resolution of manual conflicts for on-call teams. I then designed and developed a comprehensive full-stack solution to automate their workflow, which I presented to upper management as the ideal dashboard solution for on-call operations. To ensure its effectiveness, I conducted rigorous end-to-end testing and maintained the feature for ongoing success.", - skills: ["Full-stack development", "Workflow automation", "End-to-end testing", "Project management"], - techStack: ["React", "Node.js", "AWS Lambda", "DynamoDB", "Jest"], - }, - // Add more experience entries as needed + // { + // id: 1, + // title: "SOFTWARE DEVELOPMENT ENGINEER", + // organization: "Amazon", + // logo: "/logos/amazon.png", + // location: "Vancouver, BC", + // duration: "June 2022 - September 2022", + // description: + // "Conducted a thorough investigation, proposing solutions to streamline the resolution of manual conflicts for on-call teams. I then designed and developed a comprehensive full-stack solution to automate their workflow, which I presented to upper management as the ideal dashboard solution for on-call operations. To ensure its effectiveness, I conducted rigorous end-to-end testing and maintained the feature for ongoing success.", + // skills: ["Full-stack development", "Workflow automation", "End-to-end testing", "Project management"], + // techStack: ["React", "Node.js", "AWS Lambda", "DynamoDB", "Jest"], + // }, + // // Add more experience entries as needed ]; function App() {