interface Developer {
name: string;
role: string;
location: string;
languages: string[];
currentFocus: string;
funFact: string;
available: boolean;
}
const shahzaib: Developer = {
name: "Shahzaib Rehman",
role: "Full Stack Engineer",
location: "Pakistan π΅π°",
languages: ["JavaScript", "Python", "TypeScript", "Go"],
currentFocus: "Building scalable microservices & AI-powered solutions",
funFact: "I turn coffee into code and bugs into features β",
available: true
};
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.