Skip to content
View Kumamoto-Hamachi's full-sized avatar
🏔️
Working from home
🏔️
Working from home

Organizations

@lapras-inc

Block or report Kumamoto-Hamachi

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
Kumamoto-Hamachi/README.md

$ whoami

class SiteReliabilityEngineer:
    def __init__(self):
        self.name = "Kumamoto"
        self.location = "Japan 🗾"
        self.role = "Site Reliability Engineer"
        self.languages = {
            "daily":    ["Python 🐍", "TypeScript", "HCL (Terraform)"],
            "scripting": ["Shell/Bash 🐚"],
        }
        self.infrastructure = ["Kubernetes ☸️", "AWS ☁️", "Docker 🐳"]
        self.practices = ["IaC", "GitOps", "Observability", "SLI/SLO"]

    def current_focus(self):
        return [
            "Platform Engineering",
            "Reliability at Scale",
            "Developer Experience",
        ]

🛠️ Tech Stack

Languages & Frameworks

Python TypeScript Django Vue.js Shell

Infrastructure & Cloud

AWS Kubernetes Terraform Docker Helm

Monitoring & CI/CD

Datadog Sentry GitHub Actions ArgoCD GitOps


📊 GitHub Analytics


📈 Contribution Graph


🏅 Performance

LAPRAS Score


🤝 Let's Connect

GitHub Twitter Zenn


Popular repositories Loading

  1. rpc_practice rpc_practice Public

    Python 3

  2. config-master config-master Public

    各種ドット設定ドキュメント[.vimrc/.bash_profile/.bashrc]

    Vim Script 2

  3. atcoder_pr atcoder_pr Public

    syo-jin!!!😤

    Python 1

  4. daily_useful_py daily_useful_py Public

    python script for miscellaneous affairs

    Python 1

  5. knn_projects knn_projects Public

    機械学習モデルKNNによる手書き数字画像MNISTのラベル分類とその予測結果のエラー分析

    Python 1

  6. four_pocket_for_cheetsheet four_pocket_for_cheetsheet Public

    各種チートシートのドキュメント

    Python