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 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


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

⚙️  GitHub Analytics

Top Langs Mayer Andres GitHub stats

Pinned Loading

  1. logica-python logica-python Public

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

    Python 7

  2. conversor-divisas conversor-divisas Public

    Conversor de divisas con JavaScript 💱

    JavaScript

  3. Hidere21/NIGHT_SOCIETY Hidere21/NIGHT_SOCIETY Public

    Proyecto final NIGHT_SOCIETY

    HTML

  4. grpc-task-manager-go grpc-task-manager-go Public

    Simple task management system built with gRPC and Go, featuring CRUD operations and PostgreSQL persistence ⬅️

    Go

  5. 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