Skip to content
View Andresdst's full-sized avatar
πŸ§›
Night Developer
πŸ§›
Night Developer

Block or report Andresdst

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

Pinned Loading

  1. App-Vue-firebase App-Vue-firebase Public

    aplicacion demostrativa con firebase como base de datos no relacional

    Vue 1

  2. App-crud-sequelize App-crud-sequelize Public

    CRUD con Sequelize como ORM bajo la arquitectura modelo-vista-controlador y SQLite3 como BD

    JavaScript 2

  3. Ricky-and-Morty-page Ricky-and-Morty-page Public

    App en Vue consumiendo API de Rick and Morty

    Vue 2

  4. Grafico-covid19-Venezuela Grafico-covid19-Venezuela Public

    Grafica con datos de Venezuela de la API covid19api.com

    JavaScript 1

  5. funcion convertidora de slugs funcion convertidora de slugs
    1
    function slugify(text) {
    2
      return text
    3
        .toString()
    4
        .toLowerCase()
    5
        .replace(/\s+/g, "-") // Replace spaces with -
  6. API-CRUD-con-node.js-y-mongodb API-CRUD-con-node.js-y-mongodb Public

    API REST con node js como servidor, MongoDB como Bases de datos y Mongoose como ORM. CRUD

    JavaScript 2