let me = Developer {
name: "Tanmay Kumar",
code: &[
"Java",
"Typescript",
"Python",
"SQL",
"Cypher"
],
tools: &[
"Spring Boot",
"NestJs",
"Docker",
"Kubernetes",
"PostgreSQL",
"MongoDB",
"Neo4j",
"Redis",
"Kafka",
"AWS",
"GCP"
],
loves: &[
"Backend Engineering",
"Distributed Systems",
"Cloud Native",
"AI",
"Mathematics"
],
currently_learning: &[
"LangGraph",
"Agentic AI",
"Vector Databases",
"Rust",
"Quantum Computing"
],
status: "Building cool stuff 🚀"
};├── Distributed Systems
│ ├── Kafka
│ ├── CDC Pipelines
│ ├── Event Driven Architecture
│ └── Microservices
│
├── Cloud Native Applications
│ ├── Kubernetes
│ ├── Docker
│ ├── GitHub Actions
│ └── Observability
│
├── AI Systems
│ ├── LangChain
│ ├── LangGraph
│ ├── RAG Pipelines
│ ├── Vector Search
│ └── Agent Workflows
│
└── Data Systems
├── PostgreSQL
├── MongoDB
├── Neo4j
└── Redis
backend:
- Java 21
- Spring Boot
- Distributed Systems
cloud:
- Kubernetes
- AWS
- GCP
data:
- PostgreSQL
- Neo4j
- MongoDB
- Redis
ai:
- OpenAI
- LangChain
- LangGraph
- RAG
- Agents
research:
- Mathematics
- Quantum Computing


