-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
282 lines (250 loc) · 15.4 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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html lang="en">
<head>
<title>Aswad Rangnekar Resume</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/devresume.css">
</head>
<body>
<div class="main-wrapper">
<div class="container px-3 px-lg-5">
<article class="resume-wrapper mx-auto theme-bg-light p-5 mb-5 my-5 shadow-lg">
<div class="resume-header">
<div class="row align-items-center">
<div class="resume-title col-12 col-md-6 col-lg-8 col-xl-9">
<h2 class="resume-name mb-0 text-uppercase">Aswad Rangnekar</h2>
<div class="resume-tagline mb-3 mb-md-0">Lead | DevOps | SRE | Problem solving | Team Management</div>
</div><!--//resume-title-->
<div class="resume-contact col-12 col-md-6 col-lg-4 col-xl-3">
<ul class="list-unstyled mb-0">
<li class="mb-2"><i class="fas fa-phone-square fa-fw fa-lg me-2 "></i><a class="resume-link" href="tel:#">+1 647 859 6044</a></li>
<li class="mb-2"><i class="fas fa-envelope-square fa-fw fa-lg me-2"></i><a class="resume-link" href="mailto:#">aswad.r@gmail.com</a></li>
<li class="mb-0"><i class="fas fa-map-marker-alt fa-fw fa-lg me-2"></i>Toronto</li>
</ul>
</div><!--//resume-contact-->
</div><!--//row-->
</div><!--//resume-header-->
<hr>
<div class="resume-intro py-3">
<div class="row align-items-center">
<div class="col-12 col-md-3 col-xl-2 text-center">
<img class="resume-profile-image mb-3 mb-md-0 me-md-5 ms-md-0 rounded mx-auto" src="assets/images/resume-aswad.png" alt="image">
</div>
<div class="col text-start">
<ul class="resume-list" style="padding: 0">
<li class="mb-0">A self-motivated engineer with an ability to work independently and build things from scratch. Not afraid of learning new languages or taking up challenges.</li>
<li class="mb-0">Experience on development and operations of cloud platform at IaaS, PaaS and SaaS with good understanding of traditional data center topology</li>
<li class="mb-0">Contributed features, bug-fixes and securilty-patches to opensource project, Openstack</li>
<li class="mb-0">Lead and deliver complex software systems</li>
<li class="mb-0">Ability to pick up new technologies quickly</li>
<li class="mb-0">Have a strong sense of shared ownership and don't hesitate to build things from scratch</li>
</ul>
</div><!--//col-->
</div>
</div><!--//resume-intro-->
<hr>
<div class="resume-body">
<div class="row">
<div class="resume-main col-12 col-lg-8 col-xl-9 pe-0 pe-lg-5">
<section class="work-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Work Experiences</h3>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Lead Site Reliability Engineer</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">RBC | June 2021 - Present</div>
</div>
<div class="item-content">
<p>SRE Dashboard was an innovation effort within the organization to promote SRE best practices. We onboarded monitoring ready projects to set an example, encourage and help other stakeholders.</p>
<ul class="resume-list">
<li>Wrote Prometheus exporters for elasticsearch, dynatrace for SRE dashboard</li>
<li>Identified automation opportunity while onboarding stakeholders to SRE dashboard and implemented an end-to-end onboarding workflow</li>
<li>Involved in multiple innovation initiatives within the bank - did a POC and demoed it to stakeholders demonstrating the toil reduction</li>
<li>Every automation candidate involved - requirement elicitation, implementing a POC and stakeholder demos for signoff</li>
</ul>
</div>
</div><!--//item-->
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Technical Consultant</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">Wanclouds | March 2022 - June 2021</div>
</div>
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Team Lead</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">Wanclouds | March 2014 - March 2020</div>
</div>
<!-- <div class="item-content">
<p>Role description goes here ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Donec pede justo, fringilla vel.</p>
<ul class="resume-list">
<li>Lorem ipsum dolor sit amet, consectetuer.</li>
<li>Aenean commodo ligula eget dolor.</li>
</ul>
</div> -->
</div><!--//item-->
<div class="item mb-3">
<!-- <div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Senior Software Developer</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">Dropbox | 2020 - 2022</div>
</div>
<div class="item-content">
<p>Role description goes here ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
</div> -->
</div><!--//item-->
<div class="item">
<!-- <div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Senior Developer</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">Uber | 2019 - 2020</div>
</div>
<div class="item-content">
<p>Role description goes here ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus. </p>
</div> -->
</div><!--//item-->
<div class="item">
<!-- <div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Backend Developer</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">Amazon | 2018 - 2019</div>
</div>
<div class="item-content">
<p>Role description goes here ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
</div> -->
</div><!--//item-->
<div class="item">
<!-- <div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Frontend Developer</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">Startup | 2017 - 2018</div>
</div>
<div class="item-content">
<p>Role description goes here ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus. </p>
</div> -->
</div><!-- //item -->
</section><!--//work-section-->
<section class="project-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Projects</h3>
<div class="item mb-3">
<!-- <div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Project Lorem Ipsum</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">Open Source</div>
</div>
<div class="item-content">
<p>You can use this section for your side projects. You can <a href="#" class="theme-link">provide a project link here</a> as well. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
</div> -->
</div><!--//item-->
<div class="item">
<!-- <div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Project Sed Fringilla</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">Open Source</div>
</div>
<div class="item-content">
<p>You can use this section for your side projects. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>
</div> -->
</div><!--//item-->
<div class="item">
<!-- <div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Project Praesent </h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">Open Source</div>
</div>
<div class="item-content">
<p>You can use this section for your side projects. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>
</div> -->
</div><!--//item-->
</section><!--//project-section-->
</div><!--//resume-main-->
<aside class="resume-aside col-12 col-lg-4 col-xl-3 px-lg-4 pb-lg-4">
<section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Skills</h3>
<div class="item">
<h4 class="item-title">Technical</h4>
<ul class="list-unstyled resume-skills-list">
<li class="mb-2">Python, Golang</li>
<li class="mb-2">Docker, Kubernetes, Openshift<li>
<li class="mb-2">EC2, S3</li>
<li class="mb-2">EKS, ECS, ECR</li>
<li class="mb-2">CodeBuild, CodeDeploy</li>
<li class="mb-2">CI/CD, Git, Jenkins</li>
<li class="mb-2">Familiar with - Prometheus, Grafana, RabbitMQ</li>
</ul>
</div><!--//item-->
<div class="item">
<h4 class="item-title">Professional</h4>
<ul class="list-unstyled resume-skills-list">
<li class="mb-2">Effective communication</li>
<li class="mb-2">Team player<li>
<li class="mb-2">Strong problem solver</li>
<li>Good time management</li>
</ul>
</div><!--//item-->
</section><!--//skills-section-->
<section class="education-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Education</h3>
<ul class="list-unstyled resume-education-list">
<li class="mb-3">
<div class="resume-degree font-weight-bold">Master of Engineering</div>
<div class="resume-degree font-weight-light">(Computer Science)</div>
<div class="resume-degree-org text-muted">University of Mumbai</div>
<!-- <div class="resume-degree-time text-muted">2012 - 2016</div> -->
</li>
<li>
<div class="resume-degree font-weight-bold">Bachelor of Engineering</div>
<div class="resume-degree font-weight-light">(Computer Science)</div>
<div class="resume-degree-org text-muted">University of Mumbai</div>
<!-- <div class="resume-degree-time text-muted">2016 - 2017</div> -->
</li>
</ul>
</section><!--//education-section-->
<section class="education-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Awards</h3>
<ul class="list-unstyled resume-awards-list">
<li class="mb-3">
<div class="font-weight-bold">Outstanding Contribution Award</div>
<div class="text-muted">NTT Data</div>
</li>
<li>
<div class="font-weight-bold">Performance and teamwork Award</div>
<div class="text-muted">Wanclouds</div>
</li>
</ul>
</section><!--//education-section-->
<!--section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Languages</h3>
<ul class="list-unstyled resume-lang-list">
<li class="mb-2">English <span class="text-muted">(Native)</span></li>
<li>Spanish <span class="text-muted">(Professional)</span></li>
</ul>
</section--><!--//certificates-section-->
<section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Interests</h3>
<ul class="list-unstyled resume-interests-list mb-0">
<li class="mb-2">Trekking</li>
<li class="mb-2">Camping</li>
<li class="mb-2">Travelling</li>
</ul>
</section><!--//certificates-section-->
</aside><!--//resume-aside-->
</div><!--//row-->
</div><!--//resume-body-->
<hr>
<div class="resume-footer text-center">
<ul class="resume-social-list list-inline mx-auto mb-0 d-inline-block text-muted">
<li class="list-inline-item mb-lg-0 me-3"><a class="resume-link" href="#"><i class="fab fa-github-square fa-2x me-2" data-fa-transform="down-4"></i><span class="d-none d-lg-inline-block text-muted">github.com/username</span></a></li>
<li class="list-inline-item mb-lg-0 me-3"><a class="resume-link" href="#"><i class="fab fa-linkedin fa-2x me-2" data-fa-transform="down-4"></i><span class="d-none d-lg-inline-block text-muted">linkedin.com/in/username</span></a></li>
<li class="list-inline-item mb-lg-0 me-lg-3"><a class="resume-link" href="#"><i class="fab fa-twitter-square fa-2x me-2" data-fa-transform="down-4"></i><span class="d-none d-lg-inline-block text-muted">@twittername</span></a></li>
</ul>
</div><!--//resume-footer-->
</article>
</div><!--//container-->
<footer class="footer text-center py-4">
<!--/* This template is free as long as you keep the footer attribution link. If you'd like to use the template without the attribution link, you can buy the commercial license via our website: themes.3rdwavemedia.com Thank you for your support. :) */-->
<small class="copyright text-muted">Designed with <span class="sr-only">love</span><i class="fas fa-heart"></i> by <a class="theme-link" href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</footer>
</div><!--//main-wrapper-->
</body>
</html>