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

Block or report vargas0912

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
vargas0912/README.md
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:":                    "",
		"- 🔭 I’m currently working on":      "Senior Software Developer",
		"- 🌱 I’m currently learning":        "JS, TS, MongoDB, NodeJS, Express, HTML, CSS, Angular, D365FO",
		"- 👯 I’m looking to collaborate on": "JavaScript, Angular, MongoDB",
		"- 🤔 I’m looking for help with":     "Anything related to what I am currently learning 😅",
		"- 💬 Ask me about":                  "D365, PHP, Angular, SQL, Software Design & Architecture, Web-Dev",
		"- 📫 How to reach me:":              "https://github.com/vargas0912/vargas0912",
	}
}

Popular repositories Loading

  1. D365F-O D365F-O Public

    Codigo de X++

    1

  2. vargas0912 vargas0912 Public

    Config files for my GitHub profile.

  3. json-estados-municipios-mexico json-estados-municipios-mexico Public

    Forked from martinciscap/json-estados-municipios-mexico

    JSON de Estados y Municipios de México basado en datos del INEGI

  4. 04-pipesApp 04-pipesApp Public

    TypeScript

  5. curso-node-api-js curso-node-api-js Public

    Forked from leifermendez/curso-node-api-js

    JavaScript

  6. xlsToJson xlsToJson Public

    Convertir archivos xls a JSON