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": "Cashfree Payments",
}
for k, v := range me {
fmt.Printf("- %s: %s \n", k, v)
}
}
Highlights
Pinned Loading
-
multi-threaded-tcp-server
multi-threaded-tcp-server PublicTCP server built from scratch using raw sockets in Go lang, which istens to a port, accepts connections, reads requests, processes them, sends responses, and closes connections.
Go 1
-
LoadBalacer-Golang
LoadBalacer-Golang PublicJust curious about how a load balancer work so building one
Go
-
ws-live-chat
ws-live-chat PublicScaling Websockets with Redis, HAProxy and Node JS to Build highly scalable Group Chat-application
JavaScript 1
-
-
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
If the problem persists, check the GitHub status page or contact support.