Skip to content

Commit

Permalink
Updated work exeperience
Browse files Browse the repository at this point in the history
  • Loading branch information
the-vis-sharma committed Jul 21, 2023
1 parent 75fb7f9 commit c5a130b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/about/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const About = forwardRef((_, ref) => (
</Grid>
<Grid item sm={6}>
<Typography textAlign="justify">
I&apos;m a full stack software engineer having almost 3 years of
I&apos;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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ exports[`should verify the snapshot 1`] = `
<p
class="MuiTypography-root MuiTypography-body1 css-1oetjkv-MuiTypography-root"
>
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.
</p>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,25 @@ exports[`test experiences component verify snapshot for larger display 1`] = `
<p
class="MuiTypography-root MuiTypography-body2 css-1ip9kmw-MuiTypography-root"
>
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.
</p>
</li>
<li
style="text-align: justify;"
>
<p
class="MuiTypography-root MuiTypography-body2 css-1ip9kmw-MuiTypography-root"
>
Building core and complex common React Native components library for 2P and 3P developers for Amazon Devices operating system.
</p>
</li>
<li
style="text-align: justify;"
>
<p
class="MuiTypography-root MuiTypography-body2 css-1ip9kmw-MuiTypography-root"
>
Build a SVG rendering library from Scratch like react-native-svg for Amazon Devices operating system using React Native and C++.
</p>
</li>
</ul>
Expand Down
6 changes: 5 additions & 1 deletion src/components/experiences/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
{
Expand Down

0 comments on commit c5a130b

Please sign in to comment.