███╗ ███╗██╗ ██╗██████╗ ██╗████████╗ ███████╗██╗ ██╗██████╗ ██╗██╗ ██╗ █████╗ ███████╗████████╗ █████╗ ██╗ ██╗ █████╗
████╗ ████║██║ ██║██╔══██╗██║╚══██╔══╝ ██╔════╝██║ ██║██╔══██╗██║██║ ██║██╔══██╗██╔════╝╚══██╔══╝██╔══██╗██║ ██║██╔══██╗
██╔████╔██║██║ ██║██║ ██║██║ ██║ ███████╗███████║██████╔╝██║██║ ██║███████║███████╗ ██║ ███████║██║ ██║███████║
██║╚██╔╝██║██║ ██║██║ ██║██║ ██║ ╚════██║██╔══██║██╔══██╗██║╚██╗ ██╔╝██╔══██║╚════██║ ██║ ██╔══██║╚██╗ ██╔╝██╔══██║
██║ ╚═╝ ██║╚██████╔╝██████╔╝██║ ██║ ███████║██║ ██║██║ ██║██║ ╚████╔╝ ██║ ██║███████║ ██║ ██║ ██║ ╚████╔╝ ██║ ██║
╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝
public class MuditShrivastava {
private final String username = "Deadlegend1321";
private final String role = "Java Backend Engineer";
private final String location = "Gurgaon, India 🇮🇳";
private final String[] learning = {"System Design", "Design Patterns", "AI Integration"};
private final String[] building = {"Scalable Systems", "Microservices", "Smart Applications"};
private final String funFact = "It works on my machine. ⚡";
private final String contact = "mudit1318@outlook.com";
public String getMotivation() {
return "Crafting robust backends, one commit at a time.";
}
}


