Skip to content
View mskKandula's full-sized avatar
Block or Report

Block or report mskKandula

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
mskKandula/README.md

Hello World, Mohana sai krishna Kandula here!

Welcome to my humble abode in the Digital World..

Awesome Matrix Code

Linkedin Badge HackerRank Badge Gmail Badge

There are 10 types of people in the world. Those who get Binary and those who don't..

Who am I?

WhoAmI :=struct{
experience *uint8
currentWork string
company string
hobbies []string
}{
experience:  3,
currentWork: "Software Developer",
company: "MKCL",
hobbies: []string{"Reading", "Coding", "Being up all Night chasing that ONE BUG..."},
}

func (me *WhoAmI) GetCity() string{
   return "Pune,India"
}

func (me *WhoAmI) Ambitions() []string{
   go Consistent()
   go ExploreWorld()
   go HealthyAndFit()

   return []string{"Become better than yesterday", "Best in golang", "Inspiration to others"}
}

Technologies I Use

Popular repositories

  1. Golang Golang Public

    Golang Exercises

    HTML

  2. MYSQL MYSQL Public

    MYSQL Work

  3. Python Python Public

    Python Exercises

    Python

  4. VueGolang VueGolang Public

    Projects developed in Vue.js & Golang

    Vue

  5. OES OES Public

    Online Examination System

    CSS

  6. go-concurrency-patterns go-concurrency-patterns Public

    Forked from lotusirous/go-concurrency-patterns

    Concurrency patterns in Go

    Go