package main
import "fmt"
type Me struct {
Name string
Codes []string
Frameworks []string
Infrastructures []string
Architectures []string
Interests []string
Languages []string
}
func main() {
about := &Me{
Name: "Rafael Camelo",
Codes: []string{"golang", "typescript", "node.js"},
Frameworks: []string{"nestjs", "react", "gRPC"},
Infrastructures: []string{"aws", "docker", "kubernetes"},
Architectures: []string{"microservices", "three-tier architecture"},
Interests: []string{"clean code and architecture", "system design"},
Languages: []string{"π―π΅", "π§π·", "πΊπΈ"},
}
fmt.Println(about)
}
Pinned Loading
-
graduate-go-course
graduate-go-course PublicThis repository contains modules and assignments provided by Golang Graduate Specialization Course. Recognized by MEC (Ministery of Education) as Higher Education, granting title of Specialist in Bβ¦
Go
-
tsuru
tsuru PublicForked from tsuru/tsuru
Open source and extensible Platform as a Service (PaaS).
Go
-
-
nest
nest PublicForked from nestjs/nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript π
TypeScript
-
Nginx-Reverse-Proxy-Nodejs-with-Docker-Compose
Nginx-Reverse-Proxy-Nodejs-with-Docker-Compose PublicAn assignment for Code Education Docker module. Create a nginx reverse proxy server to communicate with nodejs. Persist accessing username to mysql database and return username list as a web page.
Dockerfile
If the problem persists, check the GitHub status page or contact support.

