🏴☠️ Just a backend pirate exploring systems, services, and the Grand Line of code.
public class Indy implements Captain, Backend {
private String title = "Backend cartographer mapping systems beyond the horizon";
private String[] crew = {"Java", "Spring Boot", "SQL", "Open Source"};
private String homeport = "Kolhapur, Maharashtra, India";
private String currentDock = "Chennai, Tamil Nadu, India";
private boolean opensource = true;
private String dream = "Master the Grand Line of systems, guided by every island and ally along the way";
@Override
public String motivation() {
return "I sail for the craft I love and the people who make the journey worth it";
}
}
⭐️ From makarandhinge — thanks for stopping by, nakama!

