Giter Club home page Giter Club logo


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

Parham Alvani's Projects

flynest icon flynest

Amirkabir SDN Network Controller based on Beehive

gosimac icon gosimac

Fetch the wallpaper from Bing, Unsplash, etc.

home.ip icon home.ip

My Home Public IP Address with ddns.sh

jrtp icon jrtp

Arduino implementation of rtp protocol. RFC 3550

k8s icon k8s

NATS on Kubernetes with Helm Charts

koi icon koi

Generic Goroutine and Worker Manager based on https://github.com/mehditeymorian/koi

koochooloo icon koochooloo

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

krtp icon krtp

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

lfsr.go icon lfsr.go

Go Implementation of Linear Feedback Shift Register

loole icon loole

Linux pipes (Named-UnNamed) binding for node.js

meinbsc icon meinbsc

Who I was when I had been trying to get my BSc degree between 2013-2017. :sob:

napi101 icon napi101

Let's learn N-API (Native API of NodeJS 8.7.0)

no-sanction icon no-sanction

remove unfair sanctions by changing your services :iran:

nsdo icon nsdo

run commands on different network namespaces

nvim-remote icon nvim-remote

:joystick: Support for --remote and friends, actively maintained https://github.com/mhinz/neovim-remote

openbridge icon openbridge

A cloud-based architecture for Software Defined Networks based on floating containers of applications over distributed hardware nodes.

pcaps icon pcaps

Pcaps file from different places

platform101 icon platform101

Introduction to Internet of Things Platforms :see_no_evil::balloon:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.