Skip to content
View damlys's full-sized avatar

Organizations

@enlibe
Block or Report

Block or report damlys

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

Pinned

  1. kubernetes-monorepo-layout kubernetes-monorepo-layout Public

    Kubernetes "infrastructure as code" in a single place

  2. kube kube Public

    HCL

  3. k8s-secrets-with-sops k8s-secrets-with-sops Public

    Kubernetes secrets encryption with Mozilla SOPS

    2

  4. Golang loops: for, for-in, for-each,... Golang loops: for, for-in, for-each, for-of, infinity, while, do-while, repeat-until
    1
    package main
    2
    
    
    3
    import "fmt"
    4
    
    
    5
    func main() {