FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Original HTTPS Page]

1995parham (Parham Alvani) Β· GitHub

πŸ™ˆ
Everything is Awesome
πŸ™ˆ
Everything is Awesome

Organizations

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.

Close all issues, pull requests, and discussions opened by this user Content in all repositories owned by your account will be closed.
Add an optional note
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
1995parham/README.md

Parham Alvani 🐼

Senior Software & Platform Engineer Β· 10+ years building cloud-native systems Β· Barcelona, Spain πŸ‡ͺπŸ‡Έ


About Me

I'm a Senior Software & Platform Engineer with a Ph.D. and 10+ years building backend systems and cloud-native platforms β€” Go, Python, Kubernetes, and microservices, including a messaging layer handling 300k+ messages/sec. Currently based in Barcelona, Spain πŸ‡ͺπŸ‡Έ.

I've been in love with Go since 2014 and it's still my favorite language. Python comes a close second, and I have an insatiable appetite for picking up whatever the problem actually needs. I'm a strong advocate for open source and I care about software being tangible β€” real systems you can run, not diagrams. I've done frontend too, though it's been a while since I last dived in.

The longer version β€” experience, education, projects, and the odd blog post β€” lives at 1995parham.me.

Tech I Reach For

Languages Β 

Platform Β 

Data & Messaging Β 

Observability & Cloud Β 

Organizations

Most of my work lives under an org rather than my own account. These are the ones worth a look:

Organization What lives there
snapp-incubator Open source from Snapp!, Iran's largest ride-hailing platform
rahacloud Raha Cloud β€” infrastructure consulting and DevOps-as-a-Service
1995parham-teaching Course material I teach β€” C, Python, Go, networking, Kubernetes, LLMs
citado Ph.D. research β€” low-power wide-area network performance evaluation
reinnet M.Sc. research β€” network function virtualization and optimization
I1820 The IoT platform we built for LoRa and Zigbee deployments
1995parham-learning Learning from birth to death β€” languages, tools, everything I poke at
9231058 Every B.Sc., M.Sc., and Ph.D. course I passed since 2013
Β More organizations
Organization What lives there
snappcloud-io The Snappcloud platform team
aveehealth Telemedicine in British Columbia, Canada
1995parham-me Home and personal infrastructure behind 1995parham.me
R523 Parham & Raha's IoT learning hub
AoLab Founded 2015 ❀️, fell apart 2019 😭
aut-cic Amirkabir University of Technology β€” Computer & Information Center
XePersianShowcase Persian TeX documents typeset with the XePersian package
1995parham-goodies Projects I don't own but never want to lose

main.go

My life and professional ethos, encapsulated:

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("@elaheh-dastan")

 for alive() {
  eat("Kebab 🍒")
  code("c", "golang", "python3", "rust")

  if haveTime() {
   checkEMail()
  }

  sleep()
 }
}

Pinned Loading

  1. dotfiles dotfiles Public template

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

    Shell 120 4

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

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

    55 2

  3. awesome-tile38 awesome-tile38 Public

    😎 A list of awesome tile38 software and resources

    34 1

  4. koochooloo koochooloo Public

    Self-hosted URL shortener in Go β€” custom aliases, expiring links, click counts, user accounts, RBAC, OIDC SSO and an embedded admin panel

    Go 90 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


Back | FazBrowse Home | New Git URL