Skip to content
View rafaelcamelo31's full-sized avatar
🌩️
🌩️

Highlights

  • Pro

Block or report rafaelcamelo31

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
rafaelcamelo31/README.md

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

  1. graduate-go-course graduate-go-course Public

    This 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

  2. go-fc-learn go-fc-learn Public

    Just a repository to practice golang

    Go

  3. nest nest Public

    Forked from nestjs/nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript πŸš€

    TypeScript