Skip to content

Instantly share code, notes, and snippets.

View MiguelMateoTavarez's full-sized avatar

Miguel Mateo MiguelMateoTavarez

  • BitBox Caribe SRL
  • Dominican Republic
  • 17:37 (UTC -04:00)
View GitHub Profile
@MiguelMateoTavarez
MiguelMateoTavarez / license-badges.md
Last active March 5, 2026 20:18 — forked from lukas-h/license-badges.md
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.

Translations: (No guarantee that the translations are up-to-date)

@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)