Skip to content
View JossVan's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report JossVan

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

¡Hola! soy Josselyn 👋

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{
		"- ⚡ Acerca de mí: ": "Aunque los libros sean mis mejores amigos, me encanta conocer gente nueva y apreder algo nuevo cada día, disfruto mucho del café y una buena película cuando quiero disfrutar de mi soledad.",
		"- 🔭 He trabajado": "Tengo experiencia en herramientas que se mencionarán más adelante, hace un tiempo trabajé en la migración de un proyecto creado en PHP 5.6 a PHP 8.0, debo decir que lo que aprendí no tiene precio.",
		"- 🌱 Actualmente estoy aprendiendo": "Kubernetes y DevOps",
		"- 💬 Pregúntame sobre: ": "Python, PHP, SQL, Javascript, MySQL, Java NodeJS",
	}
}

Herramientas y lenguajes:

Golang HTML CSS Bootstrap javascript jquery PHP Angular ts nodejs NPM csharp c++ JAVA Phyton docker sql mongodb github gitlab bitbucket AWS google


Fun fact: I once solved the world's oldest question with a single line of JavaScript
// ¿Quién vino primero, el huevo o la gallina?
console.log(['🥚', '🐣', '🐥', '🐔'].sort())

>>> [ '🐔', '🐣', '🐥', '🥚' ]

yay

Popular repositories Loading

  1. cloud-libraryApp-with-aws cloud-libraryApp-with-aws Public

    CSS 1

  2. julia-interpreter-in-python julia-interpreter-in-python Public

    Python 1

  3. distributed-system-on-kubernetes distributed-system-on-kubernetes Public

    JavaScript 1

  4. APP_SIMPLE_NOTES APP_SIMPLE_NOTES Public

    TypeScript 1

  5. app-citas-react app-citas-react Public

    JavaScript 1 1

  6. app-planificador-gastos app-planificador-gastos Public

    JavaScript 1