Skip to content
View 1995parham's full-sized avatar
πŸ™ˆ
Everything is Awesome
πŸ™ˆ
Everything is Awesome

Organizations

@snapp-cab @CEIT-SSC @aut-icpc @reinnet @aut-ce @linuxfestival @9231058 @snapp-incubator @1995parham-teaching

Block or report 1995parham

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
1995parham/README.md


GitHub release (latest by date) Elahe Dastan 16personalities wakatime
linkedin leetcode reddit codeforces

1995parham 🐼

github-snake

About Me

I’m a Backend Developer. I’ve been passionate about Golang since 2014 – It’s my favorite programming language. Besides Golang, I’m proficient in Python and have an insatiable appetite for learning new technologies. I’m a strong advocate for open-source and dedicate myself to developing software that’s not only useful but also tangible. While I have experience in Frontend development, it’s been some time since I last dived into it. My life and professional ethos can be encapsulated in the following snippet of code:

package main import ( "fmt" "net/http" ) func eat(dishes ...string) { fmt.Printf("πŸ˜‹ %v\n", dishes) } func inLove(theOne string) { fmt.Printf("😍 %v\n", theOne) } func code(langs ...string) { fmt.Printf("πŸ’» %v\n", langs) } func alive() bool { req, err := http.NewRequest("GET", "https://github.com/1995parham", nil) if err != nil { return false } resp, err := http.DefaultClient.Do(req) if err != nil { return false } defer resp.Body.Close() return resp.StatusCode == http.StatusOK } func haveTime() bool { return false } func checkEMail() { fmt.Printf("πŸ“§\n") } func sleep() { fmt.Printf("😴\n") } func main() { go inLove("@elahe-dastan") for alive() { eat("Kebab 🍒") code("c", "golang", "python3", "react", "rust") if haveTime() { checkEMail() } sleep() } }

Bernard

Organizations

She said yes πŸš€πŸ₯°πŸ§‘😍

She said yes

Pinned Loading

  1. dotfiles dotfiles Public template

    πŸš€ @1995parham Linux / OSx configurations files

    Shell 117 4

  2. 1995parham-learning/Learning 1995parham-learning/Learning Public

    @elahe-dastan / @1995parham training and testing repository πŸ“š πŸ€“

    56 2

  3. awesome-tile38 awesome-tile38 Public

    😎 A list of awesome tile38 software and resources

    34 1

  4. koochooloo koochooloo Public

    Make your URLs shorter (smaller) and more memorable in Go

    Go 89 6

  5. saf saf Public

    Using NATS Jetstream as queue manager to replace RabbitMQ, etc.

    Go 34 3

  6. krtp krtp Public

    node.js implementation of rtp, rtcp protocols. RFC 3550

    TypeScript 34 11