package jack
import (
"github.com/Jack-Gledhill/experiences"
"github.com/Jack-Gledhill/life"
"github.com/Jack-Gledhill/locations"
)
var (
Me = life.SoftwareEngineer{
Name: "Jack Gledhill",
FavouriteLanguage: "Golang",
Socials: map[string]string{
"Discord": "@jacktek",
"Website": "https://jackgledhill.com",
"GitHub": "https://github.com/Jack-Gledhill",
"LinkedIn": "https://www.linkedin.com/in/jackgledhill",
"Stack Share": "https://stackshare.io/Jack-Gledhill/all-my-skills",
"Steam": "https://steamcommunity.com/id/dovahtek",
"Apple Music": "https://music.apple.com/profile/jackgledhill",
"Ko-Fi": "https://ko-fi.com/jackgledhill",
"Patreon": "https://patreon.com/jgledhill",
},
}
Education = []life.Education{
{
Name: "University of Sheffield",
Course: "BEng Software Engineering",
URL: "https://sheffield.ac.uk",
Email: "[email protected]",
Year: 0,
},
}
Experience = []life.Experience{
{
Name: "HackSheffield 9",
Location: locations.Sheffield,
Type: experiences.Hackathon,
Role: "Technical Lead",
URL: "https://hacksheffield.uk",
},
{
Name: "Sheffield CompSoc",
Location: locations.Sheffield,
Type: experiences.Society,
Role: "First Year Representative",
URL: "https://shefcompsoc.uk",
},
{
Name: "Digital Zest",
Location: locations.Scarborough,
Type: experiences.Employment,
Role: "Software Engineer",
URL: "https://digitalzest.co.uk",
},
{
Name: "Streamcord",
Location: locations.Remote,
Type: experiences.Employment,
Role: "Software Engineer",
URL: "https://streamcord.io",
},
}
Projects = []life.Project{
{
Name: "Constellation",
Description: "My Kubernetes homelab that runs various Open Source software, some of my own projects, and a bunch of game servers.",
URL: "https://github.com/constellation-net",
},
{
Name: "RoboJack",
Description: "A Discord bot I wrote to do a few laborious things for me, using Discord's interaction tools as a replacement for a UI.",
URL: "https://github.com/Jack-Gledhill/robojack",
},
}
)
func init() {
// Recover from panics
defer func() {
if recover() != nil {
Me.TellSelf("There there, everything will be OK :)")
}
}()
Me.DoStuff()
}
๐ก
Got my bachelor's degree in doing stuff
BEng Software Engineering student at the University of Sheffield
-
University of Sheffield
- England, United Kingdom
-
22:56
(UTC) - https://jackgledhill.com
- in/jackgledhill
Highlights
Pinned Loading
-
constellation-net/ansible
constellation-net/ansible PublicAnsible inventory and playbook for configuring all of Constellation's nodes
Jinja
-
constellation-net/cluster
constellation-net/cluster PublicKubernetes manifests to be deployed to Constellation by FluxCD
Shell
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.