Skip to content
View donal56's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report donal56

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

💻 Tech Stack:

Java JavaScript CSS3 PHP Firebase Google Cloud Azure Bootstrap jQuery JWT React Spring Apache Maven MySQL Postgres MariaDB MicrosoftSQLServer Jenkins Adobe Photoshop

📊 GitHub Stats:



🏆 GitHub Trophies

✍️ Random Dev Quote

Pinned Loading

  1. m3m3 m3m3 Public

    Evolución de un proyecto en 3 fases: Standalone, frontend, backend.

    PHP 1

  2. uno uno Public

    Un juego de UNO! bien gacho en rendimiento. 2017~

  3. Evaluacion docente ITVH automática e... Evaluacion docente ITVH automática en base a dos preguntas
    1
    var avg = prompt('¿Que calificación le pondría al profesor (0-100)?');
    2
    var repre = prompt('¿Considera que el maestro toma represalias contra los alumnos?\n1= No 2 3= No estoy seguro 4 5= Sí');
    3
    var mySet = new Set();
    4
    var aux = [];
    5
    var cont= 0;
  4. Validar una CURP con base en datos p... Validar una CURP con base en datos personales
    1
    _debug = true;
    2
    
    
    3
    /*
    4
     * Validar una curp con base en datos personales
    5
     *