Git Product home page Git Product logo

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"
    }
}

Isaac Serrano's Projects

gcb icon gcb

Gestor de Cuentas Bancarias, proyecto final basado en C. 130519.

gds-reportes-v2 icon gds-reportes-v2

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

ideavim-config icon ideavim-config

Basic yet powerful Vim configuration for any JetBrains IDE with IdeaVim plugin

keymapdb icon keymapdb

Online database of keymaps for programmable keyboards, with a focus on QMK ergonomic keyboards.

lily58-keycat icon lily58-keycat

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

miryoku_zmk_corne icon miryoku_zmk_corne

Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. Miryoku ZMK is the Miryoku implementation for ZMK.

qmk_firmware icon qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families

todo-tracker icon todo-tracker

Barebones serverless TODO tracker made with pure ReactJS

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.