Published onMarch 13, 2026A word bot that almost never loses (ft Trie & Minimax)ghostword-gamestrieminimaxBuilding a word bot that can play the word game Ghost and almost never losesRead more →
Published onJanuary 23, 2026Scheduling Algorithms in Operating Systems -- An animated demonstration (Part 1)algorithmsoperating-systemsan introduction to scheduling algorithms in operating systemsRead more →
Published onNovember 23, 2025Infinite Scroll — An Indepth implementation guidewebinfinite-scrollintersection-observerweb-geometryAn indepth implementation guide on infinite scroll using ReactJS. Includes both Web Geometry and Intersection Observer API methods.Read more →
Published onAugust 31, 2024The simple math behind log(n) time complexityalgorithmslogarithmA deep dive into logarithmic time complexityRead more →
Published onFebruary 28, 2024Using recursion to create a nested comments system (ft. ReactJS)algorithmsrecursiona recursive nested comment system with reactjsRead more →