Skip to content

Commit

Permalink
Add company name to experience
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerhoward15 committed Aug 28, 2024
1 parent 3032f40 commit 7386e27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/experience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default function Experience() {
}}
>
<h3 className="font-semibold capitalize">{item.title}</h3>
<h3 className="font-semibold">{item.company}</h3>
<p className="font-normal !mt-0">{item.location}</p>
<p className="!mt-1 !font-normal text-gray-700 dark:text-white/75">
{item.description}
Expand Down
6 changes: 6 additions & 0 deletions lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const links = [
export const experiencesData = [
{
title: 'B.S Computer Science - 3.7 GPA',
company: 'Temple University',
location: 'Philadelphia, PA',
description:
'Recipient of Recipient of President’s Scholarship (Full Tuition + Stipends). Member of Temple’s Honors College.',
Expand All @@ -45,6 +46,7 @@ export const experiencesData = [
},
{
title: 'Software Development Engineer - Intern',
company: 'Amazon Inc.',
location: 'Seattle, WA',
description:
'Android development for Alexa Automotive. Designed/implemented an Android testing suite that simulates driving any route.',
Expand All @@ -54,6 +56,7 @@ export const experiencesData = [
},
{
title: 'Software Development Engineer - Intern',
company: 'Amazon Inc.',
location: 'New York, NY',
description:
'Architecture scalability research/prototyping for high-scale, real-time database caching solutions within Amazon Advertising. Created AWS fargate prototyping environment to stress test a throughput of 100,000 TPS.',
Expand All @@ -63,6 +66,7 @@ export const experiencesData = [
},
{
title: 'Software Development Engineer - Full Time',
company: 'Amazon Inc.',
location: 'Austin, TX',
description:
'Full stack engineering solutions for Amazon Global Expansions. Led the launch of Amazon services in new markets that convert around 1 million transactions per month of Amazon purchases to accounting entries in new countries (e.g. www.amazon.pl, www.amazon.eg, and more).',
Expand All @@ -79,6 +83,7 @@ export const experiencesData = [
},
{
title: 'Freelance Web Dev and Digital Services',
company: 'Freelance',
location: 'Los Angeles, CA',
description:
'Providing miscellaneous digital services for local entertainment industry professionals. Developing, hosting, and maintaining website portfolios and providing professional photo/video services for headshots and audition taping.',
Expand All @@ -88,6 +93,7 @@ export const experiencesData = [
},
{
title: 'Software Developer',
company: 'iPipeline',
location: 'Charlotte, NC',
description:
'Java and Javascript development for large insurance company software solutions. Mix of work between client facing and internal research and development with a focus on improving the process and deliverables of an organization of ~50 developers.',
Expand Down

0 comments on commit 7386e27

Please sign in to comment.