Skip to content

Commit f3acb4e

Browse files
updated resume
1 parent b015fad commit f3acb4e

File tree

5 files changed

+59
-43
lines changed

5 files changed

+59
-43
lines changed

resume/boopathiResume.pdf

110 KB
Binary file not shown.

resume/index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
<!DOCTYPE html>
22
<html>
3+
34
<head>
45
<title></title>
56
<style type="text/css">
6-
body{
7+
body {
78
height: 100vh;
89
width: 100vw;
910
}
10-
iframe{
11+
12+
iframe {
1113
width: 90vw;
1214
height: 95%;
13-
margin: auto;
15+
margin: auto;
1416
display: block;
1517
}
1618
</style>
1719
</head>
20+
1821
<body>
19-
<iframe src="Resume.pdf" />
22+
<iframe src="boopathiResume.pdf" />
2023
<!-- <embed src="Resume.pdf" type="application/pdf" width="100%" height="600px" /> -->
2124

2225

2326
</body>
27+
2428
</html>

resume/new.html

Lines changed: 51 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
}
1818

1919
body {
20-
font-family: Arial, sans-serif;
2120
line-height: 1.6;
2221
margin: 0;
2322
font-family: "Ubuntu", sans-serif;
@@ -32,7 +31,6 @@
3231
left: 0;
3332
width: 100%;
3433
height: 100%;
35-
background-image: url("https://www.transparenttextures.com/patterns/diagmonds-light.png");
3634
opacity: 0.1;
3735
z-index: -1;
3836
}
@@ -98,6 +96,7 @@
9896
border-radius: 8px;
9997
}
10098

99+
101100
.space {
102101
margin: 0.8rem 0;
103102
}
@@ -145,9 +144,14 @@
145144
font-size: 15px;
146145
}
147146

147+
.padding {
148+
padding: 1rem;
149+
}
150+
148151
.hero_img {
149152
background-size: 100px 100px;
150-
/* background-image: url("https://avatars.githubusercontent.com/u/44333589?v=4"); */
153+
/* background-image: url("./profile2.jpg"); */
154+
/* url("https://avatars.githubusercontent.com/u/44333589?v=4"); */
151155
width: 100px;
152156
height: 100px;
153157
margin: 0;
@@ -224,19 +228,28 @@ <h1 style="margin: 10px 0">
224228
</div>
225229
</div>
226230
</div>
227-
231+
<section class="summary padding">
232+
<h2>SUMMARY</h2>
233+
<p>
234+
Infra Developer & Full-Stack Engineer specializing in Cloud, DevOps, and Full-Stack Development.
235+
Passionate about system optimization and building scalable solutions
236+
A tech blogger sharing insights on infrastructure, experiences, and lessons learned.
237+
Currently exploring <span class="bold">Generative
238+
AI</span> to build real-world applications.
239+
</p>
240+
</section>
228241
<div class="container">
229242
<div class="left-side">
230-
<section class="summary">
243+
<!-- <section class="summary">
231244
<h2>SUMMARY</h2>
232245
<p>
233-
Full Stack Developer with a track record of designing scalable
234-
applications and streamlining infrastructure. Skilled in
235-
problem-solving, performance enhancement, and workflow automation.
236-
Passionate about leveraging technology to build efficient and
237-
impactful solutions.
246+
Infra Developer & Full-Stack Engineer specializing in Cloud, DevOps, and Full-Stack Development.
247+
Passionate about system optimization and building scalable solutions
248+
A tech blogger sharing insights on infrastructure, experiences, and lessons learned.
249+
Currently exploring <span class="bold">Generative
250+
AI</span> to build real-world applications.
238251
</p>
239-
</section>
252+
</section> -->
240253

241254
<section class="work-experience">
242255
<h2>WORK EXPERIENCE</h2>
@@ -246,21 +259,24 @@ <h3 class="color-blue">
246259
</h3>
247260
<ul>
248261
<li>
249-
Led the migration from Heroku to Kubernetes, decreasing
250-
deployment failures by 40%.
262+
Automated code review processes by developing a PR review agent, streamlining reviews and
263+
ensuring code quality.
251264
</li>
252265
<li>
253-
Enhanced networking architecture, cutting domain resolution
254-
latency by 50%.
255-
</li>
256-
<li>
257-
Automated code review processes, accelerating review cycles by
258-
30%.
266+
Led the migration from Heroku to Kubernetes, reducing downtime by implementing health probes
267+
and deploying a zero-downtime strategy for code deployments. Optimized pod communication by
268+
using internal domains, enhancing security and improving speed.
259269
</li>
270+
271+
260272
<li>
261-
Streamlined frontend builds, reducing compilation times by 60%,
262-
significantly improving developer efficiency.
273+
Optimized frontend build times by implementing a workaround, improving development speed by
274+
80%.
263275
</li>
276+
277+
<li>Architected and scaled a new product from scratch, ensuring system reliability and
278+
performance as it grew.</li>
279+
264280
</ul>
265281
</div>
266282

@@ -326,31 +342,25 @@ <h2>PROJECTS</h2>
326342
Calling</a>
327343
<ul>
328344
<li>
329-
Engineered an AI-powered voice bot using Twilio & Eleven Labs
330-
to automate customer interactions.
331-
</li>
332-
<li>
333-
Minimized customer service response times by 40% through
334-
AI-driven automation.
345+
Developed an AI-powered voice bot using Twilio & Eleven Labs, automating customer
346+
interactions and reducing manual effort.
335347
</li>
348+
336349
</ul>
337350
</li>
338351
<li>
339352
<a href="https://github.com/programmerraja/RAG" class="bold">RAG – Retrieval-Augmented
340353
Generation</a>
341354
<ul>
342355
<li>
343-
Designed a UI application to explore RAG model capabilities
344-
for the Dev.to hackathon.
356+
Developed a UI application showcasing RAG model capabilities for the Dev.to Hackathon
357+
(PGVector Challenge).
345358
</li>
346359
<li>
347360
Implemented chat interactions with website content, files, and
348361
Dev.to articles.
349362
</li>
350-
<li>
351-
Integrated OpenAI and OLLAMA for diverse language model
352-
support.
353-
</li>
363+
354364
<li>
355365
Added customizable text chunking and PGVector with PostgreSQL
356366
for optimized data retrieval.
@@ -362,12 +372,13 @@ <h2>PROJECTS</h2>
362372
Platform</a>
363373
<ul>
364374
<li>
365-
Developed a platform for sharing interview experiences and
366-
company insights.
375+
Developed a community platform for students to share interview experiences and company
376+
insights, fostering peer learning.
367377
</li>
368378
<li>
369-
Helped college students gain hiring process knowledge,
370-
improving career preparedness.
379+
Helped my college students gain real-world hiring process knowledge, enhancing their
380+
career
381+
preparedness and job search confidence.
371382
</li>
372383
</ul>
373384
</li>
@@ -385,10 +396,11 @@ <h2>SKILLS</h2>
385396
C, C++
386397
</li>
387398
<li>
388-
<strong>Databases:</strong> MongoDB, Meilisearch, Elasticsearch
399+
<strong>Databases & Message Queues:</strong> MongoDB, Meilisearch, Elasticsearch,
400+
RabbitMQ
389401
</li>
390402
<li>
391-
<strong>Tools & Platforms:</strong> Git, GitHub, Docker,
403+
<strong>Tools & Platforms:</strong> Docker,
392404
Kubernetes, Azure, AWS
393405
</li>
394406
<li>

resume/profile.jpg

1.41 MB
Loading

resume/profile2.jpg

1.01 MB
Loading

0 commit comments

Comments
 (0)