FOSSASIA Vietnam 2024: Isolated developer environments

Slides | Video

Wrote a kubernetes controller in Go to spawn isolated prod-like development environments. We’ll dive into the problem it solves, my journey building it, the need for robustness and the impact it had.


PyCon India 2023: Supercharging Kubernetes with controllers

Slides

Gave a talk on extending kubernetes via controllers by modifying objects in python


GopherCon India 2022: Spawning isolated developer environments

Slides | Video

Wrote a kubernetes controller in Go to spawn isolated prod-like development environments. We’ll dive into the problem it solves, my journey building it, the need for robustness and the impact it had.


RootConf India 2020: Controlling AWS EKS access via IAM

Slides | Video

Gave a talk on a tool I made which synced AWS IAM groups and users with EKS as kubernetes groups and users.


PyCon India 2015: Intro to SQLAlchemy

Slides | Video

This flash talk gives you a quick intro into SQLAlchemy and how to run basic CRUD queries.


Docker Meetup Pune: Multi-staged builds using Docker

Slides

Spoke about mutli-staged builds in Docker, their usecases and the best practices.