Skip to content
View lucaslima777's full-sized avatar
:octocat:
Programming 📱
:octocat:
Programming 📱
Block or Report

Block or report lucaslima777

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

Hi! I'm Lucas.

lucas.apply {
        occupation = "Mobile Software Engineer"
        skills = listOf(Kotlin, Java, Gradle, Swift, Git)
        currentlyLearning = mutableListOf("Flutter", "BackEnd", "Neuroscience")
        toolsUsing = mutableListOf("Jenkins", "AWS", "Splunk", "SonarQube", "Jira")
        likeCoffe = true
    }.runCatching {
        drinkCoffee()
        toWork()
        drinkCoffee()
        fixBug()
        drinkCoffee()
    }.onSuccess {
        deploy()
    }.onFailure { error ->
        when(error) {
            is OutOfMemoryError -> searchOnStackOverflow(error)
            is ExitException -> waitMeToComeBack()
            is StackOverflowError -> {
                // FIXME
            }
        }
        Logger.logMsg(ERROR, error.message)
    }.also {
        toStudy()
        toSleep()
    }.repeat(Monday..Friday)

Pinned

  1. BottomAppBar BottomAppBar Public

    Example project to show how to handle BottomAppBar

    Kotlin 21 7

  2. ExpandCard ExpandCard Public

    Card UI android / Card Expand

    Java

  3. FlatForm FlatForm Public

    light and visual form

    Java

  4. ReactionsRange ReactionsRange Public

    Seekbar Animation

    Java

  5. SharedPreferencesManager SharedPreferencesManager Public

    Java

  6. NavigationUI NavigationUI Public

    Java 2