Skip to content
View marioalvial's full-sized avatar

Block or report marioalvial

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
marioalvial/README.md

It's me, Mário!

Mário's LinkedIn Mário's Medium

fun main() {
    val mario = Mario(
        pronouns = setOf("he", "him"),
        goal = "impact people's lives through software",
        love = setOf("event-driven architecture", "DDD", "clean code"),
        programmingLanguages = setOf(
            ProgrammingLanguage(name = "Kotlin", level = Level.ADVANCED, experience = "Production experience"),
            ProgrammingLanguage(name = "Java", level = Level.ADVANCED, experience = "Production experience"),
            ProgrammingLanguage(name = "Ruby", level = Level.PROFICIENT, experience = "Production experience"),
            ProgrammingLanguage(name = "Elixir", level = Level.BASIC, experience = "Pet project"),
            ProgrammingLanguage(name = "TypeScript", level = Level.BASIC, experience = "Production experience")
        ),
        architecture = setOf(
            "microservices",
            "ports and adapters",
            "event-driven"
        ),
        tools = setOf("git", "docker", "circleci", "kafka", "intellij", "gRPC", "others"),
        infrastructure = AWS(services = setOf("ec2", "ecs", "rds", "cloudwatch", "s3", "sqs", "sns", "cognito", "others"))
    )

    mario.start()
}

Popular repositories Loading

  1. spring-boot-dto-medium spring-boot-dto-medium Public

    Java 16 9

  2. kealth kealth Public

    Health check for external dependencies in Kotlin

    Kotlin 8 5

  3. exception-handler-medium exception-handler-medium Public

    Java 6 4

  4. document-generator document-generator Public

    Gerador de CPF e CNPJ

    Java 1

  5. library library Public

    Elixir 1 1

  6. kafka-consumer-producer-example kafka-consumer-producer-example Public

    Kotlin 1 1