Kabileshwaran | Learning, Building, Sharing
Daily learnings, technical notes, and projects from my CS journey
A public record of my daily learnings, projects, and core Computer Science concepts as a Computer Science undergraduate.
Recent Posts
Jan 16, 2026
How I Built My Blog with GitHub Pages: A Beginner's Guide
As a Computer Science student learning in public, I wanted to create a personal blog to document my journey, share my thoughts, and build an...
Notes
Jan 16, 2026
Git Basics Cheat Sheet
This post documents a simple and beginner-friendly Git cheat sheet created as part of my learning journey. It highlights commonly used Git commands with clear...
Notes
Jan 05, 2026
Day 5 of DSA: Binary Search
Binary search is an efficient searching algorithm that works on sorted arrays. Also known as logarithmic search, it dramatically reduces search time by repeatedly dividing...
DSA