Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

42 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

animated terminal header

rohit@dev:~$ 🧭 About Me

  • πŸŽ“ Final-year MCA student at Uttaranchal University, Dehradun β€” Class of 2027
  • πŸ› οΈ Backend-focused engineer with strong Java / Spring Boot foundations
  • πŸ” Currently building Narrative Watch β€” a signal-fusion pipeline for detecting coordinated disinformation networks
  • πŸ“ˆ 796+ LeetCode problems solved β€” see live stats below
  • πŸ’¬ Ask me about Spring Security, JWT auth, JPA/Hibernate, or system design
πŸ’‘ Or in Java, if you'd prefer
@Component
public class Rohit implements BackendDeveloper {

    private final String role        = "Java / Spring Boot Developer";
    private final String education   = "MCA, Uttaranchal University (2025–2027)";
    private final boolean openToWork  = true;

    private final String[] stack = {
        "Java 21", "Spring Boot 3", "Spring Security", "JPA / Hibernate",
        "PostgreSQL", "Redis"
    };

    @Override
    public String currentFocus() {
        return "Narrative Watch β€” detecting coordinated disinformation";
    }

    public static void main(String[] args) {
        System.out.println(new Rohit().currentFocus());
    }
}

rohit@dev:~$ ⚑ Tech Stack

typing command

rohit@dev:~$ πŸš€ Featured Projects

typing command

🌸 BloomsCafe

Full-stack cafe e-commerce platform with JWT authentication, Redis caching, and PostgreSQL primary-replica read/write splitting. Load tested to 700 concurrent users with 0% errors.

Java 21 Spring Boot PostgreSQL Redis

πŸ“‘ MeshPay

Offline UPI payment prototype routed across 10 simulated mesh nodes using GPSR routing, X25519/Ed25519 encryption, and a Spring Boot bank backend.

Java 21 Spring Boot Python Cryptography

πŸ¦– Rex

A Git-like version control system built from scratch β€” content-addressable object storage, tree snapshots, and branching, no VCS libraries.

Java 21 SHA-1 zlib

rohit@dev:~$ πŸ“Š GitHub Statistics

typing command

rohit@dev:~$ 🐍 Contribution Snake

typing command

contribution snake animation

rohit@dev:~$ πŸ’» LeetCode

typing command

"Programs must be written for people to read, and only incidentally for machines to execute."
β€” Harold Abelson

typing exit

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors