Skip to content
View JohnTrunix's full-sized avatar
๐Ÿš€
Just do the refactoring!
๐Ÿš€
Just do the refactoring!

Highlights

  • Pro

Block or report JohnTrunix

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 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
JohnTrunix/README.md
resource "github_profile" "this" {
  name      = "JohnTrunix"
  origin    = "Switzerland"
  languages = ["en_US", "de_CH"]

  roles = toset(["Student", "Working Student"])

  code {
    languages  = ["Python", "JavaScript", "Go", "R"]
    frameworks = ["Angular", "Django", "FastAPI", "Flask", "Celery"]
    storage    = ["PostgreSQL", "Redis", "MongoDB"]

    cloud {
      providers = ["AWS"]
      platforms = ["Kubernetes", "EKS"]
      tools     = ["OpenTofu"]
    }

    other {
      containers    = ["Docker", "Podman"]
      vcs           = ["Git", "GitLab", "GitHub"]
      ci_cd         = ["GitLab CI", "Argo CD", "GitHub Actions"]
      observability = ["Loki", "Grafana", "Tempo", "Mimir", "Alloy"]
    }
  }

  interests = [
    "Open Source",
    "DevOps",
    "GitOps",
    "Cloud Native",
    "Microservices",
    "Containerization",
  ]

  philosophy = ["Minimalism", "Clean Code", "Declarative Infrastructure"]
}

Pinned Loading

  1. BDP25/grimoire BDP25/grimoire Public

    Grimoire (gส€iหˆmwaหส€), a book (tool) of magical knowledge about your code and its dependencies.

    Python 4