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

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 = 22,
    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. portfolio portfolio Public

    Webapp personal porftolio

    JavaScript

  2. GDS-reportes-v2 GDS-reportes-v2 Public

    Mobile app with the system of making video reports of incidents with the max duration of 30 seconds.

    JavaScript

  3. minimal-home minimal-home Public

    Minimal startpage for any browser

    CSS 8 6

  4. dotfiles-linux dotfiles-linux Public

    i3-gaps configuration setup

    CSS 4

  5. nvim-dotfiles nvim-dotfiles Public

    Vim Script 1