klodi.dev — workspace
about.ts
klodi.devabout.ts
1// Welcome to klodi.dev2// Explore my work like you would explore a codebase.3 4const engineer = {5  name: "Klodiana Mazrekaj",6  role: "Full Stack Software Engineer & Frontend Team Lead",7  builds: [8    "Full-stack web applications",9    "Real time dashboards",10    "Mobile first product experiences",11    "Internal tools for complex business systems",12  ],13  strengths: [14    "Frontend architecture",15    "Backend services, REST APIs, and system integrations",16    "Real time GPS data, fleet tracking, and monitoring systems",17    "Clean UI/UX from Figma to production",18    "Owning features end to end",19  ],20  philosophy:21    "I build products that are clean to use, reliable under pressure, and useful in the real world.",22};23 24export function intro(): string {25  return "I design and ship full-stack products end to end from polished interfaces and real time dashboards 26 to the backend services, APIs, and integrations that power them.";27}28 29export default engineer;
terminal
klodi.dev terminal — type 'help', or 'ask' me anything ✦
klodi@dev:~$