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 supported. This note will be visible to only 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 12 5

  2. filamentv3-turnstile filamentv3-turnstile Public

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

    PHP 15 5

  3. filamentphp/filamentphp.com filamentphp/filamentphp.com Public

    Source code for the filamentphp.com website.

    Blade 313 463

  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 3.9k 585