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)
}
π©οΈ
- Manaus/AM
Highlights
- Pro
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
-
-
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
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.