Skip to content
View afatmustafa's full-sized avatar

Highlights

  • Pro

Block or report afatmustafa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
afatmustafa/README.md
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",
    };
  }
}

Pinned Loading

  1. blade-hugeicons blade-hugeicons Public

    A package to easily make use of Huge Icons in your Laravel Blade views.

    PHP 14 6

  2. filamentv3-turnstile filamentv3-turnstile Public

    A plugin to help you implement the Cloudflare Turnstile into your Filament panels.

    PHP 15 5

  3. filamentphp/legacy-site filamentphp/legacy-site Public archive

    Please visit https://filamentphp.com/author to manage your plugins!

    Blade 319 481

  4. area17/twill area17/twill Public

    Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/c…

    PHP 4k 585