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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.107.0"><title>Kumar Damani - Home</title>
<meta name="description" content="Git, email, and resume">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.1/css/academicons.min.css" integrity="sha512-b1ASx0WHgVFL5ZQhTgiPWX+68KjS38Jk87jg7pe+qC7q9YkEtFq0z7xCglv7qGIs/68d3mAp+StfC8WKC5SSAg==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://kumardamani.net/css/palettes/tokyo-night-dark.css">
<link rel="stylesheet" href="https://kumardamani.net/css/risotto.css">
<link rel="stylesheet" href="https://kumardamani.net/css/custom.css">
</head>
<body>
<div class="page">
<header class="page__header"><nav class="page__nav main-nav">
<ul>
<h1 class="page__logo"><a href="https://kumardamani.net/" class="page__logo-inner">Kumar Damani - Home</a></h1>
<li class="main-nav__item"><a class="nav-main-item" href="https://kumardamani.net/post/" title="Posts">Posts</a></li>
</ul>
</nav>
</header>
<section class="page__body">
<h1 id="about-me">About me</h1>
<p>Hi. This is me:
<figure><img src="/kd.jpeg"
alt="my pic" width="100"/>
</figure>
</p>
<p>My name is Kumar. Some people call me <em>kd</em>, or <em>ku-band-mar</em>, I’m known for being…</p>
<ul>
<li>that guy who hosts his own website, dropbox, search-engine etc.
<a href="https://gitlab.com/kdam0/vps">DIY?</a> <a href="post/self-host">Why?</a></li>
<li>a programming purist, and linguistic enthusiast.</li>
<li>👎 down on social-media. I think they lead to dystopia. <a href="post/self-host#privacy">Read more</a>.</li>
<li>a B.Sc in CS. at U of T with a focus in NLP 😌</li>
</ul>
<h1 id="projects">Projects</h1>
<table>
<thead>
<tr>
<th>Name</th>
<th>Active</th>
<th>Description</th>
<th>Tools</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://gitlab.com/kdam0/vps">vps</a></td>
<td>yes</td>
<td>My Ansible repository for self-hosting.</td>
<td>Ansible</td>
</tr>
<tr>
<td><a href="https://gitlab.com/kdam0/nccli">nccli</a></td>
<td>yes</td>
<td>A Docker-ized CLI for CRUD ops with Namecheap.</td>
<td>Go</td>
</tr>
<tr>
<td><a href="https://gitlab.com/kdam0/dotfiles-nix">nixdots</a></td>
<td>yes</td>
<td>My dotfiles for the Nix ecosystem.</td>
<td>Nix</td>
</tr>
<tr>
<td><a href="https://gitlab.com/kdam0/dotfiles">dots</a></td>
<td>no</td>
<td>My dotfiles for general Linux home mgmt.</td>
<td>-</td>
</tr>
</tbody>
</table>
<blockquote>
<p>If you found something above to be useful, consider <a href="#donate">sending</a> a few coins my way!</p>
</blockquote>
<hr>
<h1 id="professional-life">Professional Life</h1>
<p><em>Treat this section as an extension of my resume.</em></p>
<h2 id="2020---now">2020 - now</h2>
<p>Currently working as a <strong>DevOps</strong> at <a href="https://kepler.space">Kepler</a> 🛰️.
This is mostly a software (infrastructure) dev gig for a start-up, which is a bit new to me
coming from a more traditional DevOps role with a mature company.
There is a ton of specialized <em>space</em>
related equipment here that present interesting problems in DevOps.</p>
<p>I’ve learned a ton about embedded computers, networking and network automation,
which has opened my world up to all sorts of home projects for which I am very grateful for.
So far, I’ve been responsible for the following:</p>
<ul>
<li>Establishing Infrastructure as Code (IaC) as standard practice with Ansible.</li>
<li>Implementing a netboot infrastructure for our development servers - RPis -
using Packer, PXE, Awx (Ansible Tower) to keep them synced, predictable, and up-to-date.</li>
<li>Built a custom Linux router to support our unique hardware testing requirements
for on-demand subnet generation/teardown for isolated tests.</li>
<li>Automated our Lab network infrastructure with Ansible.</li>
<li>Devised a test-automation framework using Django to facilitate reservation,
as well as <a href="https://en.wikipedia.org/wiki/Hardware-in-the-loop_simulation">HIL</a>
(Hardware-In-the-Loop) testing to allow us to more reliably, and frequently test our HW.</li>
<li>Designed and deployed our highly-available Kubernetes cluster to be our software
platform going forward.</li>
</ul>
<p>Beyond my work as an Individual Contributor (IC), I’ve also been responsible for instilling DevOps
<em>principles</em> within the team on our journey to maturity.</p>
<h2 id="2019---2020">2019 - 2020</h2>
<p>Worked as a <strong>DevOps Engineer</strong> at <a href="https://acuityads.com">AcuityAds</a> in Toronto.
The main selling point for me to work here is that Acuity does not use
AWS, GCP or Azure etc. to host its infrastructure, it has its own on-prem ‘cloud’.
This presents substantial challenges for us as DevOps Engineers that would normally be handled by a
public cloud provider.</p>
<p>Apart from this, due to the nature of adtech, we deal with massive amounts of data, which forces
us to be very careful about the types of technologies we use (scale).
Here is a subset of what I’ve gained experience with during my time:</p>
<ul>
<li>Infrastructure: VMWare, Physical</li>
<li>Provisioning: Ansible, Terraform, Cobbler</li>
<li>Containerization: Docker, Kubernetes</li>
<li>CI/CD: Git, BitBucket, Bamboo (we host the entire Atlassian suite in-house)</li>
<li>Monitoring:
<ul>
<li>TICK (Telegraf, Influxdb, Chronograf, Kapacitor)</li>
<li>ELK (Elasticsearch, Logstash, Kibana), with filebeat and metricbeat beats</li>
<li>Prometheus</li>
<li>Grafana</li>
<li>Nagios, Pagerduty, Pingdom</li>
</ul>
</li>
<li>Data: MySql, Aerospike, Kafka, HDFS, Druid</li>
<li>Scripting: Golang, Bash, Python. <em>Some</em> of my work can be on my Gitlab profile:
<ul>
<li>Golang:
<ul>
<li>a fast, containerized <a href="https://gitlab.com/kdam0/go-druid-mysql-influx">cron script</a>
that interacts with Druid, MySql, and Influxdb written in Go.
Basic unit testing.
This is a job that powers one of our major alerting dashboards.</li>
<li>a containerized highly modular <a href="https://gitlab.com/kdam0/devops-api">Rest Api</a>
that writes to Influxdb.
This is something we run in K8S as a Service to monitor Cronjobs that run in K8S.</li>
</ul>
</li>
<li>Python: a <a href="https://gitlab.com/kdam0/slack-to-teams">script</a> to migrate
Slack exports to MS Teams messages.
This is something we used when we gave up on Slack.</li>
<li>Bash: a small <a href="https://gitlab.com/kdam0/random-shell-helpers">collection</a> of helper
scripts that I used frequently for random things.</li>
</ul>
</li>
</ul>
<h2 id="2016---2017">2016 - 2017</h2>
<p>I worked at <a href="https://achiga.io">Achiga</a> (formerly <em>WebCanada</em>) as
part of my <a href="https://web.cs.toronto.edu/undergraduate/pey">PEY</a> (internship)
program from U of T for 12 months. As part of this, I was involved in:</p>
<ul>
<li>A fast paced Agile environment where I was a Full Stack Developer working with
<strong>PHP (Zend), MySql, and JavaScript</strong>.</li>
<li>Git + BitBucket + JIRA (basically the whole Atlassian suite), with Vagrant</li>
<li>The Pipeline team working on day to day features and bugs in the CMS powering thousands of
local hotel sites around the world for Starwood Hotels.</li>
<li>Debugging and optimizing cronjobs responsible for storing hotel rates in
our database which is critical to hotel revenue.</li>
<li>Contributing to the Gallery Page (CMS as well as user facing UI).
See <a href="https://designhotels.com/gallery">Design Hotels Gallery Page</a>
towards the end of my tenure.</li>
</ul>
<h2 id="2014---2016">2014 - 2016</h2>
<p>I’ve worked on several other small-buisness type projects involving website designing,
and scripting over the years in between semesters.</p>
<hr>
<h1 id="donate">Donate</h1>
<details>
<summary> Monero (XMR) </summary>
<br>
<pre tabindex="0"><code>42hFshxmNoFZfAkDJTjSx9MUruMHdLTiDTE4efpP7xZTYwHMjwDZ6eJea2EnyBGGr5ab81cAovBxxT6KSvpUY5roUdkP1Qj
</code></pre><figure><img src="/xmr.png"
alt="xmr wallet qr code" width="100"/>
</figure>
</details>
<details>
<summary> Bitcoin (BTC) </summary>
<br>
<pre tabindex="0"><code>bc1q4em7f7mvl6wkzc8uyq4365td7w5n02uh64z2za
</code></pre><figure><img src="/btc.png"
alt="btc wallet qr code" width="100"/>
</figure>
</details>
</section>
<section class="page__aside">
<div class="aside__about">
<div class="aside__about">
<img class="about__logo" src="https://kumardamani.net/images/rice.svg" alt="Logo">
<h1 class="about__title">Links</h1>
<p class="about__description">Git, email, and resume</p>
</div>
<ul class="aside__social-links">
<li>
<a href="https://gitlab.com/kdam0/" rel="me" aria-label="GitLab" title="GitLab"><i class="fa-brands fa-gitlab" aria-hidden="true"></i></a>
</li>
<li>
<a href="mailto:me@kumardamani.net" rel="me" aria-label="Email" title="Email"><i class="fa-solid fa-envelope" aria-hidden="true"></i></a>
</li>
<li>
<a href="/KumarDamaniCV.pdf" rel="me" aria-label="Resume" title="Resume"><i class="fa-solid fa-file" aria-hidden="true"></i></a>
</li>
</ul>
</div>
<hr>
<div class="aside__content">
</div>
</section>
<footer class="page__footer"><p>
</p>
<br /><br />
<p class="copyright"></p>
<p class="advertisement">Powered by <a href="https://gohugo.io/">hugo</a> and <a href="https://github.com/joeroe/risotto">risotto</a>.</p>
</footer>
</div>
</body>
</html>
|