From a85c176d2814c83b1f8ef69f8d4e34b3e80f5e4c Mon Sep 17 00:00:00 2001 From: Jared Kling Date: Mon, 7 Jul 2025 22:35:32 -0500 Subject: [PATCH] Adjust some content --- src/components/About.tsx | 10 +++++++--- src/components/Experience.tsx | 10 +++++----- src/components/Portfolio.tsx | 1 - 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/components/About.tsx b/src/components/About.tsx index 62ae777..07076ae 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -3,6 +3,10 @@ import { Paragraph, Heading } from '@jkling38/forge' // About Section Component const About = () => { + const currentYear = (new Date()).getFullYear(); + const yearsInEng = `${currentYear - 2013}+`; + const yearsInLeadership = `${currentYear - 2018}+`; + const roughTeamEstimate = `30+`; return (
@@ -18,9 +22,9 @@ const About = () => { My leadership style? Serious about the work, but never taking ourselves too seriously. The best code reviews happen when people feel comfortable being both critical and creative.
- - - + + +
diff --git a/src/components/Experience.tsx b/src/components/Experience.tsx index 0d1abb0..e26ccaa 100644 --- a/src/components/Experience.tsx +++ b/src/components/Experience.tsx @@ -9,31 +9,31 @@ const Experience = () => { company: "Suralink", duration: "2023 - Present", //description: "Leading multiple engineering teams across platform and product initiatives. Responsible for technical strategy, team growth, and delivery of critical business features. Implemented new processes that improved deployment frequency by 300% while maintaining 99.9% uptime.", - description: "Transitioned from senior engineer to people management. Built and led a team of 8 engineers focused on core platform services. Established engineering practices including code review processes, CI/CD pipelines, and incident response procedures." + description: "Transitioned from senior engineer to people management. Built and led a team of 8 engineers focused on core platform services. Revamped our hiring process, incident response procedures and further improvements on CI/CD." }, { title: "Staff Software Engineer", company: "Suralink", duration: "2020 - 2023", - description: "Technical lead for customer-facing products serving millions of users. Architected scalable microservices infrastructure and mentored junior developers. Key contributor to the company's Series B funding success." + description: "Technical lead for customer-facing products serving 200k+ monthly active users. Architected scalable microservices infrastructure and mentored junior developers. Established engineering practices including code review processes, CI/CD pipelines, and architecure." }, { title: "Senior Software Engineer", company: "Livly", duration: "2019 - 2020", - description: "Full-stack development on web applications. Learned the fundamentals of software engineering, agile methodologies, and collaborative development. This is where I discovered my passion for both coding and helping others grow." + description: "Gained a true appreciation for cloud native development, I began to embrace DevOps as a culture and blur the lines between developer and operations." }, { title: "Senior Software Engineer", company: "PayLease (now Zego)", duration: "2014 - 2019", - description: "Full-stack development on web applications. Learned the fundamentals of software engineering, agile methodologies, and collaborative development. This is where I discovered my passion for both coding and helping others grow." + description: "Began regularly working with cross functional teams as well as external partners. I began to apply my leadership skills in a team lead context, leading agile cerimonies and being responsible for technical deliverables." }, { title: "Software Engineer", company: "Allstate", duration: "2013 - 2014", - description: "Full-stack development on web applications. Learned the fundamentals of software engineering, agile methodologies, and collaborative development. This is where I discovered my passion for both coding and helping others grow." + description: "Full-stack development on web applications. Learned the fundamentals of software engineering, agile methodologies, and collaborative development. This is where I discovered my passion for coding." } ]; diff --git a/src/components/Portfolio.tsx b/src/components/Portfolio.tsx index 67c58af..2402d86 100644 --- a/src/components/Portfolio.tsx +++ b/src/components/Portfolio.tsx @@ -542,7 +542,6 @@ const Portfolio = () => { } } `} -