Skip to content
View demisgomes's full-sized avatar

Block or report demisgomes

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

Hello 👋

  • 🔭 I’m currently working on ifood
  • 🌱 I’m currently learning Rust, JavaScript, Kotlin, Java, and things related to Microservices
  • 📫 How to reach me: Twitter, Medium
  • 😄 Pronouns: He/him
  • ⚡ Fun fact: i like very much to play FIFA, watch soccer, F1, and basketball. Brega forever.

Pinned Loading

  1. givemeconsolepricemultimodule givemeconsolepricemultimodule Public

    Application that calculates a console price imported from US. The application follows hexagonal architecture, with a decoupled domain and implementation with spring and quarkus

    Java 7 3

  2. givemeconsolepricehexagonal givemeconsolepricehexagonal Public

    Calculate console price from USD to BRL when imported to Brazil. This project applies hexagonal architecture concepts.

    Kotlin 8 2

  3. itimalia itimalia Public

    Backend application for an animal shelter

    Kotlin 1

  4. be-the-hero be-the-hero Public

    Application based on JavaScript stack with backend, frontend, and mobile app. Created in Omnistack week, 23-29 March.

    JavaScript

  5. bolao_da_copa bolao_da_copa Public

    Bolão da Copa que pode ser integrado a um banco de dados MySQL. O bolão permite a inserção de apostas e criação de usuários, contabilizando a pontuação de cada usuário com o passar dos jogos. Feito…

    Java 2

  6. Example with Javalin + Consul using ... Example with Javalin + Consul using consul-client library
    1
    var consulValue = "default"
    2
    
                  
    3
    fun main() {
    4
        setupConsul()
    5
        val app = Javalin.create().start(7000)