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

Block or report 1995parham

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


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

1995parham 🐼

trophy

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

Statistics

Parham Alvani's GitHub stats Parham Alvani's Github Steak

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

She said yes

Pinned

  1. dotfiles dotfiles Public template

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

    Shell 106 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

    33 1

  4. koochooloo koochooloo Public

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

    Go 80 5

  5. saf saf Public

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

    Go 27 5

  6. krtp krtp Public

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

    TypeScript 34 11