func main() {
profile := `
Hi there ๐
great to meet you here! ๐
Here are some quick things about me:`
fmt.Println(profile)
me := map[string]string{
"name": "Sujay KS",
"job": "DevOps/SRE",
"company": "UniCards",
}
for k, v := range me {
fmt.Printf("- %s: %s \n", k, v)
}
}
Explorer | DevOps | Platforms
Highlights
Pinned Loading
-
LoadBalacer-Golang
LoadBalacer-Golang PublicJust curious about how a load balancer work so building one
Go
-
WebStatus-Golang
WebStatus-Golang PublicA simple project which enables you to check the website is up and working fine or is the website has been crashed.
Go 3
-
ws-live-chat
ws-live-chat PublicScaling Websockets with Redis, HAProxy and Node JS to Build highly scalable Group Chat-application
JavaScript 1
-
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.