Skip to content
View quansho's full-sized avatar
:electron:
:electron:
Block or Report

Block or report quansho

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

Arthur Danielian

About me

package main

import (
	"fmt"
)

type Bio map[string]string

func main() {
	for k, v := range GetBio() {
		fmt.Printf("%+v: %+v\n", k, v)
	}
}

func GetBio() Bio {
	return Bio{
		"- ⚑ Quick bio:":                    "A kind of traveler-foodLover-gamer-coder-programmer",
		"- πŸ”­ I’m currently working on":      "Inside Solutions as a Senior Software Developer",
		"- 🌱 I’m currently learning":        "Rust, RabbitMQ, (Tech stack from my company) --- Sharpening my Front End Skills for the MERN stack (Personal goal)",
		"- πŸ‘― I’m looking to collaborate on": "PHP, Python, Golang and Docker related projects",
		"- πŸ€” I’m looking for help with":     "Anything related to what I am currently learning πŸ˜…",
		"- πŸ’¬ Ask me about":                  "Python, PHP, Laravel, SQL, Software Design & Architecture, Web-Dev and SEO",
		"- πŸ“« How to reach me:":              "https://github.com/quansho#you-can-reach-me-at-alien",
	}
}

You can reach me at πŸ‘½

Arthur Danielian LinkedIn Profile Artur Danielian Stack Overflow Profile Artur Danielian's GitLab Profile

Github stats πŸ“Š

Visitor's count πŸ‘€

Quansho's :: Visitor's Count

Top langs πŸ‘…

quansho :: Top Langs

Profile stats 🎹

quansho :: Profile Stats

Synthwave


⭐️ From @QuanshoWithLove

Popular repositories

  1. DesignPatternsPHP DesignPatternsPHP Public

    Forked from mesilov/DesignPatternsPHP

    sample code for several design patterns in PHP

    PHP

  2. laravel-chat laravel-chat Public

    PHP

  3. styleguide styleguide Public

    Forked from tonyruscoe/styleguide

    Style guides for Google-originated open-source projects

    HTML

  4. leantime leantime Public

    Forked from Leantime/leantime

    Leantime is a lean project management system for innovators. Designed to help you manage your projects from ideation to delivery.

    PHP

  5. quansho quansho Public

    Config files for my GitHub profile.

  6. aliases aliases Public

    Forked from sebglazebrook/aliases

    Contextual, dynamic aliases for the bash shell

    Rust