Skip to content

Commit 05a7737

Browse files
committed
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
1 parent 08aa777 commit 05a7737

File tree

1 file changed

+53
-21
lines changed

1 file changed

+53
-21
lines changed

src/data/resume.ts

Lines changed: 53 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,30 @@ export const experiences = [
2424
companyLogo: '/images/geotab.jpeg',
2525
companyName: 'Geotab',
2626
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+
],
2937
},
3038
{
3139
companyLogo: '/images/cactuscreatives.png',
3240
companyName: 'Cactus Creatives',
3341
companyLink: 'https://cactuscreatives.com/',
34-
position: 'Software Developer Intern, Core',
42+
position: 'Software Developer Intern',
3543
period: 'May 2024 - August 2024',
3644
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.',
4151
],
4252
},
4353
{
@@ -47,20 +57,34 @@ export const experiences = [
4757
position: 'Python Developer Intern',
4858
period: 'May 2023 - August 2023',
4959
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.',
5566
],
5667
},
5768
];
5869

5970
export const projects = [
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+
},
6082
{
6183
title: 'Trivivo',
6284
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.',
6488
repo: true,
6589
repoUrl: 'https://github.com/steadyfall/wwbm-webapp',
6690
live: false,
@@ -69,7 +93,9 @@ export const projects = [
6993
{
7094
title: 'SpectraSVD',
7195
description:
72-
'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.',
7399
repo: true,
74100
repoUrl: 'https://github.com/steadyfall/svd-compression',
75101
live: true,
@@ -79,25 +105,29 @@ export const projects = [
79105
{
80106
title: 'Personal Website',
81107
description:
82-
'Built a modern, responsive portfolio website with fluid animations, architected as a customizable template.',
108+
'Built a modern, responsive portfolio website with fluid animations, \
109+
architected as a customizable template.',
83110
repo: true,
84111
repoUrl: 'https://github.com/steadyfall/steadyfall.github.io.git',
85112
live: true,
86113
liveUrl: 'https://steadyfall.github.io',
87114
techStack: ['TypeScript', 'React', 'TailwindCSS', 'Next.js', 'Framer Motion', 'Node.js'],
88115
},
89116
{
90-
title: 'Chess (CS246 Final Project)',
117+
title: 'Chess',
91118
description:
92-
'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.',
93122
repo: false,
94123
live: false,
95124
techStack: ['C++', 'CMake', 'XQuartz'],
96125
},
97126
{
98127
title: 'EcoWiz',
99128
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.',
101131
repo: true,
102132
repoUrl: 'https://github.com/karman103/DeltaHacksX',
103133
live: false,
@@ -106,7 +136,9 @@ export const projects = [
106136
{
107137
title: 'RedWish',
108138
description:
109-
'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 \
141+
accessibility.',
110142
repo: true,
111143
repoUrl: 'https://github.com/steadyfall/RedWish',
112144
live: true,
@@ -116,7 +148,7 @@ export const projects = [
116148
];
117149

118150
export const skills = {
119-
languages: ['Python', 'JavaScript (ES6)', 'TypeScript', 'Go', 'C', 'C++20', 'SQL'],
151+
languages: ['Python', 'Go', 'TypeScript', 'C++20', 'Bash', 'Powershell', 'SQL'],
120152
frameworksAndLibraries: [
121153
'Django',
122154
'Flask',
@@ -127,7 +159,7 @@ export const skills = {
127159
'Postgres',
128160
'MySQL',
129161
],
130-
tools: ['Bash', 'Powershell', 'Docker', 'Postman'],
162+
tools: ['Docker', 'Kubernetes', 'GitLab CI', 'GitHub Actions', 'Google Cloud'],
131163
};
132164
// "Axios", "Socket.IO"
133165
// databases: ["Postgres", "MySQL", "Redis"]

0 commit comments

Comments
 (0)