Skip to content
View ronaldocoding's full-sized avatar
πŸ€“
Estudando
πŸ€“
Estudando
Block or Report

Block or report ronaldocoding

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

Hello πŸ‘‹πŸΌ, I am Ronaldo Costa

Code snippet about me πŸ€—

class Me(
    private val name: String,
    private var course: String,
    private var university: String,
    private var job: String,
    private var company: String,
    private var focus: String,
    private val pronouns: String
) {
    fun whoIAm(): String {
        return " πŸ‘¨πŸ»β€πŸ’» My name is $name \n" +
                " πŸŽ“ I'm a(n) $course Graduating Student at the $university \n" +
                " πŸ’Ό Currently, I'm working as a(n) $job at $company \n" +
                " πŸ“š My time is being spent learning $focus \n" +
                " 😎 Pronouns: $pronouns"
    }
}

fun main() {
    val ronaldo = Me(
        name = "Ronaldo Costa de Freitas",
        course = "Information Systems",
        university = "Amazonas State University",
        job = "Android Software Developer",
        company = "iFood",
        focus = "Native Android Development (Kotlin/Java)",
        pronouns = "He/Him"
    )
    
    println(ronaldo.whoIAm())
}

Output

 πŸ‘¨πŸ»β€πŸ’» My name is Ronaldo Costa de Freitas 
 πŸŽ“ I'm a(n) Information Systems Graduating Student at the Amazonas State University 
 πŸ’Ό Currently, I'm working as a(n) Android Software Developer at iFood 
 πŸ“š My time is being spent learning Native Android Development (Kotlin/Java) 
 😎 Pronouns: He/Him

My top open source projects πŸš€

Sommelier pchunter pokedex

My stats πŸ“ˆ

Languages, tools, and frameworks that I'm working on πŸ› 

How to find me πŸ”

Pinned

  1. sommelier sommelier Public

    Sommelier App - a dish review app

    Kotlin 2

  2. pokedex pokedex Public

    A simple PokΓ©dex

    Kotlin 1

  3. pchunter pchunter Public

    PC Building and Sharing Platform for Android

    Kotlin 1