Hi there ๐Ÿ‘‹

package main

import "fmt"

func main() {
    var name string = "Mark"
    var title string = "Senior Infrastructure Engineer"

    fmt.Printf("Hi there, my name is %s and I'm a %s,\n", name, title)
}
go run hi.go  

Hi there, my name is Mark and I'm a Senior Infrastructure Engineer

Learning about

  • Microsoft Azure - Azure Functions, IaaS, IaC with ARM and Bicep
  • Code - PowerShell, Bash, Go, Python, Git
  • Configuration Management - Azure DSC, Ansible, Windows / Linux OS
  • Containers & container orchestration - Docker, Kubernetes

Contact

Certifications

Azure Administrator Associate

azureAdmin

CS50 Introduction to Programming with Python

cs50p-cert