Kabileshwaran | Learning, Building, Sharing

Profile Picture

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...

Notes

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...

Notes

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

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...

DSA