Skip to content
View michaeltukdev's full-sized avatar

Block or report michaeltukdev

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 250 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
michaeltukdev/README.md
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.

Projects

  • 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.

Thoughts

I occasionally write here and on michaelt.uk:

  • “X” (coming soon)
  • “X” (coming soon)

Get in Touch

Github Twitter Discord

Pinned Loading

  1. Vestnik Vestnik Public

    Vestnik is a terminal-based RSS feed reader built with Bubble Tea and Lip Gloss.

    Go 1

  2. Potok Potok Public

    A self-hosted Obsidian cross-device file syncer

    Go 1 1