Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #12

Merged
merged 3 commits into from
Oct 7, 2023
Merged

Dev #12

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a href="https://tyler-howard.vercel.app">
<a href="https://tylerhoward.dev">
<h1 align="center">Tyler Howard - Portfolio</h1>
</a>

Expand Down
12 changes: 6 additions & 6 deletions lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const experiencesData = [
title: "Software Development Engineer - Intern",
location: "New York, NY",
description:
"Architecture scalability research/prototyping for high-scale, real-time databse caching solutions within Amazon Advertising. Created AWS fargate prototyping environment to stress test a throughput of 100,000 TPS.",
"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.",
tags: ["ApacheDB", "Redis", "ECS Fargate", "CloudFormation"],
icon: React.createElement(CgWorkAlt),
date: "Summer 2019",
Expand All @@ -65,7 +65,7 @@ export const experiencesData = [
title: "Software Development Engineer - Full Time",
location: "Austin, TX",
description:
"Full stack engineering solutions for Amazon Global Expansions. Led 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).",
"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).",
tags: ["Javascript", "React.js", "Node.js", "Angular", "Java", "ElasticSearch", ],
icon: React.createElement(CgWorkAlt),
date: "2020-2022",
Expand All @@ -74,7 +74,7 @@ export const experiencesData = [
title: "Freelance Web Dev and Digital Services",
location: "Los Angeles",
description:
"Providing miscellaneous digital services for local entertainment industry professionals. Deveoloping, hosting, and maintaining websites portfolios and providing professional photo/video services for headshots and audition taping.",
"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",
Expand All @@ -85,13 +85,13 @@ export const projectsData = [
{
title: "Car Suggest-O-Rator",
description:
"Web app that takes a user's prompt describing any and everything they want from their next car, and returns an AI generated suggestion and justification. Powered by the new ChatGPT Functions API and Google Cloud for image retrieval.",
"Web app that takes a user's prompt describing any and everything they want from their next car, and returns an AI-generated suggestion and justification. Powered by the new ChatGPT Functions API and Google Cloud for image retrieval.",
tags: ["React", "Tailwind", "ChatGPT", "GCP"],
imageUrl: carSuggImg,
link: "https://car-suggestorator.vercel.app/"
},
{
title: "On Premises Server Hosting",
title: "On-Premises Server Hosting",
description:
"Built and programmed a dedicated server for home that serves many professional and recreational uses. Utilizing NGINX reverse proxy and docker for personal and client websites.",
tags: ["Docker", "NGINX", "UnRaid", "WireGuard"],
Expand All @@ -104,7 +104,7 @@ export const projectsData = [
"I've been building modern and responsive portfolio websites for artists and professionals, such as the one you're reading this on! The goal is to provide a refined experience with unique experiences built on my engineering background. You can see an example actress client site clicking here.",
tags: ["React", "Next.js", "Tailwind", "DaisyUI", "Vercel", "PostgreSQL"],
imageUrl: portfolioImg,
link: "https://tyler-howard.vercel.app/"
link: "https://tylerhoward.dev"
},
] as const;

Expand Down
Binary file modified public/Tyler-Howard-CV.pdf
Binary file not shown.