Skip to content
View louis-kauer's full-sized avatar
💭
kubectl get dreams --namespace=ambitions
💭
kubectl get dreams --namespace=ambitions
  • Vancouver
  • 14:58 (UTC -07:00)

Block or report louis-kauer

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
louis-kauer/README.md
type Louis struct {
  Name              string
  Email             string
  LinkedIn          string
  TimeZone          string
  QuoteOfTheDay     string
  FavoriteLanguages []string
  Hobbies           []string
}

func NewLouis() Louis {
  return Louis {
          Name:              "Louis Kauer",
          Email:             "louis.kauer@proton.me",
          LinkedIn:          "linkedin.com/in/louis-kauer",
          TimeZone:          "CEST",
          QuoteOfTheDay:     "The future of software is in orchestration, not just code. - Kelsey Hightower",
          FavoriteLanguages: []string{"Go", "C++", "Rust", "Kotlin"},
          Hobbies:           []string{"Hiking", "Running", "Cycling", "Playing the piano"},
  }
}

func (l Louis) StartDay() {
  for l.IsAwake() {
          l.Code()
  }
}

Pinned Loading

  1. louis-kauer louis-kauer Public

  2. dotfiles dotfiles Public

    Lua

  3. bit-bridge bit-bridge Public

    BitBridge – Simple Layer 4 TCP Load Balancer

    C++