Skip to content
View marioalvial's full-sized avatar
😍
love
😍
love

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.

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
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()
}

Pinned 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. kafka-playground kafka-playground Public

    Just a repository to play with kafka tools

    Kotlin

  5. moip-challenge moip-challenge Public

    Demo: https://moip-challenge-prod.herokuapp.com/actuator/health

    Kotlin 2

  6. ktorio/ktor ktorio/ktor Public

    Framework for quickly creating connected applications in Kotlin with minimal effort

    Kotlin 12.7k 1k