https://github.com/1995parham/1995parham
The frontend of myself :see_no_evil:
https://github.com/1995parham/1995parham
Last synced: about 2 months ago
JSON representation
The frontend of myself :see_no_evil:
- Host: GitHub
- URL: https://github.com/1995parham/1995parham
- Owner: 1995parham
- Created: 2020-07-13T06:35:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T07:40:04.000Z (11 months ago)
- Last Synced: 2025-02-17T08:31:53.835Z (11 months ago)
- Homepage:
- Size: 1.69 MB
- Stars: 19
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1995parham πΌ
## 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:
```go
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()
}
}
```
## Organizations
- [Lectures and courses that I taught](https://github.com/1995parham-teaching/)
- [Ph.D. Research](https://github.com/citado/)
- [M.Sc. Research](https://github.com/reinnet/)
- [B.Sc., M.Sc. and Ph.D. Courses that I passed since 2013](https://github.com/9231058)
- [Personal learning on programming languages and other technical stuff](https://github.com/1995parham-learning)
- [Snapp!](https://github.com/snapp-incubator/)
## Statistics

## She said yes ππ₯°π§‘π