Skip to content
View kascit's full-sized avatar
💤
Sleeping
💤
Sleeping

Highlights

  • Pro

Block or report kascit

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
kascit/README.md

Dhanur Relhan

Building systems • Breaking assumptions • Questioning everything

Website LinkedIn Email LeetCode Telegram


About

Computer Science student at Chitkara University, graduating 2027. Currently figuring things out one project at a time.

I spend most of my time building backend systems, deploying things to AWS that probably cost more than they should, and maintaining an Arch Linux setup that breaks whenever I feel too confident. Writing code in Java mostly, but actively trying to diversify into Rust and Go because vendor lock-in extends to programming languages too.

Also write about this stuff occasionally on my blog when procrastination takes a productive turn.

// How most of my projects actually go
try {
    implementFeature();
    deployToProduction();
} catch (Exception e) {
    panicGoogle();
    fixInProd();
    pretendItWasPlanned();
}

Tech Stack

Core Languages
Java • Python • JavaScript • Rust • Go • C++ • Bash

Backend Development
Spring Boot • Hibernate • Node.js • Express • REST APIs • Microservices

Cloud & Infrastructure
AWS EC2 • AWS Lambda • AWS S3 • AWS RDS • AWS IoT • Docker • Kubernetes • Terraform • GitHub Actions • CI/CD

Data Layer
PostgreSQL • MongoDB • Redis • MySQL • SQLite

Environment
Arch Linux • Neovim • tmux • Git • Shell Scripting


Projects

🔐 Face Rekognition

IoT-based attendance system using ESP32-CAM with AWS backend. Real-world exploration of embedded systems meeting cloud infrastructure.

Tech: C++, AWS IoT Core, Lambda, Face Recognition

View Project

🎵 Listly

Terminal music playlist manager built from scratch. Custom linked list implementation because understanding > using libraries.

Tech: Java, DSA, OOP

View Project

🤖 Coursera Automata

Selenium-based browser automation for learning workflows. Started as a learning project, ended up being useful.

Tech: Python, Selenium, Automation

View Project

💻 LeetCode Solutions

Problem-solving with multiple approaches and explanations. Focused on understanding why, not just making tests pass.

Tech: Java, Algorithms, DSA

View Project

🎮 Beat.pe

Browser-based rhythm game. Exploring game dev fundamentals and client-side performance optimization.

Tech: JavaScript, CSS, HTML5

View Project

🌐 Personal Site

Built with Zola static site generator. Minimal, fast, and actually maintainable. No JavaScript bloat.

Tech: Zola, HTML, CSS, Goyo Theme

View Project


Current Focus

Building scalable backend systems • Learning systems programming with Rust • Exploring distributed systems patterns • Contributing to open source projects that solve actual problems

Philosophy: Question the default. Break things in development. Learn from production failures. Build something better.


Connect

Websitedhanur.me
Emailcontact@dhanur.me
LinkedIndhanur-relhan
Twitter/X@nkascit
Telegram@AIO_01
Mastodon@kascit

Open to collaborations, technical discussions, or debating why most "best practices" are just cargo cult programming.


Pinned Loading

  1. kascit.github.io kascit.github.io Public

    Personal portfolio and blog hosted on GitHub Pages

    HTML 1

  2. Beat.pe Beat.pe Public

    Interactive browser-based game built with HTML, CSS, and JavaScript

    CSS 1

  3. leetcode-solutions leetcode-solutions Public

    Collection of LeetCode problem solutions across multiple languages (Java, Rust, Python, C++, C, JavaScript) for interview preparation and algorithmic practice

    Java 1

  4. coursera-automata coursera-automata Public archive

    Personal Selenium-based automation built as a learning project to explore real-world browser workflows and UI-driven systems.

    Python 1

  5. face-rekognition face-rekognition Public archive

    Academic IoT project demonstrating automated attendance using ESP32-CAM, AWS IoT, Lambda, and face recognition.

    C++