Important
Hey, I’m HILMI. I’ve been having fun with Java and Docker lately.
Sometimes I mess around with Bash scripts, just for fun.
Most of my repos are just study notes to keep things from getting lost, so just ignore them.
List<String> languages = List.of("Java", "JavaScript", "TypeScript", "Bash");
Map<String, List<String>> tools = Map.of(
"Backend", List.of("Spring Boot", "Docker", "Node.js"),
"Databases", List.of("PostgreSQL", "MySQL", "Redis (basic)"),
"Version Control", List.of("Git", "GitHub", "GitLab"),
"Operating Systems", List.of("Linux (Arch-based)", "Windows")
);