B.Sc. Software Engineering Student at Nordakademie
Full Time Software Developer at OTTO
timothy := map[string]interface{}{
"name": "Timothy",
"pronouns": "he/him",
"code": []string{"Kotlin", "Java", "Go", "TypeScript", "Shell"},
"tools": []string{"Spring Boot","Ktor","Vue.js","Docker","Terraform"},
"cloud": []string{"AWS", "GCP"}
"currentFocus": "Building a lot of existing technology from scratch to improve understanding",
"learning": "Golang, How Programming Languages Work",
}
8Stash
A lightweight Go CLI tool that saves your work-in-progress to temporary remote branches for seamless handoffs during pair programming and cross-machine workflows
mycelium
An interpreter for Mycelium, a small statically-typed language built in Go while learning compiler design from 'Writing an Interpreter in Go'