Skip to content
View Jack-Gledhill's full-sized avatar
💡
Got my Master's degree in Doin' Things
💡
Got my Master's degree in Doin' Things

Organizations

@constellation-net

Block or report Jack-Gledhill

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jack-Gledhill/README.md

Hello, World! 👋🏻

// 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()
}

Pinned Loading

  1. jackgledhill.com jackgledhill.com Public

    My personal CV / portfolio website introducing myself and the work I've done

    Svelte 2

  2. Jack-Gledhill Jack-Gledhill Public

    My GitHub profile, it shows a bit about myself in my favourite language: Go

    Go 1 2

  3. constellation-net/hydra-infra constellation-net/hydra-infra Public

    Kubernetes manifests to be deployed to the Hydra cluster by ArgoCD

    1

  4. constellation-net/sagittarius constellation-net/sagittarius Public

    Docker Compose stacks to be deployed to Sagittarius via Portainer

    1

  5. constellation-net/starsystem.dev constellation-net/starsystem.dev Public

    MkDocs website for Constellation, detailing how the cluster works and how it was designed

    1

  6. constellation-net/hydra-bootstrap constellation-net/hydra-bootstrap Public

    Kubernetes manifests for bootstrapping ArgoCD

    1