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
- Email - mark-kerry@outlook.com
- GitHub - https://github.com/markkerry
- LinkedIn - https://linkedin.com/in/mark-kerry-2b4b6585
Certifications
Azure Administrator Associate
CS50 Introduction to Programming with Python