Skip to content

Latest commit

 

History

History
72 lines (70 loc) · 1.21 KB

File metadata and controls

72 lines (70 loc) · 1.21 KB

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"
      ]
    }
  }
}