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
-
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
-
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
-
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.