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
Introduction to Bash
As a beginner to Bash and Linux, I really felt it was difficult to learn at first. But after getting familiar with the syntax, I...
Essential Linux Commands
Linux is an essential skill for developers and computer science students. As a Windows user, it was a bit hard for me to start with...
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...
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...
Day 9 of DSA: Sliding Window - Arrays
Sliding window is one of the most powerful techniques used in array and string-related problems. It helps optimize solutions by maintaining a subset of data...