Skip to content

Commit

Permalink
Add Strangelove Experience
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Aug 6, 2024
1 parent 1c52136 commit 83a2828
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portfolio",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"homepage": "https://www.joelsmith.io",
"dependencies": {
Expand Down
Binary file modified public/assets/Resume.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Joel Smith",
"name": "Joel Smith's Portfolio Website",
"icons": [
{
"src": "favicon.ico",
Expand Down
21 changes: 19 additions & 2 deletions src/components/experience/Experience.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,25 @@ export default function Experience() {
// Array of all projects
let projects = [
{
startDate: "August 2023",
startDate: "March 2024",
endDate: "Present",
title: "Strangelove",
description: "A blockchain development firm, lab, and validator, that builds software to supercharge the growth and security of the Interchain.",
role: "Software Engineer",
isSideProject: false,
points: [
"Reduced third-party API calls for one of our client services by 90% within 5 weeks of joining the team, significantly lowering runtime costs and enhancing performance",
"Standardized CI/CD pipelines across all projects, simplifying setup and maintenance processes",
"Performed Cosmos chain upgrades and maintenance, ensuring clients have access to the latest features and enhanced security",
],
skills: ["Golang", "CosmosSDK", "Protobuf", "Git", "GitHub", "Docker", "CI/CD"],
github: "https://github.com/strangelove-ventures",
website: "https://strange.love",
demo: "",
},
{
startDate: "August 2023",
endDate: "March 2024",
title: "Juno Network",
description: "A decentralized, open-source, and community-driven blockchain network.",
role: "Software Developer",
Expand All @@ -24,7 +41,7 @@ export default function Experience() {
},
{
startDate: "May 2023",
endDate: "Present",
endDate: "March 2024",
title: "American Airlines",
description: "A leading international airline company.",
role: "Software Developer",
Expand Down

0 comments on commit 83a2828

Please sign in to comment.