Skip to content
View Irineu333's full-sized avatar

Organizations

@NeoUtils @NeoA11y
Block or Report

Block or report Irineu333

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

Work paused due to health problems (April/2024).

fun getAbout(): Developer {

    val name = "Irineu A. Silva"
    
    val contacts = mapOf(
        "email" to "mmmirinesilva@gmail.com",
        "linkedin" to "irineu333"
    )

    val languages = mapOf(
        "Java" to "2019~Today, JDK 7 ~ 17",
        "Kotlin" to "2020~Today",
        "C/C++" to "basic"
    )

    val frameworks = mapOf(
        "Spring Boot" to Framework(
            experience = "basic",
            architectures = listOf("MVC")
        ),
        "Android" to Framework(
            experience = "2019~Today, SDK 19 ~ 33",
            architectures = listOf("MVP", "MVVM", "Clean Architecture", "MVI"),
            ui = listOf("view/xml", "JetPack Compose")
        )
    )

    return Developer(name, contacts, languages, frameworks)
}

If you're looking for my projects, check out my serious projects.

Pinned

  1. NeoUtils/Highlight NeoUtils/Highlight Public

    A complete and performing android library to highlight text snippets (EditText, SpannableString and TextView) using Spannable with Regular Expressions (Regex) for Android.

    Java 25 2

  2. NeoA11y/SpeakTouch NeoA11y/SpeakTouch Public

    [WIP] A free software screen reader for Android.

    Kotlin 8

  3. NeoUtils/EnvManager NeoUtils/EnvManager Public

    A command-line program to easily control your environment properties.

    Kotlin 9