Skip to content
View JoaquinLeonq98's full-sized avatar
💟
💟
  • Mexico

Block or report JoaquinLeonq98

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

Hi, I'm Joaquín 👋


A little more 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 foodLover-gamer-coder-programmer-remote,
		"- 🔭 I’m currently working on":      "Developer JR",
		"- 🌱 I’m currently learning":        "Python, MongoDB, Angular, Flask, Django  --- Sharpening my Front End Skills for the MERN stack (Personal goal)",
		"- 👯 I’m looking to collaborate on": " related projects",
		"- 🤔 I’m looking for help with":     "Anything related to what I am currently learning 😅",
		"- 💬 Ask me about":                  "Css, JavaScript, Web-Dev & SEO",
		"- 📫 How to reach me:":              "https://github.com/JoaquinLeonq98",
                                                      "https://www.linkedin.com/in/joaquinlq/"
	}
}

Tech & Tools Preference

Other Languages I know


GitHub stats


@JoaquinLeonq98's activity is private