Skip to content

Instantly share code, notes, and snippets.

View MiguelMateoTavarez's full-sized avatar

Miguel Mateo MiguelMateoTavarez

  • BitBox Caribe SRL
  • Dominican Republic
  • 16:19 (UTC -04:00)
View GitHub Profile
@MiguelMateoTavarez
MiguelMateoTavarez / medium-dbdiagram.txt
Created January 9, 2026 19:35 — forked from Klerith/medium-dbdiagram.txt
Creación del diagrama de la base de datos
Table users {
user_id integer [pk, increment]
username varchar [not null, unique]
email varchar [not null, unique]
password varchar [not null]
name varchar [not null]
role varchar [not null]
gender varchar(10) [not null]

Learning Plan for Test Driven Development (TDD)

These learning resources primarily focus on Test Driven Development (TDD).

  • There is an emphasis on learning using PHP, Laravel and PHPUnit.
  • All these resources are free (at the time of writing)