Portfolio

Engineering
Architectural
Clarity.

Ajitem Sahasrabuddhe
LOC: 21.08N / 79.10E

The Philosophy

I've been building things since 2011 — container runtimes from scratch, multi-agent AI systems, and 15+ years of making Go do unreasonable things.

Currently serving as Lead Technology Consultant at Technogise, I partner with enterprises to bridge strategy and execution. I optimize distributed systems and lead cloud-native transformations with an obsession for precision, performance, and long-term maintainability.

Beyond the IDE, I treat software as structural engineering: strong types, functional paradigms, and deterministic environments. I automate the mundane and architect what is next.

Tech Inventory

01 / Languages

GoTypeScriptRustJavaPython

02 / Infra

DockerKubernetesTerraformLinuxNginx

03 / Cloud

AWSGCPCloudflareHetzner

04 / AI / Agents

LangChainOpenAI APIAnthropic APIVector DBsLlamaIndex

05 / Data

PostgreSQLRedisApache KafkaSnowflake

06 / Frameworks

React/Next.jsSpring BootFastAPINode.js

Talks

From veth Pairs to Services: The Secret Life of Container Packets

2026

Thu 12th February, 4:55 pm – 5:30 pm

ContainerDays London • London

Containers make networking look simple: kubectl exec into a pod and curl just works. Under the hood lies a fascinating stack of Linux features — network namespaces, veth pairs, bridges, and iptables — that power connectivity in standalone Docker and Kubernetes pods.

KubernetesNetworkingLinuxGo

From veth Pairs to Services: The Secret Life of Container Packets

2026

September 2026

ContainerDays Hamburg • Hamburg

Containers make networking look simple: kubectl exec into a pod and curl just works. But under the hood lies a fascinating stack of Linux features — network namespaces, veth pairs, bridges, and iptables — that power connectivity in both standalone Docker containers and Kubernetes pods.

KubernetesNetworkingLinuxGo

The Reality of Rootless Containers

2026

September 2026

ContainerDays Hamburg • Hamburg

Rootless containers are often presented as a simple security win: run without root and you’re safer. But what actually changes under the hood?

LinuxContainersSecurityGo