diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-07-23 05:58:37 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-07-23 05:58:37 +0000 |
| commit | b93c161be2f98c06440351b874b24cb1693bb439 (patch) | |
| tree | 6c7011c5c8543a971e6d8fd919d822b442da624c /cv.typ | |
| parent | 45d53f203633ae46759257095baf04374250af6f (diff) | |
added styling
Diffstat (limited to 'cv.typ')
| -rw-r--r-- | cv.typ | 183 |
1 files changed, 113 insertions, 70 deletions
@@ -29,90 +29,133 @@ = Basic Info -- email: #link("mailto:me@kumardamani.net") -- blog: #link("https://kumardamani.net")[kumardamani.net] -- git: #link("https://gitlab.com/users/kdam0/projects")[gitlab.com/kdam0] +#grid( + columns: (auto, 1fr), + column-gutter: 0.6em, + row-gutter: 0.4em, + [*email*], [#link("mailto:me@kumardamani.net")], + [*blog*], [#link("https://kumardamani.net")[kumardamani.net]], + [*git*], [#link("https://gitlab.com/users/kdam0/projects")[gitlab.com/kdam0]], +) = Highlights -Established GitOps as a means of auditable, reproducible, -transparent changes by implementing the -#link("https://github.com/akuity/rendered-manifest-pattern/tree/main")[rendered manifests] -pattern with change management for compliant deployments for our Constellation -Management software. - -Led enterprise-wide adoption of Infrastructure as Code (IaC), -standardizing deployment workflows and infrastructure management across -on-prem, and hybrid environments. +#let jobref(job) = text(size: 0.85em, fill: gray)[@~#job] + +- Established GitOps as a means of auditable, reproducible, + transparent changes by implementing the + #link("https://github.com/akuity/rendered-manifest-pattern/tree/main")[rendered manifests] + pattern with change management for compliant deployments for our Constellation + Management software.~#jobref[Kepler] +- Led enterprise-wide adoption of Infrastructure as Code (IaC), + standardizing deployment workflows and infrastructure management across + on-prem, and hybrid environments.~#jobref[Kepler] +- Developed and maintained a critical internal-tool + responsible for lab inventory management, configuration, + resource allocation (aka. the + #link("https://www.cs.cmu.edu/~dga/papers/ntm-tridentcom2010.pdf")[Testbed Mapping Problem]) + to facilitate hardware test automation.~#jobref[Kepler] +- Implemented a self-service infrastructure model that + significantly improved development, and QA experience in a + microservice architecture.~#jobref[Illumin] +- Supported multi-region, high-volume production systems handling 1B+ + requests per day requiring sub-30ms latency, while delivering + reliable, robust deployments.~#jobref[Illumin] -Developed and maintained a critical internal-tool -responsible for lab inventory management, configuration, -resource allocation (aka. the -#link("https://www.cs.cmu.edu/~dga/papers/ntm-tridentcom2010.pdf")[Testbed Mapping Problem]) -to facilitate hardware test automation. += Experience -Implemented a self-service infrastructure model that -significantly improved development, and QA experience in a -microservice architecture. +#let exp(dates, title, company, location, industry, url: none) = { + block(breakable: false)[ + #set par(leading: 0.4em) + *#title*#h(1fr)#text(fill: gray)[#dates] \ + #if url != none { link(url)[#company] } else { company } \ + #location \ + #text(size: 0.85em, fill: gray)[#industry] + ] + v(0.9em) +} + +#exp( + "2020-Now", + "Platform Lead", + "Kepler Communications", + "Toronto, Canada", + "Industry: Space Internet Communications", + url: "https://kepler.space", +) -Supported multi-region, high-volume production systems handling 1B+ -requests per day requiring sub-30ms latency, while delivering -reliable, robust deployments. +#exp( + "2019-2020", + "DevOps Engineer", + "Illumin (formerly AcuityAds)", + "Toronto, Canada", + "Industry: Ad Tech", + url: "https://illumin.com", +) +#exp( + "2016-2017", + "Full Stack Engineer", + "Achiga (formerly WebCanada)", + "Toronto, Canada", + "Industry: Web Development", + url: "https://achiga.io", +) = Instituions -- 2019 | Hon. Bach. of Science in Computer Science - w/ focus in Natural Language Processing. - University of Toronto, - Toronto, Canada - -- 2021 | ITIL 4 Foundation - Axelos - -= Experience - -2020-Now -Platform Lead -Kepler Communications -Toronto, Canada -Industry: Space Internet Communications - -2019-2020 DevOps Engineer -Illumin (formerly AcuityAds) -Toronto, Canada -Industry: Ad Tech +#let edu(year, degree, school, focus: none) = { + let rows = ( + [*#degree*], + text(fill: gray)[#year], + grid.cell(colspan: 2)[#school], + ) + if focus != none { + rows.push(grid.cell(colspan: 2)[#text(size: 0.85em, fill: gray)[#focus]]) + } + block(breakable: false)[ + #set par(leading: 0.4em) + #grid( + columns: (1fr, auto), + row-gutter: 0.4em, + ..rows, + ) + ] + v(0.9em) +} + +#edu( + "2019", + "Hon. Bach. of Science in Computer Science", + "University of Toronto, Toronto, Canada", + focus: "w/ focus in Natural Language Processing.", +) -2016-2017 Full Stack Engineer -Achiga (formerly WebCanada) -Toronto, Canada -Industry: Web Development +#edu( + "2021", + "ITIL 4 Foundation", + "Axelos", +) = Languages & Technologies -Programming: Python, TypeScript, Go - -IaC: Nix, Ansible, Terraform - -CI/CD: ArgoCD, Gitlab CI, Github - -Containers: Kubernetes, Docker Compose, LXC - -Cloud: AWS, Vultr, DigitalOcean - -VMs: Proxmox, Vagrant, Openstack - -Monitoring: Grafana, Prometheus, InfluxDB - -Logs: VictoriaLogs, ELK, Loki - -Web Dev: FastAPI + React, Django, PHP Zend - -Mobile: React-Native, Expo - -Networking: Arista, Mikrotik, OpenWRT - -Security: HashiCorp Vault, Infisical +#grid( + columns: (auto, 1fr), + column-gutter: 0.6em, + row-gutter: 0.6em, + [*Programming*], [Python, TypeScript, Go], + [*IaC*], [Nix, Ansible, Terraform], + [*CI/CD*], [ArgoCD, Gitlab CI, Github], + [*Containers*], [Kubernetes, Docker Compose, LXC], + [*Cloud*], [AWS, Vultr, DigitalOcean], + [*VMs*], [Proxmox, Vagrant, Openstack], + [*Monitoring*], [Grafana, Prometheus, InfluxDB], + [*Logs*], [VictoriaLogs, ELK, Loki], + [*Web Dev*], [FastAPI + React, Django, PHP Zend], + [*Mobile*], [React-Native, Expo], + [*Networking*], [Arista, Mikrotik, OpenWRT], + [*Security*], [HashiCorp Vault, Infisical], +) = Hobbies |
