export class About {
public getCurrentWorkplace(): { workplace: Workplace } {
return {
workplace: {
company: "Miova",
website: "miova.com.tr",
position: "Co-Owner & CTO",
},
};
}
public getDailyKnowledge(): DailyKnowledge {
return {
backend: ["Laravel", "Hono"],
frontend: ["TypeScript", "Next.js"],
};
}
public getCurrentlyLearning(): string[] {
return ["Expo", "TanStack"];
}
public getFutureGoal(): string {
return "To contribute to meaningful open source projects and help grow the ecosystem.";
}
public getSocials(): Socials {
return {
website: "https://afat.me",
twitter: "@afatmus",
linkedin: "afatmustafa",
instagram: "@afatmustafa",
};
}
}
I lead tech innovations at my digital agency and family business. With my passion for technology, develop open-source projects and contribute to the community.
- Turkey
- https://afat.me
- @afatmus
- afatmustafa
Highlights
- Pro
Pinned Loading
-
blade-hugeicons
blade-hugeicons PublicA package to easily make use of Huge Icons in your Laravel Blade views.
-
filamentv3-turnstile
filamentv3-turnstile PublicA plugin to help you implement the Cloudflare Turnstile into your Filament panels.


