Skip to content

1995parham/1995parham

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

114 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation


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

About

The frontend of myself ๐Ÿ™ˆ

Resources

Stars

Watchers

Forks

Contributors