Skip to content
View btuffreau's full-sized avatar
  • Wroclaw, PL
  • 17:24 (UTC +01:00)

Block or report btuffreau

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

๐Ÿ‘‹ Hi, Iโ€™m @btuffreau ! I'm a nerd, shhh don't tell my wife ๐Ÿ’˜

๐Ÿ‘€ I'm a big fan of tech, from infrastructure to dev with a taste for data engineering ๐Ÿค“ but who knows what tomorrow will be made of?

My current contribution is ๐Ÿ‘ถ , see sample below:

  
import (
        "fmt"
        "time"
        "math/rand"
)


func main() {

        var max int = 180
        fmt.Println(variable)

        for{
                rand.Seed(time.Now().UnixNano())
                n := rand.Intn(max)
                fmt.Printf("Baby's falling asleep for %d minutes ...\n", n)
                time.Sleep(time.Duration(n)*time.Second/10)
                fmt.Println("Changing nappy!")
        }
}

You'll find me on slack or here on github, don't hesitate to reach out!

Popular repositories Loading

  1. poc-kafka poc-kafka Public

    Jinja

  2. kafkademo kafkademo Public

  3. hellospring hellospring Public

    Java

  4. demoperator demoperator Public

    Makefile

  5. btuffreau btuffreau Public

    Config files for my GitHub profile.

  6. k8s-playground k8s-playground Public

    Python