Skip to content

Commit ccfe111

Browse files
updated resume code
1 parent af1bad7 commit ccfe111

File tree

7 files changed

+1406
-331
lines changed

7 files changed

+1406
-331
lines changed

resume/classic.html

Lines changed: 232 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,232 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="stylesheet" href="styles.css" />
8+
<title>K.Boopathi</title>
9+
<style>
10+
body {
11+
font-family: Arial, sans-serif;
12+
line-height: 1.6;
13+
margin: 0;
14+
margin: 0;
15+
font-family: 'Ubuntu', sans-serif;
16+
padding: 20px;
17+
/* background-color: #f4f4f4; */
18+
}
19+
20+
.container {
21+
max-width: 100vw;
22+
margin: auto;
23+
background: #fff;
24+
/* padding: 20px; */
25+
border-radius: 8px;
26+
}
27+
28+
header {
29+
text-align: center;
30+
margin-bottom: 20px;
31+
}
32+
33+
h1 {
34+
font-size: 2.5em;
35+
margin-bottom: 10px;
36+
}
37+
38+
h2 {
39+
border-bottom: 2px solid #333;
40+
padding-bottom: 5px;
41+
color: blue;
42+
}
43+
44+
ul {
45+
list-style-type: disc;
46+
margin-left: 20px;
47+
}
48+
49+
.space {
50+
margin: 0.8rem 0;
51+
}
52+
53+
.margin-0 {
54+
margin: 0;
55+
}
56+
57+
.bold {
58+
font-weight: 500;
59+
}
60+
61+
.small {
62+
font-size: 0.9rem;
63+
}
64+
65+
.pd {
66+
padding: 0 0.8rem;
67+
}
68+
69+
.color-blue {
70+
/* color: #0095ffde; */
71+
}
72+
</style>
73+
74+
</head>
75+
76+
<body>
77+
<div class="container">
78+
<header>
79+
<h3 class="margin-0">K.Boopathi</h3>
80+
<p>
81+
<a href="tel:+918072638765">+918072638765</a> |
82+
<a href="mailto:[email protected]">[email protected]</a> |
83+
<a href="https://in.linkedin.com/in/k-boopathi-5b475a169">LinkedIn</a> |
84+
<a href="https://github.com/programmerraja">GitHub</a> |
85+
<a href="https://programmerraja.github.io">Portfolio</a>
86+
</p>
87+
</header>
88+
89+
<section class="summary">
90+
<h2>SUMMARY</h2>
91+
<p>
92+
Full Stack Developer with a track record of designing scalable applications and streamlining
93+
infrastructure. Skilled in problem-solving, performance enhancement, and workflow automation.
94+
Passionate about leveraging technology to build efficient and impactful solutions.
95+
</p>
96+
</section>
97+
98+
<section class="skills">
99+
<h2>SKILLS</h2>
100+
<ul>
101+
<li><strong>Programming Languages:</strong> MERN Stack, Python, Java, C, C++</li>
102+
<li><strong>Databases:</strong> MongoDB, Meilisearch, Elasticsearch</li>
103+
<li><strong>Tools & Platforms:</strong> Git, GitHub, Docker, Kubernetes, Azure, AWS</li>
104+
<li><strong>Generative AI & Machine Learning:</strong> LLMs, LangChain, OpenAI API, Vector
105+
Databases, Fine-tuning, RAG </li>
106+
</ul>
107+
</section>
108+
109+
110+
<section class="work-experience">
111+
<h2>WORK EXPERIENCE</h2>
112+
<div class="job">
113+
<h3 class="color-blue">Full Stack Developer | Klenty | March 2022 – Present</h3>
114+
<ul>
115+
<li>
116+
Led the migration from Heroku to Kubernetes, decreasing deployment failures by 40%.
117+
</li>
118+
<li>
119+
Enhanced networking architecture, cutting domain resolution latency by 50%.
120+
</li>
121+
<li>
122+
Automated code review processes, accelerating review cycles by 30%.
123+
</li>
124+
<li>
125+
Streamlined frontend builds, reducing compilation times by 60%, significantly improving
126+
developer efficiency.
127+
</li>
128+
</ul>
129+
</div>
130+
131+
<div class="job">
132+
<h3 class="color-blue">Tech Blogger | Dev.to, Medium, Personal Blog | 2024 – Present</h3>
133+
<ul>
134+
<li>
135+
Share insights on debugging, infrastructure challenges, and automation in tech.
136+
</li>
137+
<li>
138+
Created <strong>a Sherlock Holmes-inspired debugging series</strong>, making technical
139+
issues engaging.
140+
</li>
141+
</ul>
142+
</div>
143+
144+
<div class="job">
145+
<h3 class="color-blue">MERN Stack Developer | ChefAtHome FoodTech LLP | March 2021 – September 2021</h3>
146+
<ul>
147+
<li>
148+
Strengthened platform security by addressing vulnerabilities, increasing security
149+
robustness by 80%.
150+
</li>
151+
<li>
152+
Refined database queries, decreasing response times by 45%.
153+
</li>
154+
<li>
155+
Ensured ACID compliance for critical transactions to maintain data integrity.
156+
</li>
157+
</ul>
158+
</div>
159+
</section>
160+
161+
<section class="achievements">
162+
<h2> ACHIEVEMENTS</h2>
163+
<ul>
164+
<li><strong>Culture Champion (Klenty)</strong> - Recognized for fostering a high-performing
165+
team.</li>
166+
<li><strong>Star of the Month (ChefAtHome)</strong> - Awarded for outstanding performance during
167+
the internship.</li>
168+
<li><strong>Hacktoberfest 2020</strong> - Successfully contributed to open-source projects in an
169+
event by DigitalOcean.</li>
170+
<li><strong>1st Place - Tech Fest Quiz (2019)</strong> - VV College of Engineering.</li>
171+
<li><strong>1st Place - Code Debugging (2018)</strong> - Einstein College of Engineering.</li>
172+
<li><strong>1st Place - TechTonic (2019)</strong> - National Engineering College.</li>
173+
<li><strong>3rd Place - KIT Hackathon (2019)</strong> - Kalasalingam Institute of Technology.
174+
</li>
175+
</ul>
176+
</section>
177+
178+
<section class="education">
179+
<h2>EDUCATION</h2>
180+
<p class="bold margin-0">Computer Science Engineering | CGPA: 8.2 (2018–2022)</p>
181+
<span class="small pd">Einstein College of Engineering, Tirunelveli, Tamil Nadu</span>
182+
</section>
183+
184+
<section class="projects">
185+
<h2>PROJECTS</h2>
186+
<ul>
187+
<li>
188+
<a href="https://github.com/programmerraja/CallCoach">CallCoach – AI-Powered Sales Call
189+
Analyzer</a>
190+
<ul>
191+
<li>Developed an AI-driven coaching tool to transcribe and analyze sales calls for
192+
real-time feedback.</li>
193+
<li>Showcased at the AssemblyAI Hackathon, highlighting AI-driven business enablement.
194+
</li>
195+
</ul>
196+
</li>
197+
<li>
198+
<a href="https://github.com/programmerraja/CallAgent">Call Agent – AI-Powered Automated
199+
Calling</a>
200+
<ul>
201+
<li>Engineered an AI-powered voice bot using Twilio & Eleven Labs to automate customer
202+
interactions.</li>
203+
<li>Minimized customer service response times by 40% through AI-driven automation.</li>
204+
</ul>
205+
</li>
206+
<li>
207+
<a href="https://github.com/programmerraja/RAG">RAG – Retrieval-Augmented Generation</a>
208+
<ul>
209+
<li>Designed a UI application to explore RAG model capabilities for the Dev.to
210+
hackathon.</li>
211+
<li>Implemented chat interactions with website content, files, and Dev.to articles.</li>
212+
<li>Integrated OpenAI and OLLAMA for diverse language model support.</li>
213+
<li>Added customizable text chunking and PGVector with PostgreSQL for optimized data
214+
retrieval.</li>
215+
</ul>
216+
</li>
217+
<li>
218+
<a href="https://github.com/programmerraja/placestro">PlaceStro – MERN Community
219+
Platform</a>
220+
<ul>
221+
<li>Developed a platform for sharing interview experiences and company insights.</li>
222+
<li>Helped college students gain hiring process knowledge, improving career
223+
preparedness.</li>
224+
</ul>
225+
</li>
226+
</ul>
227+
</section>
228+
</div>
229+
</body>
230+
231+
232+
</html>

0 commit comments

Comments
 (0)