// main.go
package jack
var Jack = Person{
Name: "Jack Gledhill",
Pronouns: []Pronoun{HeHim, TheyThem},
Languages: []Language{Go, Python, JavaScript, Ruby, Java, Haskell},
Contact: Contact{
Discord: "@jacktek",
Email: "me@jackgledhill.com",
GitHub: "https://github.com/Jack-Gledhill",
LinkedIn: "https://www.linkedin.com/in/jackgledhill",
Website: "https://jackgledhill.com",
},
Occupation: Occupation{
Role: "Student Web Developer & Digital Support",
Employer: "Sheffield Students' Union",
URL: "https://su.sheffield.ac.uk",
},
Education: Education{
Institution: "University of Sheffield",
Course: "MEng Software Engineering",
Graduated: false,
Year: 2,
URL: "https://sheffield.ac.uk",
},
Projects: []Project{
{
Name: "jackgledhill.com",
Description: "Personal portfolio website",
Technologies: []Technology{Svelte},
URL: "https://jackgledhill.com",
Source: "https://github.com/Jack-Gledhill/jackgledhill.com",
},
{
Name: "Constellation",
Description: "Homelab, including Kubernetes & Proxmox clusters and TrueNAS server",
Technologies: []Technology{Kubernetes, TrueNAS, Proxmox},
URL: "https://starsystem.dev",
Source: "https://github.com/Jack-Gledhill/starsystem.dev",
},
},
}
func init() {
// Recover from panics
defer func() {
if recover() != nil {
Jack.TellSelf("There there, everything will be OK :)")
}
}()
Jack.DoStuff()
}
💡
Got my Master's degree in Doin' Things
Web Developer @ Sheffield Students' Union | MEng Software Engineering student at Uni of Sheffield | DevOps enthusiast | Average Kubernetes enjoyer
-
Sheffield Students' Union
- England, United Kingdom
-
11:42
(UTC +01:00) - https://jackgledhill.com
- https://orcid.org/0009-0000-3055-0714
- in/jackgledhill
Highlights
Pinned Loading
-
jackgledhill.com
jackgledhill.com PublicMy personal CV / portfolio website introducing myself and the work I've done
Svelte 2
-
Jack-Gledhill
Jack-Gledhill PublicMy GitHub profile, it shows a bit about myself in my favourite language: Go
-
constellation-net/hydra-infra
constellation-net/hydra-infra PublicKubernetes manifests to be deployed to the Hydra cluster by ArgoCD
-
constellation-net/sagittarius
constellation-net/sagittarius PublicDocker Compose stacks to be deployed to Sagittarius via Portainer
-
constellation-net/starsystem.dev
constellation-net/starsystem.dev PublicMkDocs website for Constellation, detailing how the cluster works and how it was designed
-
constellation-net/hydra-bootstrap
constellation-net/hydra-bootstrap PublicKubernetes manifests for bootstrapping ArgoCD
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




