Skip to content
View sujay2306's full-sized avatar

Organizations

@wechaty
Block or Report

Block or report sujay2306

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
sujay2306/Readme.md
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)
	}
}

Pinned

  1. LoadBalacer-Golang LoadBalacer-Golang Public

    Just curious about how a load balancer work so building one

    Go

  2. WebStatus-Golang WebStatus-Golang Public

    A simple project which enables you to check the website is up and working fine or is the website has been crashed.

    Go 3

  3. ws-live-chat ws-live-chat Public

    Scaling Websockets with Redis, HAProxy and Node JS to Build highly scalable Group Chat-application

    JavaScript 1

  4. IP-Lookup IP-Lookup Public

    CLI based IP Tracer

    Go