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

Highlights

  • Pro

Block or report lieutenant-Rohit

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
lieutenant-Rohit/README.md

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 MeshPay β€” an offline, mesh-routed UPI payment relay
  • πŸ“ˆ 767 LeetCode problems solved β€” ranked top 4% globally
  • πŸ’¬ 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", "MongoDB", "Redis", "Docker", "Nginx", "JUnit 5"
    };

    @Override
    public String currentFocus() {
        return "MeshPay β€” UPI without internet";
    }

    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 a load-balanced Spring Boot cluster, Redis caching, and PostgreSQL read/write splitting.

Java 21 Spring Boot React TypeScript PostgreSQL Redis Nginx

πŸ“‘ MeshPay

Offline UPI payments routed across a 10-node phone mesh using GPSR routing, X25519/Ed25519 encryption, and a Spring Boot bank backend.

Java 21 Spring Boot Python Docker 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

Pinned Loading

  1. Rex-A-Version-Control-System Rex-A-Version-Control-System Public

    Java

  2. MeshPay-Offline-UPI- MeshPay-Offline-UPI- Public

    Java

  3. HeatVision HeatVision Public

    Python

  4. BloomsCafe BloomsCafe Public

    TypeScript