Tech Talks
These are all the talks I have given over the past couple years. Mostly on location, sometimes remote.
Securing Kubernetes Workloads with Istio Service Mesh
Robust, transparent, and secure communication between kubernetes services is absolutely crucial. In this talk, we will explore how to secure the communication between the services with TLS/mTLS encryption.
PnPLoc: UWB Based Plug & Play Indoor Localization
Improving the indoor localization with two way ranging (TWR) protocol and TDoA. Based on Paper: PnPLoc: UWB Based Plug & Play Indoor Localization
TIP: Time-Proportional Instruction Profiling
Internals of CPU Profiling with different instruction sets and architectures
Go-routines Scheduling and Threading
This talk is all about Internals of go-routines, threading & scheduling
Golang Concurrency Bugs
This talk is all about different types of concurrency bugs in Golang. Common pitfalls one will face while writing concurrent programs in Golang, and solutions to some of common concurrency bugs.
Securing Cloud Native Workloads with Istio
In this talk, we will explore how to secure the communication between the services with TLS/mTLS encryption. Securing Ingress/Egress gateways and cross-service communication within different namespaces, blocking unwanted traffic, closing unused ports.