Skip to content
View vitormbgoncalves's full-sized avatar
🚀
Building rockets
🚀
Building rockets

Highlights

  • Pro
Block or Report

Block or report vitormbgoncalves

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
vitormbgoncalves/README.md

Hello, I am Vitor Gonçalves!

Vitor's Telegram Vitor's LinkedIn Vitor's Twitter Vitor's Instagram Vitor's Gmail

fun main() {
    val vitor = Developer(
        about = About(
            name = "Vitor Goncalves",
            skills = setOf("backend engineering", "software architecture", "DevOps"),
            company = "CI&T",
            university = "Instituto Federal de Educação Ciência e Tecnologia Farroupilha - IFFar",
            goal = "develop technological solutions that generate improvements and impacts on people's lives",
            love = setOf("clean architecture", "reactive programming", "TDD", "DDD"),
        ),
        programmingLanguages = setOf("Java", "JavaScript", "Kotlin"),
        architecture = setOf("hexagonal", "microservices", "service mesh", "event-driven"),
        tools = setOf("IntelliJ", "Testcontainers", "GitLab", "Kafka", "Kong", "Kubernetes", "Keycloak")
        setup = Setup(os = "Manjaro", cpu = "ryzen 5 3400g", ram = "xpg d41", ssd = "xpg s41", gpu = "gtx 1050")
        infrastructure = setOf("AWS", "GCP", "CockroachDB", "MongoDB Atlas", "Confluent", "New Relic")
    )

    vitor.start()
}

⚡ Languages Used



Visitors

Popular repositories Loading

  1. kotlin-springboot-api kotlin-springboot-api Public

    Web Service developed with Kotlin, Spring Boot and MySQL Database

    Kotlin 1

  2. ports-and-adapters-email-service ports-and-adapters-email-service Public

    Service for sending email using Spring Email

    Java 1

  3. chess-system-java chess-system-java Public

    Aplicativo console de um sistema de jogo de xadrez

    Java

  4. demo-dao-jdbc demo-dao-jdbc Public

    Aplicação console desenvolvida em Java, que realiza conexão com o banco de dados usando JDBC

    Java

  5. workshop-javafx-jdbc workshop-javafx-jdbc Public

    Aplicativo JavaFX que utiliza para persistência de dados JDBC e MySQL

    Java

  6. simple-api-springboot2-java-11 simple-api-springboot2-java-11 Public

    Web Service built with Spring Boot, JPA / Hibernate and PostgreSQL

    Java