Important
Hey, I’m HILMI. At work, I’m all about NestJS and TypeScript, running everything through Docker.
In my spare time, I like playing around with Bash scripts for fun.
My repos are mostly notes to keep track of what I’m learning—feel free to pass them by if they don’t catch your eye.
const languages: string[] = ["Java", "JavaScript", "TypeScript", "Bash"];
const tools: Record<string, string[]> = {
"Backend": ["NestJS", "Spring Boot", "Docker", "Node.js"],
"Databases": ["PostgreSQL", "MySQL", "Redis (basic)"],
"Version Control": ["Git", "GitHub", "GitLab"],
"Operating Systems": ["Linux (Arch-based)", "Windows"],
};