Skip to content
View ruedigerp's full-sized avatar
😎
😎

Highlights

  • Pro

Block or report ruedigerp

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

Hi there 👋

Blog: https://blog.kuepper.nrw

package main

import "fmt"

// CloudPlatformEngineer repräsentiert einen CloudPlatformEngineer
type CloudPlatformEngineer struct {
	Name            string
	company         string
	Role            string
	LanguagesSpoken []string
}

// Rüdiger gibt eine Begrüßungsnachricht aus
func (s CloudPlatformEngineer) SayHi() {
	fmt.Println("Thanks for dropping by, hope you find some of my work interesting.")
}

func main() {
	me := SoftwareEngineer{
		Name:            "Rüdiger Küpper",
		Company:         "mogenius GmbH",
		Role:            "Cloud Platform Engineer",
		LanguagesSpoken: []string{"de_DE", "en_US"},
	}

	me.SayHi()
}

Comment System for Websites and Blogs. Ideal for static site generators. Easy to integrate with comment management via Admin Panel.

GitHub Repository Documentation API Docs


Pinned Loading

  1. dns-manager dns-manager Public

    Go 3

  2. comments comments Public

    Comment System for Websites and Blogs. Ideal for static site generators. Easy to integrate with comment management via Admin Panel.

    Go

  3. k8s-backup k8s-backup Public

    Kubernetes PV Backup Script

    Shell

  4. kube-dns-manager kube-dns-manager Public

    Go