Coder Social home page Coder Social logo

howto's Introduction

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 ๐Ÿ”

howto's People

Contributors

anselmbradford avatar ascott1 avatar bengolder avatar c-lliope avatar daguar avatar ernieatlyd avatar glassresistor avatar hartsick avatar jeremiak avatar junosuarez avatar migurski avatar monfresh avatar ondrae avatar phae avatar pui avatar rossettistone avatar therebelrobot avatar tmaybe avatar wknowles avatar

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.