Skip to content

Instantly share code, notes, and snippets.

View jorgebarcos's full-sized avatar

Jorge Alberto Barcos jorgebarcos

View GitHub Profile

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@jorgebarcos
jorgebarcos / gist:3700a0e5a1ca273ed2b7ab4495013dc8
Created December 15, 2021 19:20 — forked from codigoconjuan/gist:30973f8e5e7d210e0458bc49a55ad2c4
Gist para Imágenes HTML5 con AVIF, webp y JPG
"imagenes": {
"prefix": "pic",
"body": [
"<picture>",
"<source",
"\t sizes=\"1920w, 1280w, 640w\" ",
"\t srcset=\"img/imagen.avif 1920w, \n\t\t\t img/imagen-1280.avif 1280w, \n\t\t\t img/imagen-640.avif 640w\" ",
"\t type=\"image/avif\">",
"<source",
"\t sizes=\"1920w, 1280w, 640w\" ",