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"},
},
}
i use NixOS btw
Pinned Loading
-
MySetup
MySetup PublicMy config for NixOS. Based on @caelestia-dots, @noctalia-dev, @end-4 and @meowrch
Go
-
SkyPostDelivery
SkyPostDelivery PublicImplementation of a project for the international Hi-Tech championship, which took place in Yekaterinburg (Russia)
Go
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


