Skip to content
View Firhan384's full-sized avatar
🎯
Focusing
🎯
Focusing
  • indonesian

Block or report Firhan384

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Firhan384/README.md

Hello World! 👋

linkedin

{
  "name": "Firhan Abigael",
  "jobdesk": "Software Engineer",
  "location": "Indonesian, Jakarta",
  "tech_stack": {
    "backend": [
      "golang",
      "nodejs",
      "php",
      "typescript"
    ],
    "frontend": {
      "web": [
        "reactjs",
        "angular"
      ],
      "mobile": [
        "react native",
        "flutter"
      ]
    },
    "framework": {
      "backend": {
        "golang": [
          "fiber",
          "gin"
        ],
        "php": [
          "laravel",
          "codeigniter"
        ],
        "nodejs/typescript": [
          "express",
          "fastify",
          "nestjs"
        ]
      },
      "frontend": {
        "web": [
          "nextjs"
        ]
      }
    },
    "database": {
      "sql": [
        "mysql",
        "postgres"
      ],
      "nosql": [
        "mongodb"
      ]
    },
    "tools": {
      "container": [
        "docker"
      ],
      "message_broker": [
        "rabbitmq"
      ]
    }
  }
}

Pinned Loading

  1. rest-api-fastify rest-api-fastify Public

    restfull api using fastify typescript and implementation clean architecture with features jwt, rate limit, etc.

    TypeScript 1

  2. restfull-api-golang restfull-api-golang Public

    restfull api golang with clean architecture

    Go