Sdik
@scripter_js
Followers
362
Following
10K
Media
517
Statuses
3K
π‘ Web developer - specialised in turning complex UIs into reusable, clean, and efficient designs.
vscode
Joined April 2023
</Started learning Go> Which me luck βοΈ
0
0
0
I built a CLI guessing game in Go that allow users to guess a random number between 1 and 100 up to 10x. fails if guess is wrong and re-prompt until guess limit, and returns the correct guess #code #golang #golangdevelopers
1
0
2
Go is one of the greatest language for writing scalable backend, network applications, and microservices. That's why I'm investing my life for it π
Kubernetes is written in Go Docker (engine) is written in Go containerd is written in Go etcd is written in Go Prometheus is written in Go Grafana backend is written in Go Helm is written in Go Terraform is written in Go Consul is written in Go Vault is written in Go Istio
0
0
0
Built everything except 4 , 6, 7
0
0
1
Go 1.26 adds Goroutine Leak Detection! Ever wondered if your goroutines are leaking? Now Go can tell you automatically! The problem in the example: unbuffered channel + early return results in stuck goroutines! Enable with GOEXPERIMENT=goroutineleakprofile and check
2
49
460
When you build Go programs, you will often want to use code written by other developers. Use go get to install packages. Import the package using the same path. Go handles the rest automatically. Follow me for more Go bytes
2
5
114