From c5a130b00805b5eac691065c5e6d7b183dd4211c Mon Sep 17 00:00:00 2001 From: Vishnu Bochiwal <32838570+the-vis-sharma@users.noreply.github.com> Date: Sat, 22 Jul 2023 00:45:21 +0530 Subject: [PATCH] Updated work exeperience --- src/components/about/About.tsx | 2 +- .../__snapshots__/About.spec.tsx.snap | 2 +- .../__snapshots__/Experience.spec.tsx.snap | 20 ++++++++++++++++++- src/components/experiences/data.ts | 6 +++++- 4 files changed, 26 insertions(+), 4 deletions(-) diff --git a/src/components/about/About.tsx b/src/components/about/About.tsx index 9605d4d..ae929d5 100644 --- a/src/components/about/About.tsx +++ b/src/components/about/About.tsx @@ -83,7 +83,7 @@ const About = forwardRef((_, ref) => ( - I'm a full stack software engineer having almost 3 years of + I'm a full stack software engineer having almost 4+ years of experience developing and delivering which are handling millions of users daily. I have a deep interest and passion for technology. I love writing and owning codes and enjoy working with people who will keep diff --git a/src/components/about/__specs__/__snapshots__/About.spec.tsx.snap b/src/components/about/__specs__/__snapshots__/About.spec.tsx.snap index 85d4415..5ab29f6 100644 --- a/src/components/about/__specs__/__snapshots__/About.spec.tsx.snap +++ b/src/components/about/__specs__/__snapshots__/About.spec.tsx.snap @@ -88,7 +88,7 @@ exports[`should verify the snapshot 1`] = `

- I'm a full stack software engineer having almost 3 years of experience developing and delivering which are handling millions of users daily. I have a deep interest and passion for technology. I love writing and owning codes and enjoy working with people who will keep challenging you at every stage. I have strong problem solving, analytic, decision-making and excellent communication with interpersonal skills. I'm self-driven and motivated with the desire to work in a fast-paced, results-driven agile environment with varied responsibilities. I love to challenge myself to deliver these solutions with the highest quality. + I'm a full stack software engineer having almost 4+ years of experience developing and delivering which are handling millions of users daily. I have a deep interest and passion for technology. I love writing and owning codes and enjoy working with people who will keep challenging you at every stage. I have strong problem solving, analytic, decision-making and excellent communication with interpersonal skills. I'm self-driven and motivated with the desire to work in a fast-paced, results-driven agile environment with varied responsibilities. I love to challenge myself to deliver these solutions with the highest quality.

diff --git a/src/components/experiences/__specs__/__snapshots__/Experience.spec.tsx.snap b/src/components/experiences/__specs__/__snapshots__/Experience.spec.tsx.snap index aee19d3..f44b901 100644 --- a/src/components/experiences/__specs__/__snapshots__/Experience.spec.tsx.snap +++ b/src/components/experiences/__specs__/__snapshots__/Experience.spec.tsx.snap @@ -70,7 +70,25 @@ exports[`test experiences component verify snapshot for larger display 1`] = `

- Working on Next Big Thing + Working at Amazon Device OS Team for building new frontend framework for Amazon devices by extending React Native to support Amazon Devices operating system like Amazon Alexa Echo, Echo Show, FireTV etc. +

+ +
  • +

    + Building core and complex common React Native components library for 2P and 3P developers for Amazon Devices operating system. +

    +
  • +
  • +

    + Build a SVG rendering library from Scratch like react-native-svg for Amazon Devices operating system using React Native and C++.

  • diff --git a/src/components/experiences/data.ts b/src/components/experiences/data.ts index 72b15d9..3ba5381 100644 --- a/src/components/experiences/data.ts +++ b/src/components/experiences/data.ts @@ -17,7 +17,11 @@ const companies: Company[] = [ location: "Bangalore, IN", description: "Amazon.com, Inc. is an American multinational technology company which focuses on e-commerce, cloud computing, digital streaming, and artificial intelligence. It is one of the Big Five companies in the U.S. information technology industry, along with Google, Apple, Meta, and Microsoft.", - accomplishments: ["Working on Next Big Thing"], + accomplishments: [ + "Working at Amazon Device OS Team for building new frontend framework for Amazon devices by extending React Native to support Amazon Devices operating system like Amazon Alexa Echo, Echo Show, FireTV etc.", + "Building core and complex common React Native components library for 2P and 3P developers for Amazon Devices operating system.", + "Build a SVG rendering library from Scratch like react-native-svg for Amazon Devices operating system using React Native and C++." + ], duration: "Jan 2022 - Present", }, {