type TechWizard = {
name: string;
title: string;
location: string;
currentStack: string[];
superPowers: string[];
funFacts: string[];
};
const sifat: TechWizard = {
name: "Sifat",
title: "Frontend Sorcerer",
location: "Dhaka, Bangladesh π",
currentStack: [
"JavaScript/TypeScript Enthusiast",
"React.js Architect",
"Angular Specialist",
"Svelte Explorer"
],
superPowers: [
"β‘ Transforming Coffee into Code",
"π§ Arch Linux Evangelism",
"π Performance Optimization",
"π¨ Pixel-Perfect Design"
],
funFacts: [
"π EEE Graduate turned Code Artist",
"πΌ Currently casting spells at QuestionPro",
"π FOSS Advocate and Contributor",
"β¨οΈ Vscode is my magic wand",
"πββοΈ When not coding: probably ricing my Arch setup"
]
};
// I use Arch BTW! π§
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.