Code & Soul
A space where software engineering meets inner energy. Deep technical dives alongside quiet reflections on awareness, meditation, and what it means to build a life with intention.
Latest
All posts →code
LeetCode 371 - Sum of Two Integers
Adding two integers without the + or - operators using bitwise XOR, AND, and masking in Python
code
4 Ways to Handle Timeouts and Rollbacks in Kubernetes Dispatchers
Practical patterns for managing nested timeouts, out-of-band recovery, and idempotency when dynamically spawning pods with dispatchers
code
LeetCode 417 - Pacific Atlantic Water Flow
Finding grid coordinates that drain to both oceans using reverse DFS from ocean boundaries in Python
Featured
Posts that show the current shape of this blog.
code
Why I Built a Villain
The starting point of Tail Villain, built around the gap between knowing something and retrieving it under interview pressure
code
Separating LLM Serving from the Feedback Pipeline
A system design practice note on separating real-time LLM serving from asynchronous feedback collection at 20K peak TPS
soul
Mindfulness of Breathing
Returning to anapanasati as a small daily practice
Series
Posts collected by subject.
Most Read
Recent Code
View all 111 →-
LeetCode 371 - Sum of Two Integers
algorithm-study
Adding two integers without the + or - operators using bitwise XOR, AND, and masking in Python
-
4 Ways to Handle Timeouts and Rollbacks in Kubernetes Dispatchers
Practical patterns for managing nested timeouts, out-of-band recovery, and idempotency when dynamically spawning pods with dispatchers
-
LeetCode 417 - Pacific Atlantic Water Flow
algorithm-study
Finding grid coordinates that drain to both oceans using reverse DFS from ocean boundaries in Python
-
Understanding Kubernetes Node Shortages, Pending Timeouts, and ArgoCD Rollbacks
What happens when mass pod creation exhausts node resources, how progress deadlines behave, and managing rollbacks in GitOps