Skip to content
View dherediat97's full-sized avatar

Block or report dherediat97

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

Typing SVG

 🥇 Android Development
 🥈 Hybrid Development
 🥉 iOS Development

My profile Response Data Class

package this.is.my.profile

data class Profile (
    val person: Person,
    val job: String,
    val jobDetail: JobDetail,
    val hobbies: List<String>,
    val wantLearn: List<String>
)

data class JobDetail (
    val currentJob: String,
    val lastJobs: List<String>
)

data class Person (
    val name: String
)

fun main() {
    val myProfile = Profile()
    myProfile.name = "David Heredia Tartajo"   
    myProfile.job = "Developer"
    myProfile.jobDetail = JobDetail(
     currentJob= "Mobile Developer", 
     lastJobs = arrayListOf(
        "Ingenico Developer",
        "Web Developer",
        "Backend Developer",
        "Front Developer"
    )
    myProfile.hobbies =  arrayListOf("Coding", "Animation", "Music", "Gaming", "TV", "Movies", "Anime")
    myProfile.wantLearn =  arrayListOf("Animation", "3D Design", "Robotics")
}

My profile request

GET https://david.heredia.dev/profile HTTP/1.1
Host: www.github.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 OPR/113.0.0.0
Accept: text/html, application/xhtml+xml, application/xml;q=0.9, image/webp, */*;q=0.8

My profile request response

HTTP/1.1 200 OK
Content-Type: application/json
Date: Mon, 14 Oct 2024 12:00:00 GMT
Last-Modified: Mon, 14 Oct 2024 12:00:00 GMT
Content-Length: 355
{
    "name": "David Heredia Tartajo",
    "currentJob":"Mobile Developer", 
    "lastJobs":[
        "Ingenico Developer", 
        "Web Developer", 
        "Backend Developer", 
        "Front Developer"
    ],
    "hobbies": ["Coding", "Animation", "Music", "Gaming", "TV", "Movies", "Anime"],
    "wantLearn": ["Animation", "3D Design", "Robotics"]
}

What I'm into

Programming Languages

Java Objective-C Kotlin Swift PHP JavaScript TypeScript HTML CSS Dart Python C# Bash Sass

Android development

Java Kotlin OkHTTP Retrofit JetPack Compose Android

iOS development

Swift Objective-C Xcode

Hybrid development

Ionic Framework7 Apache Cordova Angular JS

Ionic Capacitor Angular

Flutter development

Flutter Dart

Windows development

Eclipse Java Visual Studio C#

Backend Stack

Node.JS Socket.IO Spring Boot .NET Apache Apache Tomcat Apache Ant

TPV Stack

JavaScript CSS HTML Ingenico

CI & CD

GitHub Actions Dependabot GitLab CI

App Stores SDK

App Store Play Store

Cloud Systems

Heroku Firebase

Code Coverage

SonarCloud

Collaboration Tools

Asana Jira Slack Trello

Databases

SQLite MariaDB Firebase MySQL

Documentation

Sphinx

Package Managers

npm Yarn PyPI NuGet

ORM

Hibernate

Front End

HTML JavaScript JQuery Chart.js

Machine learning)

Tensorflow OpenCV

IoT

Python Raspberry PI Espressif Arduino Mosquitto

Version Control

Git GitLab Bitbucket

Misc

LaTeX

Some data about my GitHub projects

Pinned Loading

  1. CoinMirror CoinMirror Public

    Cryptocurrency app to check the currencies with a clean and intuitive design

    Kotlin 1

  2. FilmFlu FilmFlu Public

    Dart 2

  3. RickAndMortyApp RickAndMortyApp Public

    Kotlin 1

  4. AdoptAPetApp AdoptAPetApp Public

    Kotlin 1

  5. HorusVision HorusVision Public

    Dart 1

  6. HorusVisionEngine HorusVisionEngine Public

    Dart