Skip to content
View Hansehart's full-sized avatar
🌱
Learning
🌱
Learning

Highlights

  • Pro

Organizations

@Hanseatische-Entwicklungseinheit

Block or report Hansehart

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Hansehart/README.md

"Hello There!" – General Kenobi, Utapau

@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";
    }
}

Pinned Loading

  1. o3s o3s Public

    A plug-and-play dev container for powering your development - built for AI agents, safe by design.

    Shell 1

  2. devcontainer-features devcontainer-features Public

    A collection of reusable dev container features - drop it into any devcontainer.json.

    Shell