Skip to content

kascit/kascit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 

Repository files navigation

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

Website โ†’ dhanur.me
Email โ†’ contact@dhanur.me
LinkedIn โ†’ dhanur-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.


About

Hello World?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published