- π 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());
}
}
πΈ BloomsCafeFull-stack cafe e-commerce platform with a load-balanced Spring Boot cluster, Redis caching, and PostgreSQL read/write splitting.
|
π‘ MeshPayOffline UPI payments routed across a 10-node phone mesh using GPSR routing, X25519/Ed25519 encryption, and a Spring Boot bank backend.
|
π¦ RexA Git-like version control system built from scratch β content-addressable object storage, tree snapshots, and branching, no VCS libraries.
|
"Programs must be written for people to read, and only incidentally for machines to execute."
β Harold Abelson



