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
Reading Data Distributions with Means and Quartiles
Reviewing how descriptive statistics and visualizations explain center, spread, and distribution shape
code
LeetCode 53 - Maximum Subarray
A Python solution using Kadane's algorithm to find the maximum sum of a contiguous subarray
code
LeetCode 39 - Combination Sum
A Python backtracking solution to Combination Sum using a start index and pruning
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
Most Read
Recent Code
View all 57 →-
Reading Data Distributions with Means and Quartiles
codeit-ai-sprint
Reviewing how descriptive statistics and visualizations explain center, spread, and distribution shape
-
LeetCode 53 - Maximum Subarray
algorithm-study
A Python solution using Kadane's algorithm to find the maximum sum of a contiguous subarray
-
LeetCode 39 - Combination Sum
algorithm-study
A Python backtracking solution to Combination Sum using a start index and pruning
-
Validating RAG Beyond Retrieval
tail-villain
Building a source-scoped RAG pipeline and validating its effect on real Study responses