Skip to content
View Mayer-04's full-sized avatar
🚀
🚀
Block or Report

Block or report Mayer-04

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

Bienvenidos a mi GitHub


func main() {

    const name = "Mayer Andres Chaves"
    var city = "Bogotá, Colombia"
    var role = "FullStack/Backend Engineer"
    interests := "I'm open to collaborating on interesting projects as a developer"
    learning := "Go"

    fmt.Println("🧑🏽 My name is", name)
    fmt.Println("🏞️ From", city)
    fmt.Println("🛠️", role)
    fmt.Println("🌱", interests)
    fmt.Println("👨🏽‍🏫 Currently learning", learning)
}

languages and tools 👨🏽‍💻

Frontend

Backend

Tools

⚙️  GitHub Analytics

Top Langs Mayer Andres GitHub stats

Pinned Loading

  1. fiber-authentication fiber-authentication Public

    API REST para la autenticación de usuarios utilizando Go, GORM y PostgreSQL 🐹🐘

    Go

  2. Conversor-divisas Conversor-divisas Public

    Conversor de divisas con JavaScript 💱

    JavaScript

  3. Authentication-API Authentication-API Public

    API REST desarrollada en TypeScript y Express que implementa un sistema de autenticación y registro 🐢

    TypeScript

  4. Weather-app Weather-app Public

    Creating a weather application with TypeScript 🌤️

    TypeScript

  5. NestJS-authentication NestJS-authentication Public

    API REST desarrollada en NestJS y MongoDB que implementa un sistema de autenticación y registro 🔒🐈

    TypeScript

  6. Juego-preguntas Juego-preguntas Public

    Creando un juego de preguntas con JavaScript 🎮

    JavaScript