You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/About.jsx
+25-15Lines changed: 25 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -51,44 +51,54 @@ const About = () => {
51
51
date: 'Mar 2024 - Feb 2025',
52
52
description: (
53
53
<>
54
-
Designed and deployed scalable data infrastructure for <ahref="https://gbdi.org"target="_blank"rel="noopener noreferrer"style={{color: '#9B00FF',textDecoration: 'underline'}}>GBDI</a> (Global Building Data Initiative), improving data processing speed by 30% through optimized AWS pipelines.
54
+
Designed and deployed scalable data infrastructure for{' '}
(Global Building Data Initiative), improving data processing speed by 30% through
64
+
optimized AWS pipelines.
55
65
</>
56
66
),
57
67
// Add a separate bullets array for list items
58
68
bullets: [
59
69
"Engineered ReactJS web applications and APIs to resolve 3 critical user pain points (e.g., fragmented data access, slow query response) for GBDI's global building materials database.",
60
-
"Built scalable architectures for cross-functional research projects, enhancing system efficiency by 20%."
61
-
]
70
+
'Built scalable architectures for cross-functional research projects, enhancing system efficiency by 20%.',
71
+
],
62
72
},
63
73
{
64
74
title: 'Lead Full Stack Developer',
65
75
company: 'IBM',
66
76
date: 'Jul 2022 - Nov 2023',
67
77
description: '',// Empty description since we're only using bullet points
68
78
bullets: [
69
-
"Led the development of microservices architecture, reducing deployment time by 75%.",
70
-
"Designed and executed CI/CD pipelines for containerized applications on AWS, resulting in a significant increase in delivery speed."
71
-
]
79
+
'Led the development of microservices architecture, reducing deployment time by 75%.',
80
+
'Designed and executed CI/CD pipelines for containerized applications on AWS, resulting in a significant increase in delivery speed.',
81
+
],
72
82
},
73
83
{
74
84
title: 'Full Stack Developer',
75
85
company: 'Shanghai Zixel',
76
86
date: 'Apr 2022 - Jul 2022',
77
87
description: '',// Empty description since we're only using bullet points
78
88
bullets: [
79
-
"Developed microservices-based applications, reducing response time by 40%.",
80
-
"Transformed server-side architecture with cutting-edge technologies including Spring Boot and MySQL."
81
-
]
89
+
'Developed microservices-based applications, reducing response time by 40%.',
90
+
'Transformed server-side architecture with cutting-edge technologies including Spring Boot and MySQL.',
91
+
],
82
92
},
83
93
{
84
94
title: 'Full Stack Developer',
85
95
company: 'Think Vision',
86
96
date: 'Sep 2020 - Mar 2022',
87
97
description: '',// Empty description since we're only using bullet points
88
98
bullets: [
89
-
"Designed and developed a ReactJS website integrated with a mobile app, achieving real-time notifications via a linked database.",
90
-
"Built and deployed a microservice on Kubernetes, improving monitoring and updates by 20%."
91
-
]
99
+
'Designed and developed a ReactJS website integrated with a mobile app, achieving real-time notifications via a linked database.',
100
+
'Built and deployed a microservice on Kubernetes, improving monitoring and updates by 20%.',
101
+
],
92
102
},
93
103
];
94
104
@@ -128,9 +138,9 @@ const About = () => {
128
138
129
139
// Bio paragraphs
130
140
constbio=[
131
-
"I am a results-driven Full Stack Developer with 5 years of experience in designing and deploying scalable applications, optimizing system performance, and leading teams. My expertise spans frontend and backend development, cloud infrastructure, and DevOps, enabling me to build high-impact solutions for both Fortune 50 companies and cutting-edge research projects.",
132
-
"With a strong foundation in Python, Java, JavaScript, and Rust, I specialize in creating performant, secure, and maintainable applications. My work has included optimizing AWS-based pipelines to enhance data processing speeds, developing ReactJS applications that improve user experience, and architecting microservices to streamline deployment and scalability.",
133
-
"Passionate about tackling complex engineering challenges, I excel in end-to-end development, from system design to deployment and maintenance. My approach emphasizes both functionality and user experience, ensuring that the solutions I build drive efficiency and real-world impact.",
141
+
'I am a results-driven Full Stack Developer with 5 years of experience in designing and deploying scalable applications, optimizing system performance, and leading teams. My expertise spans frontend and backend development, cloud infrastructure, and DevOps, enabling me to build high-impact solutions for both Fortune 50 companies and cutting-edge research projects.',
142
+
'With a strong foundation in Python, Java, JavaScript, and Rust, I specialize in creating performant, secure, and maintainable applications. My work has included optimizing AWS-based pipelines to enhance data processing speeds, developing ReactJS applications that improve user experience, and architecting microservices to streamline deployment and scalability.',
143
+
'Passionate about tackling complex engineering challenges, I excel in end-to-end development, from system design to deployment and maintenance. My approach emphasizes both functionality and user experience, ensuring that the solutions I build drive efficiency and real-world impact.',
0 commit comments