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
feat(resume): update experience details, add new project, and revise skills list
- Updated Geotab role to 'Embedded Software Developer Intern' with revised period and detailed responsibilities
- Refined Cactus Creatives experience descriptions for both 2024 and 2023 internships
- Added new 'Deris' project entry with description and tech stack
- Improved descriptions for existing projects with consistent formatting
- Updated skills section: revised languages, frameworks, and tools list
Copy file name to clipboardExpand all lines: src/data/resume.ts
+53-21Lines changed: 53 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -24,20 +24,30 @@ export const experiences = [
24
24
companyLogo: '/images/geotab.jpeg',
25
25
companyName: 'Geotab',
26
26
companyLink: 'https://geotab.com/',
27
-
position: 'Test Automation Developer Intern',
28
-
period: 'Jan 2025 - Present',
27
+
position: 'Embedded Software Developer Intern',
28
+
period: 'Jan 2025 - Aug 2025',
29
+
responsibilities: [
30
+
'Geotab enables safe, sustainable, and efficient fleet and asset management \
31
+
through data-driven connected solutions.',
32
+
'I worked as a Test Automation Developer on the Embedded Software Quality team.',
33
+
'Apart from day-to-day tasks supporting 10k+ pipelines/month across 250+ GitLab repositories, \
34
+
I built a high-performance artifact-retrieval gRPC microservice for an in-house SIL testing framework and containerized \
35
+
a Windows-only embedded development environment to automate firmware builds for 500k+ devices.',
36
+
],
29
37
},
30
38
{
31
39
companyLogo: '/images/cactuscreatives.png',
32
40
companyName: 'Cactus Creatives',
33
41
companyLink: 'https://cactuscreatives.com/',
34
-
position: 'Software Developer Intern, Core',
42
+
position: 'Software Developer Intern',
35
43
period: 'May 2024 - August 2024',
36
44
responsibilities: [
37
-
'Developed an ETL pipeline for unstructured hierarchical data with Flask, supporting interactive visualizations via React and D3.js.',
38
-
'Built a self-hosted uptime monitoring tool using Node.js, Axios for web & database monitoring, Redis for data storage, and Socket.IO for real-time websocket communication, with VPS deployment via Docker.',
39
-
'Designed multiple CI/CD pipelines using Github Actions to automate unit and integration testing with Jest and Cypress, deployment, and monitoring processes for the uptime monitoring tool.',
40
-
"Engineered a domain-specific chatbot with 85% accuracy, leveraging a PDF-trained algorithm, custom model trainer, and OpenAI's NLP API for multilingual responses.",
45
+
'Cactus Creatives partners with clients to design and deliver innovative, \
46
+
reliable, and cost-effective digital and IoT solutions.',
47
+
'I worked on the Core Services team.',
48
+
'I developed a self-hosted uptime monitoring tool with real-time web & \
49
+
database status tracking, and implemented CI/CD pipelines using \
50
+
GitHub Actions across 25+ projects.',
41
51
],
42
52
},
43
53
{
@@ -47,20 +57,34 @@ export const experiences = [
47
57
position: 'Python Developer Intern',
48
58
period: 'May 2023 - August 2023',
49
59
responsibilities: [
50
-
'Developed and maintained full-stack content management system in HTMX and Django, handling real-time metrics.',
51
-
'Designed REST APIs with Flask and REST Framework in production with 1000+ requests/day.',
52
-
'Implemented a Python script to parse and migrate over 25,000+ records from MySQL to PostgreSQL databases.',
53
-
'Optimized SQL queries in the client codebase to align with updated database schema and improve performance post-migration.',
54
-
'Analyzed large product usage datasets through linear/logistic regression and outlier detection, leading to over 25% client savings.',
60
+
'Cactus Creatives partners with clients to design and deliver innovative, \
61
+
reliable, and cost-effective digital and IoT solutions.',
62
+
'I worked on the Internal Tools team.',
63
+
'I built and maintained a full-stack content management system with \
64
+
real-time metrics, while spearheading major MySQL-to-PostgreSQL migrations \
65
+
across projects and optimizing queries for post-migration performance gains.',
55
66
],
56
67
},
57
68
];
58
69
59
70
exportconstprojects=[
71
+
{
72
+
title: 'Deris',
73
+
description:
74
+
'A minimalist key-value store with network socket interface, \
75
+
supporting CRUD operations, data integrity, high throughput (50k+ ops/sec) \
76
+
and <1ms latency.',
77
+
repo: true,
78
+
repoUrl: 'https://github.com/steadyfall/deris',
79
+
live: false,
80
+
techStack: ['Go'],
81
+
},
60
82
{
61
83
title: 'Trivivo',
62
84
description:
63
-
'Crafted a feature-rich, dynamic quiz game platform with progressive difficulty levels, real-time analytics, and comprehensive admin tools, complemented by a secure API for question management and user engagement tracking.',
85
+
'Crafted a feature-rich, dynamic quiz game platform with progressive \
86
+
difficulty levels, real-time analytics, and comprehensive admin tools, \
87
+
complemented by a secure API for question management and user engagement tracking.',
'Designed and deployed an advanced image compression algorithm achieving 25%+ size reduction, complemented by a real-time interactive web application for demonstrating compression quality and efficiency.',
96
+
'Designed and deployed an advanced image compression algorithm achieving \
97
+
25%+ size reduction, complemented by a real-time interactive web \
98
+
application for demonstrating compression quality and efficiency.',
'Developed a C++ chess engine with innovative multi-player variants and AI capabilities, employing advanced software design patterns and rigorous testing methodologies in a Linux environment.',
119
+
'Developed a C++ chess engine with innovative multi-player variants and AI capabilities, \
120
+
employing advanced software design patterns and rigorous testing methodologies in a \
121
+
Linux environment.',
93
122
repo: false,
94
123
live: false,
95
124
techStack: ['C++','CMake','XQuartz'],
96
125
},
97
126
{
98
127
title: 'EcoWiz',
99
128
description:
100
-
'Engineered a full-stack application featuring a multimodal image classification system for garbage sorting, achieving 80% accuracy through advanced deep learning techniques.',
129
+
'Engineered a full-stack application featuring a multimodal image classification system \
130
+
for garbage sorting, achieving 80% accuracy through advanced deep learning techniques.',
'Developed a comprehensive full-stack health application to streamline blood donation and transfusion processes, incorporating an AI-powered chatbot to enhance user engagement and accessibility.',
139
+
'Developed a comprehensive full-stack health application to streamline blood donation and \
140
+
transfusion processes, incorporating an AI-powered chatbot to enhance user engagement and \
0 commit comments