Skip to content
View derlisrd's full-sized avatar
👋
Hi, this is my code
👋
Hi, this is my code

Block or report derlisrd

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

ABOUT ME

const aboutMe = <string, dynamic> {
   "name":"Derlis",
   "lastname":"Ruiz Diaz",
   "country":"Paraguay",
   "knowledge":{
    "languages": ["PHP","Javascript","dart"],
    "libraries_frameworks": ["react.js","laravel","react native","flutter"],
    "databases": ["mysql","mongoDB"]
   },
   "skills":{
       "hobbies":["ukulele","guitar"] 
   },
   "companies":[
     {
      "name":"milano perfumes",
      "position":"web site developer",
      "currently":false
     },
     {
      "name":"Derlis Ruiz Diaz Fotógrafo",
      "position": "Photographer and designer web",
      "currently":false
     },
     {
      "name":"Renova Ads",
      "position": "Developer",
      "currently":false
     },
     {
      "name":"Saeta sistemas",
      "position": "UI/Designer",
      "currently":false
     },

     {
      "name":"Mi credito SA",
      "position": "Senior Full Stack",
      "currently":true
     }
   ]
}

Contact:

Pinned Loading

  1. saeta-store-2 saeta-store-2 Public

    Un sistema de punto de venta paraguayo robusto y estable

    JavaScript 1

  2. api-test api-test Public

    Example of a JWT-authenticated API with Node.js, Express, and MySQL Sequelize

    JavaScript

  3. laravel-api-with-auth laravel-api-with-auth Public

    Example a initial api rest with laravel sanctum

    PHP