@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";
}
}
🌱
Learning
Highlights
- Pro
Pinned Loading
-
devcontainer-features
devcontainer-features PublicA collection of reusable dev container features - drop it into any devcontainer.json.
Shell
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.



