Skip to content
View TakuyaYagam1's full-sized avatar
💭
i use NixOS btw
💭
i use NixOS btw

Organizations

@wahrwelt-kit

Block or report TakuyaYagam1

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

Typing SVG

Telegram Email


Tech Stack

package main

type Takuya struct {
    OS        []string
    Languages Languages
    Stack     Stack
}

type Languages struct {
    Main      []string
    Secondary []string
}

type Stack struct {
    Backend    []string
    Databases  []string
    Brokers    []string
    DevOps     []string
    Monitoring []string
    Other      []string
}

var me = Takuya{
    OS: []string{"NixOS"},
    Languages: Languages{
        Main:      []string{"Go", "Python"},
        Secondary: []string{"TypeScript", "C/C++"},
    },
    Stack: Stack{
        Backend:    []string{"go-chi", "FastAPI", "gRPC", "WebSocket"},
        Databases:  []string{"PostgreSQL", "MySQL", "Redis", "MongoDB"},
        Brokers:    []string{"RabbitMQ", "Apache Kafka", "NATS"},
        DevOps:     []string{"Docker", "Kubernetes", "GitLab CI/CD", "Github Actions"},
        Monitoring: []string{"Grafana", "Loki", "Prometheus"},
        Other:      []string{"Git", "ROS", "MinIO", "SeaweedFS", "ODM"},
    },
}

GitHub Statistics

TakuyaYagam1's GitHub stats

Top Languages

TakuyaYagam1's Activity Graph

Pinned Loading

  1. MySetup MySetup Public

    My config for NixOS. Based on @caelestia-dots, @noctalia-dev, @end-4 and @meowrch

    Go

  2. SkyPostDelivery SkyPostDelivery Public

    Implementation of a project for the international Hi-Tech championship, which took place in Yekaterinburg (Russia)

    Go

  3. AstroCTFb AstroCTFb Public

    AstroCTFb - CTF competition platform

    Go

  4. Mosaic Mosaic Public

    A website for buying and generating diamond mosaic schemes

    Go