interface Developer {
name: string;
role: string;
location: string;
languages: string[];
architecture: string[];
}
const kamrul: Developer = {
name: "Kamrul Hasan",
role: "Full-Stack Software Engineer",
location: "Dhaka, Bangladesh π§π©",
languages: ["TypeScript", "JavaScript", "Python", "Dart", "Kotlin"],
architecture: ["Microservices", "Event-Driven", "Serverless", "MVC"]
};
// Current Status
const status = {
working: "SaaS Platform with Next.js 14 & tRPC",
learning: "Kubernetes & System Design",
exploring: "AI Integration & Web3",
available: "Freelance Projects β
"
};
|
|




