Skip to content
View Jack-Gledhill's full-sized avatar
💡
Got my bachelor's degree in doing stuff
💡
Got my bachelor's degree in doing stuff

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Jack-Gledhill/README.md

Hello, World! 👋🏻

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:  "jgledhill2@sheffield.ac.uk",
            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()
}

Popular repositories Loading

  1. imago imago Public archive

    A ShareX image server with audio, video, code, archive, markdown, image and plain text support. It also has URL shortening!

    Python 10 2

  2. goshare goshare Public archive

    A simple and light-weight ShareX image server written in Golang with 0 dependencies.

    Go 7 1

  3. pistat pistat Public archive

    A statistics GUI website built for your Raspberry Pi!

    Python 2

  4. bugbot bugbot Public archive

    A bot for reporting bugs in Discord and uploading them to GitHub as an issue on a repo.

    Python 1

  5. gogger gogger Public archive

    Go console logging with some colors.

    Go

  6. Jack-Gledhill Jack-Gledhill Public

    Go 2