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/components/About.tsx
+5-11Lines changed: 5 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -11,20 +11,14 @@ export default function About() {
11
11
{...fadeInUp}
12
12
>
13
13
<pclassName="text-lg mb-6 dark:text-gray-300">
14
-
I am a passionate Software Engineer with experience in building modern web applications.
15
-
Currently working at Genesys, I focus on developing robust, user-friendly interfaces and
16
-
improving application performance.
14
+
I am a Software Engineer at Genesys with a strong focus on frontend engineering and building modern web applications.
15
+
I enjoy collaborating with product and design teams to deliver customer-centric features with strong performance and usability.
17
16
</p>
18
17
<pclassName="text-lg mb-6 dark:text-gray-300">
19
-
My journey in software development has equipped me with a strong foundation in both
20
-
frontend and backend technologies. I enjoy solving complex problems and creating
21
-
efficient solutions that deliver exceptional user experiences.
22
-
</p>
23
-
<pclassName="text-lg dark:text-gray-300">
24
-
Outside of coding, I'm passionate about continuous learning and staying updated with
25
-
the latest trends in technology. I have solved over 500 programming problems across
26
-
various competitive platforms.
18
+
My experience spans the full SDLC, including requirement understanding, design discussions, implementation, testing, and production support.
19
+
I care about clean architecture, maintainable code, and shipping reliable UI at scale.
27
20
</p>
21
+
<pclassName="text-lg dark:text-gray-300">Outside of work, I stay active in coding and continuous learning. I have solved 500+ problems across platforms and enjoy sharpening fundamentals in data structures and algorithms. I also explore databases and backend systems, and enjoy experimenting with AI-powered tooling to build smarter applications.</p>
Copy file name to clipboardExpand all lines: src/components/Experience.tsx
+67-27Lines changed: 67 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -5,34 +5,74 @@ import { BriefcaseIcon } from "lucide-react";
5
5
constexperiences=[
6
6
{
7
7
title: "Software Engineer",
8
-
company: "Genesys",
9
-
period: "Feb 2024 - Present",
8
+
company: "Genesys (Chennai, India)",
9
+
period: "Aug 2022 - Present",
10
10
responsibilities: [
11
-
"Enhanced application's date and time formatting for sub-regions by implementing a solution that utilizes browser locale and app language to determine the end locale, resolving customer's issue regarding dates."
11
+
"Develop and deliver high-quality frontend features across the Software Development Lifecycle (SDLC) including requirement understanding, design discussions, implementation, testing, and production support.",
12
+
"Built scalable and reusable UI components using Vue.js, JavaScript, HTML5 and CSS3 to enhance digital user experiences for enterprise customers.",
13
+
"Collaborate closely with product managers, designers and senior engineers to clarify requirements, propose technical solutions, and deliver customer-centric features.",
14
+
"Contribute actively to code reviews and design discussions, ensuring adherence to internal engineering standards, performance best practices and maintainable architecture.",
15
+
"Improved application performance by implementing API caching strategies and virtual rendering techniques, enabling smooth scheduling experience for 30,000+ concurrent users.",
16
+
"Enhanced global usability by implementing an automatic locale detection mechanism for date/time formatting, reducing customer-reported issues across multiple regions.",
17
+
"Strengthened product quality by developing unit and integration tests achieving 95%+ coverage, improving release confidence and reducing regression defects.",
18
+
"Debugged complex UI production issues using browser profiling tools and performance analysis, improving responsiveness and accessibility compliance.",
19
+
"Mentored junior engineers and supported onboarding, fostering collaborative team culture and engineering excellence."
12
20
]
13
21
},
14
-
{
15
-
title: "Associate Software Engineer",
16
-
company: "Genesys",
17
-
period: "Jun 2023 - Feb 2024",
18
-
responsibilities: [
19
-
"Worked on implementing unit testing for entire application with a spec coverage of over 95%",
20
-
"Optimized application performance by implementing API request caching, reducing server load and improving response times.",
21
-
"Got promoted to Software engineer in 9 months"
22
-
]
23
-
},
24
-
{
25
-
title: "Software Engineer Intern",
26
-
company: "Genesys",
27
-
period: "August 2022 - May 2023",
28
-
responsibilities: [
29
-
"Responsible for development of notification rules management UI that includes development of custom components that can handle huge data interactively.",
30
-
"Worked on user reported defects to improve customer experience of the product."
0 commit comments