type About struct {
Name string
Location string
Profession string
Interests []string
TechStack map[string][]string
OpenSource bool
}
var about = About{
Name: "Michael Tilley",
Location: "United Kingdom",
Profession: "Student / Software Engineer",
Interests: []string{"Open Source", "Cloud Security", "Web Development"},
TechStack: map[string][]string{
"frontend": {"Javascript", "Bootstrap", "Tailwind", "ReactJS"},
"backend": {"PHP", "Laravel", "Laravel Livewire"},
"databases": {"MySQL", "SQLite", "PostgreSQL", "MongoDB"},
"devops": {"Git", "Docker", "Vercel", "Laravel Forge"},
},
OpenSource: true,
}
Hi, I'm Michael!
I'm a final-year Computer Science student and software engineer from United Kingdom.
I love building open-source projects, exploring cloud-native computing, and pushing the boundaries of memory and system security.
- Obsero — A distributed server monitor and analytics platform.
- Potok — A self-hosted Obsidian cross-device file syncer.
- Vestnik — A terminal-based RSS feed aggregator built with Bubble Tea and Lip Gloss.
I occasionally write here and on michaelt.uk:
- “X” (coming soon)
- “X” (coming soon)