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 (for chaos)",
"PHP (currently learning, send help)"
];
const tools: Record<string, string[]> = {
"Backend": ["NestJS", "Spring Boot", "Node.js", "Laravel"],
"Frontend": ["ReactJS (when I have to)"],
"Databases": [
"PostgreSQL",
"MySQL",
"Redis (it works until it doesn’t)",
"MongoDB (JS/TS only, don’t judge)"
],
"Messaging & Queues": ["Socket.io (no one’s listening, but I emit anyway)"],
"Version Control": ["Git"],
"DevOps & Cloud": ["AWS S3", "GitHub Actions", "Portainer (yes, UI)"],
"OS": ["Linux (btw)", "Windows (for regrets)"],
};
