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

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.

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

Bienvenidos a mi GitHub


package main

import "fmt"

func main() {
	const name = "Mayer Andrés Chaves Prada"

	city := "Bogotá, Colombia"
	role := "Backend Engineer / Full Stack"
	interests := "Open to collaborating on interesting software projects"

	fmt.Printf("🧑🏽 Name: %s\n", name)
	fmt.Printf("🏞️ Location: %s\n", city)
	fmt.Printf("🛠️ Role: %s\n", role)
	fmt.Printf("🌱 Interests: %s\n", interests)
}

Languages and tools

Frontend

Backend

Tools

Technical Writing

Codecademy Docs

📘 Go Pointers — Public documentation contribution for Codecademy Docs.

GitHub Analytics

Top Langs Mayer Andres GitHub stats

Pinned Loading

  1. aprende-go aprende-go Public

    Repositorio que proporciona fundamentos y ejercicios prácticos para aprender el lenguaje de programación Go 🐹

    Go

  2. aprende-python aprende-python Public

    Repositorio que proporciona fundamentos y ejercicios prácticos para aprender el lenguaje de programación Python 🐍

    Python 6

  3. rentview-backend rentview-backend Public

    Backend en Python con FastAPI y PostgreSQL, diseñado con arquitectura hexagonal, vertical slicing y enfoque modular por feature 🐍

    Python

  4. Hidere21/NIGHT_SOCIETY Hidere21/NIGHT_SOCIETY Public

    Proyecto final NIGHT_SOCIETY

    HTML

  5. conversor-divisas conversor-divisas Public

    Conversor de divisas con JavaScript 💱

    JavaScript