package main
type Developer struct {
Name string
Role string
Languages []string
Learning string
Interests []string
}
func main() {
me := Developer{
Name: "Cluas",
Role: "Backend Developer",
Languages: []string{"Go", "Rust", "Python"},
Learning: "Rust π¦",
Interests: []string{"DevOps", "Cloud Native", "Open Source"},
}
}
π
Working from home
Pinned Loading
-
go-kratos/kratos
go-kratos/kratos PublicYour ultimate Go microservices framework for the cloud-native era.
-
open-telemetry/opentelemetry-collector-contrib
open-telemetry/opentelemetry-collector-contrib PublicContrib repository for the OpenTelemetry Collector
-
metrico/otel-collector
metrico/otel-collector PublicOpenTelemetry Collector for qryn with preconfigured ingestors for Loki, Prometheus, Influx, OTLP and many more
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.




