Skip to content
View KabileshwaranKabil's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report KabileshwaranKabil

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Kabileshwarankabil/README.md

Full-Stack & Systems-Focused Developer · Java, Python, C++, JavaScript


Core Value

I build clean, practical software that solves real workflow problems while keeping architecture maintainable.
My strongest stack includes Java, Python, C++, JavaScript, Django, JavaFX, SQL, and Linux/Git tooling.
I apply disciplined DSA-first problem solving and currently focus on full-stack project depth plus ML/data foundations through production-style builds and technical writing.


Targeted Tech Stack

Languages

Java Python C++ C JavaScript SQL

Frameworks & Libraries

Django JavaFX NumPy Pandas HTML5 CSS3

Databases, Tools & Systems

MySQL PostgreSQL Git GitHub Linux


Selected Projects

  • Snake Game (SFML): A real-time game built with C++ + SFML that demonstrates responsive rendering and event-loop architecture.
    Repo: snake-game-using-sfml

  • Django Blog Platform: A full-stack content app built with Python + Django + SQL that solves authenticated publishing and content management.
    Repo: personal-blog-django

  • Portfolio Website: A personal web portfolio built with HTML + CSS + JavaScript that presents projects, skills, and contact channels in a recruiter-friendly format.
    Repo: kabileshwaran-portfolio


GitHub Metrics

Daily contribution graph

Learning Now

  • DSA (Java): Pattern-based daily problem solving with review loops.
  • Full-Stack: JavaScript → React → Node.js through project delivery.
  • Data Track: Structured NumPy + Pandas implementation notes.

Get In Touch

© 2026 M. Kabileshwaran

Pinned Loading

  1. cpp-fundamentals-lab cpp-fundamentals-lab Public

    A collection of C++ programs designed to help revise and reinforce basic C++ concepts. This repository includes examples and exercises covering fundamental topics such as variables, loops, function…

    C++ 5

  2. kabileshwaran-portfolio kabileshwaran-portfolio Public

    A structured and responsive personal portfolio website developed using HTML, CSS, and JavaScript. The site highlights academic profile, technical skills, selected projects, and contact pathways. Bu…

    HTML

  3. personal-blog-django personal-blog-django Public

    A Simple yet structured blog application built with Django for learning and portfolio purposes.

    Python

  4. snake-game-using-sfml snake-game-using-sfml Public

    A classic Snake game implemented in C++ using the SFML library. This project demonstrates fundamental game development concepts, including game loops, event handling, and rendering. Perfect for lea…

    C++