-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
184 lines (184 loc) · 7.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Umesh Gaikwad - DevOps Engineer</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Roboto', sans-serif;
background-color: #f4f6f8;
margin: 0;
padding: 0;
color: #333;
}
.container {
max-width: 900px;
margin: 20px auto;
padding: 20px;
background: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
header {
text-align: center;
padding: 20px 0;
}
header h1 {
margin: 0;
font-size: 2.5em;
color: #0073e6;
line-height: 1;
}
header p {
margin: 0;
font-size: 1.2em;
color: #666;
}
.contact {
text-align: center;
margin: 20px 0;
}
.contact p {
margin: 5px 0;
}
.contact a {
color: #0073e6;
text-decoration: none;
font-weight: bold;
}
.contact a:hover {
text-decoration: underline;
}
section {
margin: 30px 0;
}
h2 {
color: #0073e6;
border-bottom: 2px solid #0073e6;
padding-bottom: 5px;
margin-bottom: 20px;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin: 10px 0;
}
.experience, .education, .certifications {
padding-left: 0;
}
.experience li, .education li, .certifications li {
margin-bottom: 15px;
}
.experience strong, .education strong, .certifications strong {
color: #0073e6;
}
.date, .institution, .company {
display: block;
font-weight: bold;
color: #0073e6;
}
.institution, .company {
font-size: 1.1em;
}
.location {
font-style: italic;
color: #666;
}
.skills li {
background: #0073e6;
color: #fff;
display: inline-block;
padding: 5px 10px;
border-radius: 5px;
margin: 5px;
font-size: 0.9em;
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>Umesh Gaikwad</h1>
<p>DevOps Engineer</p>
</header>
<div class="contact">
<p>Nanded, Maharashtra, IN | +91 9766185211</p>
<p><a href="mailto:[email protected]">[email protected]</a> | <a href="https://www.linkedin.com/in/umeshg17/">LinkedIn</a></p>
</div>
<section>
<h2>Objective</h2>
<p>DevOps Engineer with years of experience, seeking full-time DevOps Engineer roles where I can utilize my skills.</p>
</section>
<section>
<h2>Education</h2>
<ul class="education">
<li>
<span class="date">July 2023</span>
<span class="institution">Master of Technology - Computer Science, IISc Bangalore</span>
<p>Coursework: Network and Distributed Systems Security, Principles of Distributed Software, and Scalable Systems for Data Science.</p>
</li>
<li>
<span class="date">July 2019</span>
<span class="institution">Bachelor of Engineering - Computer Science, MGM's COE Nanded</span>
</li>
</ul>
</section>
<section>
<h2>Skills</h2>
<ul class="skills">
<li>Bash</li>
<li>Python</li>
<li>AWS</li>
<li>Docker</li>
<li>Kubernetes (CKA)</li>
<li>Pulumi</li>
<li>Helm</li>
<li>GitHub Actions</li>
<li>CI/CD</li>
<li>GitOps</li>
<li>ArgoCD</li>
</ul>
</section>
<section>
<h2>Experience</h2>
<ul class="experience">
<li>
<span class="date">July 2019 - April 2020</span>
<span class="company">Exadatum Software Services Pvt Ltd</span>
<span class="location">Pune, Maharashtra, IN</span>
<ul>
<li>Led the setup of a Spark cluster on Docker, using Apache Livy to run Spark code in Jupyter Notebooks, reducing the need for expensive Google Cloud Dataproc.</li>
<li>Created Java JUnit tests to ensure smooth data flow from Kafka and Google Cloud Storage, simplifying the project structure by merging multiple subprojects.</li>
</ul>
</li>
<li>
<span class="date">Aug 2023 - present</span>
<span class="company">Amagi Media Labs Pvt Ltd</span>
<span class="location">Bengaluru, Karnataka, IN</span>
<ul>
<li>Implemented GitOps-based deployment strategies for microservices across multiple environments, ensuring seamless deployment processes.</li>
<li>Configured CI/CD pipelines for automated testing and deployment, integrating container security scanning for enhanced service security.</li>
<li>Managed infrastructure updates, including transitioning nodes and implementing efficient node management solutions.</li>
<li>Developed cost optimization strategies, such as resource tagging and database migration, to optimize cloud spending.</li>
<li>Enhanced service discovery and routing by configuring load balancer controllers and ingress controllers for improved traffic management.</li>
<li>Developed Slack-Bot features for self-serve deployment and automation of deployment processes, reducing manual effort.</li>
<li>Established monitoring and alerting mechanisms for PRs, deployments, and cost management to ensure system stability and cost efficiency.</li>
<li>Leveraged Infrastructure as Code (IaC) principles using Pulumi for infrastructure provisioning and management.</li>
</ul>
</li>
</ul>
</section>
<section>
<h2>Certifications</h2>
<ul class="certifications">
<li><a href="https://www.credly.com/badges/75d9811c-198b-4dc5-a41d-dd3a6e6d9ee3/public_url">Google IT Automation with Python Professional Certificate</a></li>
<li><a href="https://www.credly.com/badges/5e298069-3cc7-4a4b-b30c-79a8ae8f624f/public_url">CKA: Certified Kubernetes Administrator</a></li>
</ul>
</section>
</div>
</body>
</html>