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)
}
🚀
console.log("Hola Mundo");
fmt.Println("Hello World!")
- Colombia
-
15:27
(UTC -05:00) - in/mayer-chaves
Pinned Loading
-
logica-python
logica-python PublicRepositorio que proporciona fundamentos y ejercicios prácticos para aprender el lenguaje de programación Python 🐍
Python 7
-
-
-
grpc-task-manager-go
grpc-task-manager-go PublicSimple task management system built with gRPC and Go, featuring CRUD operations and PostgreSQL persistence ⬅️
Go
-
rentview-backend
rentview-backend PublicBackend en Python con FastAPI y PostgreSQL, diseñado con arquitectura hexagonal, vertical slicing y enfoque modular por feature 🐍
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.