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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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

packagethis.is.my.profiledata classProfile (
valperson:Person,
valjob:String,
valjobDetail:JobDetail,
valhobbies:List<String>,
valwantLearn:List<String>
)
data classJobDetail (
valcurrentJob:String,
vallastJobs:List<String>
)
data classPerson (
valname:String
)
funmain() {
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.1Host: www.github.comUser-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.0Accept: text/html, application/xhtml+xml, application/xml;q=0.9, image/webp, */*;q=0.8

My profile request response

HTTP/1.1 200 OKContent-Type: application/jsonDate: Mon, 14 Oct 2024 12:00:00 GMTLast-Modified: Mon, 14 Oct 2024 12:00:00 GMTContent-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

JavaObjective-CKotlinSwiftPHPJavaScriptTypeScriptHTMLCSSDartPythonC#BashSass

Android development

JavaKotlinOkHTTPRetrofitJetPack ComposeAndroid

iOS development

SwiftObjective-CXcode

Hybrid development

IonicFramework7Apache CordovaAngular JS

IonicCapacitorAngular

Flutter development

FlutterDart

Windows development

EclipseJavaVisual StudioC#

Backend Stack

Node.JSSocket.IOSpring Boot.NETApacheApache TomcatApache Ant

TPV Stack

JavaScriptCSSHTMLIngenico

CI & CD

GitHub ActionsDependabotGitLab CI

App Stores SDK

App StorePlay Store

Cloud Systems

HerokuFirebase

Code Coverage

SonarCloud

Collaboration Tools

AsanaJiraSlackTrello

Databases

SQLiteMariaDBFirebaseMySQL

Documentation

Sphinx

Package Managers

npmYarnPyPINuGet

ORM

Hibernate

Front End

HTMLJavaScriptJQueryChart.js

Machine learning)

TensorflowOpenCV

IoT

PythonRaspberry PIEspressifArduinoMosquitto

Version Control

GitGitLabBitbucket

Misc

LaTeX

Some data about my GitHub projects

Pinned Loading

  1. CoinMirrorCoinMirrorPublic

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

    Kotlin 1

  2. FilmFluFilmFluPublic

    Dart 4

  3. RickAndMortyAppRickAndMortyAppPublic

    Kotlin 1

  4. AdoptAPetAppAdoptAPetAppPublic

    Kotlin 1

  5. FluRaMFluRaMPublic

    Dart 1

  6. SeshatSeshatPublic

    TypeScript