Skip to content

Commit

Permalink
Update work experience section
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerhoward15 committed Aug 27, 2024
1 parent e0f833d commit a0bd26b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,22 @@ export const experiencesData = [
},
{
title: 'Freelance Web Dev and Digital Services',
location: 'Los Angeles',
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.',
tags: ['React', 'Next.js', 'Tailwind', 'Vercel', 'PostgreSQL', 'Vite'],
icon: React.createElement(CgWorkAlt),
date: '2022-Current',
},
{
title: 'Software Developer',
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.',
tags: ['Java', 'Javascript', 'MySQL', 'Bash', 'Docker', 'AWS', 'ECS', 'Gradle'],
icon: React.createElement(CgWorkAlt),
date: '2024-Current',
},
] as const

export const projectsData = [
Expand Down

0 comments on commit a0bd26b

Please sign in to comment.