Important
Yo, I’m HILMI — mostly backend. Sometimes I touch frontend or random dev stuff.
I try to write clean code, but chaos happens.
Off work, I either learn something weird or start a side project I might not finish.
Some repos are real projects, others just doodles in the backend jungle.
const languages: string[] = [
"Java",
"JavaScript",
"TypeScript",
"Bash",
"PHP"
];
const tools: Record<string, string[]> = {
"Backend": ["NestJS", "Spring Boot", "Node.js", "Laravel"],
"Frontend": ["ReactJS (Basic)"],
"Databases": [
"PostgreSQL",
"MySQL",
"Redis",
"MongoDB (JS/TS only)"
],
"Messaging & Queues": ["Socket.io"],
"Version Control": ["Git"],
"DevOps & Cloud": ["AWS S3", "GitHub Actions", "Portainer (yes, UI)"],
"OS": ["Linux"],
};


