Skip to content
View mikkegt's full-sized avatar
๐ŸŒผ
Hello World!
๐ŸŒผ
Hello World!

Highlights

  • Pro

Block or report mikkegt

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

Hi there ๐Ÿ‘‹

package main

type Developer struct {
    Name          string
    Communities   []string
    Experiences   []string
    Hobbies       []string
    Cats          []struct {
        Name string
        Role string
    }
}

func NewDeveloper() *Developer {
    return &Developer {
        Name: "๐Ÿ‘ต Misato ๐Ÿ‘ต",
        Communities: []string {
            "SingularitySociety ๐Ÿš€",
            "WomenWhoGo Tokyo ๐Ÿฆซ",
            "42 Tokyo ๐ŸŽฎ",
            "Raycast Community Japan ๐Ÿฆ",
        },
        Experiences: []string {
            "System Development ๐Ÿ’ป",
            "Infrastructure Management ๐Ÿ› ๏ธ",
            "BI & Data Operations ๐Ÿ“Š",
            "Security Product Support ๐Ÿ”",
            "Support Center Leadership ๐ŸŽฏ",
        },
        Hobbies: []string {
            "Mountain Climbing ๐Ÿ”๏ธ",
            "City Walking ๐Ÿšถโ€โ™€๏ธ",
            "Knitting ๐Ÿงถ",
            "Piano ๐ŸŽน",
            "Tennis ๐ŸŽพ",
        },
        Cats: []struct {
            Name string
            Role string
        }{
            { Name: "Nyan1-Go", Role: "Senior Bug Hunter ๐Ÿฑ" },
            { Name: "Nyan2-Go", Role: "Chief Nap Officer ๐Ÿฑ" },
        },
    }
}

Pinned Loading

  1. ownplate ownplate Public

    Forked from Nakajima-Foundation/ownplate

    Vue

  2. audio-minutes-maker audio-minutes-maker Public

    Python

  3. WomenWhoGoTokyo/book-reading-party WomenWhoGoTokyo/book-reading-party Public

    Go 14

  4. graphai graphai Public

    Forked from receptron/graphai

    GraphAI is an asynchronous data flow execution engine, which allows developers to build agentic applications by describing agent workflows as declarative data flow graphs in YAML or JSON.

    TypeScript