Hello World

My internet homeplace, where you can find more details about me.

Overview

package main

import "fmt"

const (
 name string = "Leslie-Alexandre DENIS"
 city string = "Lyon, France"
)

var (
 currentCompany string = "BeReal"
 currentRole    string = "Senior Site Reliability Engineer"
 openToWork     bool   = true
)

func main() {
 fmt.Printf("I'm %s@%s trying to be the best %s each day", name, currentCompany, currentRole)
}

about my skills

Contact

You can reach me on these various platforms.