Skip to content
View duartella's full-sized avatar

Block or report duartella

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
duartella/readme.md
public class RafaellaDuarte {

    // Identidade
    public static final String NOME = "Rafaella Duarte";
    public static final String CURSO = "Engenharia de Software";
    public static final String OBJETIVO = "Conectar ideias e transformar código em experiência";

    // Stack
    public static final List<String> STACK_PRINCIPAL = List.of(
        "Kotlin", "Java", "Android Nativo", "Ktor", "Jetpack Compose"
    );
    
    // Conhecimentos
    public static final List<String> LINGUAGENS = List.of(
        "Kotlin", "Java", "SQL", "HTML/CSS"
    );
    
    // Interesses/Hobbies
    public static final List<String> HOBBIES = List.of(
        "Gamer", "Cinéfila", "Leitora", "Tarot"
    );
}

Pinned Loading

  1. duartella duartella Public

    Sobre mim

    1

  2. POOKotlinEncapsulamento POOKotlinEncapsulamento Public

    Kotlin 1

  3. HandsOnAppClockKotlin HandsOnAppClockKotlin Public

    Kotlin

  4. POOHeranca POOHeranca Public

    Kotlin