Important
Yo. I’m HILMI — backend builder. Occasionally seen frontending or devopping under mysterious circumstances.
I aim for clean code, but sometimes chaos wins.
When I’m not coding (for work), I’m usually learning something weird or spinning up yet another side project I may or may not finish.
Some repos are actual projects. Others are just digital scribbles while I fight my way through the backend wilderness.
Currently open to work (and yes, I read DMs).
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"],
"Frontend": ["ReactJS (when I have to)", "Vite", "TailwindCSS"],
"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)", "SQS (once, never again)"],
"Version Control": ["Git", "GitHub", "GitLab"],
"DevOps & Cloud": ["AWS S3", "GitHub Actions", "Portainer (yes, UI)"],
"OS": ["Linux (btw)", "Windows (for regrets)"],
};