Giter VIP home page Giter VIP logo

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

fun getAbout(): Developer {

    val name = "Irineu A. Silva"
    
    val contacts = mapOf(
        "email" to "[email protected]",
        "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.

Irineu A. Silva's Projects

a11yanalyzer icon a11yanalyzer

[WIP] Library to facilitate accessibility validation of Android apps.

androidide icon androidide

AndroidIDE is an IDE for Android to develop full featured Android apps.

androidx icon androidx

[Fork For Study] Development environment for Android Jetpack extension libraries under the androidx namespace. Synchronized with Android Jetpack's primary development branch on AOSP.

campominado icon campominado

[For Study] Jogo Campo Minado em Kotlin utilizando swing. Curso Fundamentos de Programação Moderna com Kotlin (Udemy).

codeassist icon codeassist

[Fork for Study] Experimental code editor based on javac APIs.

deeplink-launcher icon deeplink-launcher

[Fork for Contribution] Launch deeplinks easily - built with Compose Multiplatform

dictionaryapp icon dictionaryapp

[Fork for contribution] A simple app that shows the origin of the word we search

firebaseeasy icon firebaseeasy

[DEPRECATED] Wrapper para facilitar a utilização do SDK do firebase no SK

github-client icon github-client

[For Study] Meu primeiro app do Android Studio: Estudando API REST com um cliente da api do github.

github-client-mvp icon github-client-mvp

[For Study] Estudando API REST, MVP e Navigation Component com um cliente da api do github.

kmp-androidanddesktop icon kmp-androidanddesktop

Kotlin Multiplatform project template with Android and desktop targets, and Compose Multiplatform.

kmp-stopwatch icon kmp-stopwatch

[For Study] Cronómetro simples para Android e Desktop utilizando Kotlin Multiplatform e Compose Multiplatform

kmp-webwithcompose icon kmp-webwithcompose

Template of a Kotlin Multiplatform project with Kotlin/JS target and Compose Multiplatform.

kotatsu-parsers icon kotatsu-parsers

[Fork For Contribution] Manga parsers library for Kotlin/JVM and Android

marvelcharacters icon marvelcharacters

[For Study] Projeto de desafio do Serasa Experience. Tech: MVVM + Clean Architecture, Paging 3, Flow, Dagger Hilt e Android NDK

marvelheroes icon marvelheroes

[Fork for Study] A sample Marvel heroes application based on MVVM (ViewModel, Coroutines, Room, Repository, Koin) architecture

memory-game icon memory-game

[For for Study] Simple and beautiful memory game for kids.

neochat icon neochat

[For Study] Chat para Android em Kotlin

neojson icon neojson

[WIP] A powerful cross-platform JSON editor.

notas-mvvm icon notas-mvvm

[For Study] Estudando ViewModel com um app de notas.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.