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

Highlights

  • Pro

Block or report rafaelcamelo31

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rafaelcamelo31/README.md

🟒 Open to Work β€” Backend & Full Stack Engineer Opportunities (Golang / TypeScript / AWS)

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. tsuru tsuru Public

    Forked from tsuru/tsuru

    Open source and extensible Platform as a Service (PaaS).

    Go

  3. moby moby Public

    Forked from moby/moby

    The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

    Go

  4. go-fc-learn go-fc-learn Public

    Just a repository to practice golang

    Go

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

  6. Nginx-Reverse-Proxy-Nodejs-with-Docker-Compose Nginx-Reverse-Proxy-Nodejs-with-Docker-Compose Public

    An 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