Skip to content
View amirhnajafiz's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report amirhnajafiz

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
amirhnajafiz/README.md
package main

import (
	"rebel"
	"life"
	"love"
)

func skills() map[string]interface{} {
	return map[string]interface{
		"coding": []string{"Go","Python","C","C++","JavaScript","PHP"},
		"tools": []string{"Docker","Kubernetes","ELK","OpenShift","Ansible"},
		"academic": []string{"Cloud Computing","Computer Networks","Operating Systems"},
	}
}

// It's never to late to do what you have been dreaming of
// Be rebel, Be unique, Be yourself
func main() {
	// create a new me
	me := &rebel{
		Name: "Amirhossein",
		Love: &love.Honey{
			Name: "Asal",
			ExpiresAt: nil,
			LoveAmount: love.Infinite,
		},
		Effort: rebel.Maximum,
		Type: []int{life.FunnyOne, life.FatOne, life.StupidOne},
		Interests: []string{"Computers", "Movies", "Rock & Roll (80s & 90s)", "Batman", "Guitar"},
		Skills: skills(),
		Slogan: "Everything will be alright, just keep going",
	}
	
	// start life
	life.Start(me)
	defer life.Exit(me)
	
	// my life cycle
	for me.IsAlive() {
		go me.DreamBig()
		go me.KeepWorking(life.HardCore)
		go life.Enjoy()
	
		me.Learn(life.NewThing)
		
		if me.FuckedUp() {
			me.SeeMyLove()
		}
	}
}

Pinned

  1. bregman-arie/go-exercises bregman-arie/go-exercises Public

    Go Exercises and Questions

    Go 158 25

  2. official-stallion/stallion official-stallion/stallion Public

    Fast message broker implemented with Golang.

    Go 43

  3. captain-mustache captain-mustache Public

    Dockerizing Golang applications under Captains Mustache.

    Go 28

  4. snapp-incubator/mqtt-blackbox-exporter snapp-incubator/mqtt-blackbox-exporter Public

    Connect, Subscribe and Publish over MQTT broker to check its status.

    Go 12 1

  5. sanjab sanjab Public

    Service for backing up your K8S objects into Ceph cluster.

    Go 10

  6. minio-url-operator minio-url-operator Public

    URL operator for Minio shared objects.

    Python 9