Git Product home page Git Product logo

the_destiny's Introduction

Hi, I'm David Heredia

App Developer

 ๐Ÿฅ‡ Android Development
 ๐Ÿฅˆ Hybrid Development
 ๐Ÿฅ‰ iOS Development

A few things to know about me...

abstract class Person(name: String = "")

abstract class Developer(job: String = "", name:String): Person(name)

abstract class AndroidDeveloper(mainJob: String = "", name: String): Developer(name, mainJob)

open class Me(var hobbies: List<String>? = arrayListOf(),
              var currentlyLearning: List<String>? = arrayListOf(),
              var wantLearn: List<String>? = arrayListOf(),
         	  open var name: String = "", open var job: String = "", 
              open var mainJob: String = ""): AndroidDeveloper(job, mainJob){
    
    override fun toString():String{
        return "{"+
        "'name':$name,"+
        "'job': $job,"+
        "'mainJob': $mainJob,"+
        "'hobbies':$hobbies,"+
        "'currentlyLearning': $currentlyLearning,"+
        "'wantLearn': $wantLearn"+
        "'}'"
    }
}

fun main() {
    val me = Me()
    val myHobbies: List<String> = arrayListOf("Coding", "Animation", "Music", "Gaming", "TV", "Movies", "Some Anime")
    val thingsToLearn: List<String> = arrayListOf("Clean architechture", "UX design", "DI", "Kotlin")
    val wantLearnList: List<String> = arrayListOf("Android compose", "Flutter", "Machine Learning", "Artificial Intelligence")
    me.name = "David Heredia Tartajo"   
    me.job = "Developer"
    me.mainJob = "Android Developer"
    me.hobbies = myHobbies
    me.currentlyLearning = thingsToLearn
    me.wantLearn = wantLearnList
    
    println(me)
    
}
{
    'name': "David Heredia Tartajo",
    'job': "Developer",
    'mainJob': "Android Developer",
    'hobbies': ["Coding, Animation", "Music", "Gaming", "TV", "Movies"],
    'currentlyLearning': ["Clean architechture", "UX design", "DI", "Kotlin"],
    'wantLearn': ["Android compose", "Flutter", "Machine Learning", "Artificial Intelligence"]
}

What I'm into

Android development

Java Kotlin OkHTTP Retrofit JetPack Compose

iOS development

Objetive C Swift

Hybrid development

Ionic v2>=

Ionic Angular TypeScript

Ionic v1

Ionic Angular JS JavaScript

Flutter Dart

Back and front-end

HTML JavaScript JQuery Node.JS Socket.IO

Machine learning)

Tensorflow OpenCV

IoT

Python Raspberry PI

Misc

LaTeX

Trust me, acording with Github API, these are my "Most Used Languages":

Top Langs

If you wanna see more about me, such as Past projects and stuff, you can check my "Portfolio" yet in progress

My "hobbie work" about this year

Github Stats

the_destiny's People

Contributors

dherediat97 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.