Skip to content
View AnhellO's full-sized avatar
🤯
🤯
Block or Report

Block or report AnhellO

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

Angel Jaime

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 metalHead-synthWave-cyberPunk-melomaniac-gearAddict-amateurMusician-traveler-foodLover-gamer-coder-programmer-catLover-sportsAficionado-gymRat hybrid",
		"- 🔭 I’m currently working on":      "Mercado Libre as a Senior Software Engineer",
		"- 🌱 I’m currently learning":        "Golang, RabbitMQ, Terraform, K8s, DevOps technologies",
		"- 👯 I’m looking to collaborate on": "Python, Golang and Dev/DevOps related projects",
		"- 🤔 I’m looking for help with":     "Anything related to what I am currently learning",
		"- 💬 Ask me about":                  "Python, GO, PHP, Laravel, SQL, Software Design & Architecture, Web-Dev",
		"- 📫 How to reach me:":              "https://github.com/AnhellO#you-can-reach-me-at-alien",
	}
}

You can reach me at 👽

Angel Santiago Jaime Zavala's DEV Profile Angel Santiago Jaime Zavala's LinkedIn Profile Angel Santiago Jaime Zavala's Stack Overflow Profile Angel Santiago Jaime Zavala's Stack Exchange Profile Angel Santiago Jaime Zavala's StackShare Profile Angel Santiago Jaime Zavala's GitLab Profile Angel Santiago Jaime Zavala's Medium Profile Angel Santiago Jaime Zavala's YouTube Channel Angel Santiago Jaime Zavala's Instagram Profile

My stack 👨‍💻

Tools that I use on a daily basis, or that I've used or worked (either much or a bit) with on the past

AnhellO :: StackShare

Github stats 📊

Visitor's count 👀

AnhellO :: Visitor's Count

Top langs 👅

AnhellO :: Top Langs

Profile stats 🎹

AnhellO :: Profile Stats

Synthwave

Pinned

  1. docker-workshop docker-workshop Public

    Contenido de un workshop para aprender Docker totalmente en español. Incluye varios ejercicios.

    Python 52 22

  2. DAS_Sistemas DAS_Sistemas Public

    Repositorio para las prácticas y proyectos de la materia de Diseño y Arquitectura de Software

    Python 47 114

  3. AlgorithmsAndTraining AlgorithmsAndTraining Public

    Training with different books of mathematics, algorithms, data structures and problem solving

    C++ 5 3

  4. pokepy pokepy Public

    Simple flask app to give an introduction to docker

    Python 14 14

  5. ProgrammingChallenges ProgrammingChallenges Public

    Algorithms, attempts and solutions to some online judges and programming challenges platforms around the web.

    C++ 4 2

  6. go-experiments go-experiments Public

    Some functional stuff written when learning go

    5