Blog

February 5, 2026

Disjoint Set Union (DSU): A Complete Tutorial with Intuition

A practical, from-scratch tutorial on DSU covering intuition, implementation, optimizations like path compression, and common problem patterns where DSU is the right tool.

February 3, 2026

Notes on an Akkadian to English Translation Task (Kaggle)

A running technical log of my approach to a low-resource machine translation problem, including baselines, preprocessing choices, modeling attempts, errors, and what I am experimenting with next.

January 18, 2025

How I Use Postman to Design and Test APIs Properly

A practical guide to using Postman beyond basic requests, covering environment variables, collections, testing flows, and how it fits into a disciplined backend or ML tooling workflow.