GithubHelp home page GithubHelp logo

estudos-js'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 🔍

estudos-js's People

Contributors

ronaldocoding avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.