Skip to content
View isaacsa51's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report isaacsa51

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

class Coder: Person(
    val firstName: String = "Isaac",
    val lastName: String = "Serrano",
    var age: Int = 25,
    val nationality: String = "Mexican",
) {
    
    fun shortBio(): String {
        val bio: String = "Hey, I just like to make some little projects to study for myself in this account. Android Dev with 2+ years of exp..."
    }
    
    fun languages(): Array<String> {
        return arrayOf<String>("Kotlin", "Java", "JavaScript", "HTML", "CSS")
    }

    fun tools(): Array<String> {
        return arrayOf<String>("Android", "React", "Spring Boot", "React Native", "SASS", "Bootstrap", "Styled-Components")
    }

    fun workingIn(): String {
        return "Globant"
    }
}

Pinned Loading

  1. BuyBuddy BuyBuddy Public

    BuyBuddy: Your Ultimate Shopping Companion

    Kotlin 3

  2. Itinero Itinero Public

    Travel app companion with AI

    Kotlin

  3. Cookoutines Cookoutines Public

    Kotlin

  4. itinero-server itinero-server Public

    Backend server for the Itinero mobile app.

    Kotlin

  5. qr-rounder qr-rounder Public

    Yet minimal & functional QR reader/generator for android.

    Kotlin

  6. lily58-keycat lily58-keycat Public

    Basic English/Spanish keymap for the Lily58 Pro with the Colemak-DH layout (WIP)

    C 3 3