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.

Content in all repositories owned by your account will be closed.
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.