Skip to content
View yimymatos's full-sized avatar

Block or report yimymatos

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.

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

Yimy Matos

Allow myself to introduce myself

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 cyberPunk-amateurMusician-traveler-foodLover-gamer-coder-programmer-sportsAficionado",
		"- 🔭 I’m currently working on":      "Cevaldom as a Software Engineer",
		"- 🌱 I’m currently learning":        "Golang, MongoDB, RabbitMQ, K8s, C# (Tech stack from my company) --- Sharpening my Front End Skills for the MERN stack (Personal goal)",
		"- 👯 I’m looking to collaborate on": "AI, Python, Golang and Docker related projects",
		"- 🤔 I’m looking for help with":     "Anything related to what I am currently learning 😅",
		"- 💬 Ask me about":                  "Python, Java, C#, SQL, Software Design & Architecture, Web-Dev and SEO",
		"- 📫 How to reach me:":              "https://github.com/yimymatos",
	}
}

Popular repositories Loading

  1. python python Public

    Python

  2. workshop-construyendo-aplicaciones-web-modernas-escalables workshop-construyendo-aplicaciones-web-modernas-escalables Public

    Forked from JavaDominicano/workshop-construyendo-aplicaciones-web-modernas-escalables

    Construyendo Aplicaciones Web Modernas y Escalables con Java

    Java

  3. spring-boot spring-boot Public

    Spring Boot Projects

  4. Dapper Dapper Public

    dapper init

    C#

  5. MinimalMovieApi MinimalMovieApi Public

    C#

  6. java-intro java-intro Public

    intro to java for group #1

    Java