@RestController
public class DeveloperService {
private final String name = "Richi";
private final String[] languages = {"*"};
private final String[] interests = {"Applied AI", "EdTech", "Open Knowledge", "Security"};
private final String[] setup = {"Ultrawide", "VSCode", "O3S", "Claude Code CLI"};
@GetMapping("/about")
public String aboutMe() {
return "Tech enthusiast exploring emerging technologies, building projects and bringing ideas into production";
}
}
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.



