@RestController
public class DeveloperService {
private final String name = "Richi";
private final String[] languages = {"Java", "Python", "TypeScript"};
private final String[] platforms = {"Cloud", "On-Premises"};
private final String codingPartner = "Claude Code";
private final String since = "2020";
@GetMapping("/about")
public String aboutMe() {
return "Tech enthusiast exploring emerging technologies, building projects and bringing ideas into production";
}
}
🎯
Focusing
Highlights
- Pro
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.