Skip to content

Instantly share code, notes, and snippets.

Enlace a curso Instalaciones necesarias

  1. Bases de Docker

Importante: Para pasar parámetros línea por línea terminamos cada línea con el caracter '' el cual obtenemos presionando ALT+92 Comandos utlizados en bash:

docker container run --name postgres-legacy-alpine -e POSTGRES_PASSWORD=mypass1 -dp 5430:5432 postgres:14-alpine3.17
@Yanioconjota
Yanioconjota / instalaciones-nestjs.md
Created October 31, 2024 19:29 — forked from Klerith/instalaciones-nestjs.md
Instalaciones recomendadas para el curso de Nest.js
@Yanioconjota
Yanioconjota / typescript.json
Created August 7, 2022 14:15 — forked from Klerith/typescript.json
TypeScript Snippets
{
// Place your snippets for typescript here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
@Yanioconjota
Yanioconjota / hosting-on-github.md
Created July 11, 2022 14:28 — forked from TylerFisher/hosting-on-github.md
Basic steps for hosting on Github

Hey there, apparently people are still using this Gist from 2013! It's out of date! Consult the Github docs.

Steps for Hosting a Website on GitHub

  1. Create a GitHub account on github.com.
  2. Download either [GitHub for Mac][1] or [GitHub for Windows][2], depending on your operating system. Open the app and log in using the account you just created.
  3. (On Mac): After you login, click advanced and make sure that your name and email are correct. Then, click "Install Command Line Tools", just in case you want to start using the command line later in life.
  4. Create a new repository in your GitHub application. Name it your-username.github.io. The name is very important. Note the folder that GitHub is saving the repository to. Make sure the "Push to GitHub?" box is checked.
  5. Move your website's files into the folder that GitHub just created when you made the repository. IMPORTANT: Your homepage HTML file must be called "index.html", and it must exist in the top-level
@Yanioconjota
Yanioconjota / instalaciones-angular.md
Created April 7, 2022 13:47 — forked from Klerith/instalaciones-angular.md
Instalaciones necesarias y recomendadas - Curso de Angular de cero a experto
@Yanioconjota
Yanioconjota / htmlParser.js
Created January 5, 2022 23:18
HTML code display
var preTag = document.querySelectorAll('pre');
console.log(preTag.innerHTML);
for (var i = 0; i < preTag.length; i++) {
var pattern = preTag[i].innerHTML;
pattern = pattern.replace(/</g, "&lt;").replace(/>/g, "&gt;");
console.log(pattern);
preTag[i].innerHTML = pattern;
}
@Yanioconjota
Yanioconjota / react-index.html
Created December 6, 2021 20:25 — forked from Klerith/react-index.html
Introducción a React
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<!-- Cargat React -->
<script crossorigin src="https://unpkg.com/react@16/umd/react.production.min.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>
<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script>
@Yanioconjota
Yanioconjota / hobbies.json
Last active December 5, 2021 22:02
list of hobbies
[
{
[
"👃 Smelling my fingers after scratching my nuts",
"🦨 To fart in close and crowded places",
"⚰️ Saying awkward things at funerals",
"🖕 Cracking my fingers or fingering my crack",
"😱 To Make weird noises at the gym",
]
}
["✌","😂","😝","😁","😱","👉","🙌","🍻","🔥","🌈","☀","🎈","🌹","💄","🎀","⚽","🎾","🏁","😡","👿","🐻","🐶","🐬","🐟","🍀","👀","🚗","🍎","💝","💙","👌","❤","😍","😉","😓","😳","💪","💩","🍸","🔑","💖","🌟","🎉","🌺","🎶","👠","🏈","⚾","🏆","👽","💀","🐵","🐮","🐩","🐎","💣","👃","👂","🍓","💘","💜","👊","💋","😘","😜","😵","🙏","👋","🚽","💃","💎","🚀","🌙","🎁","⛄","🌊","⛵","🏀","🎱","💰","👶","👸","🐰","🐷","🐍","🐫","🔫","👄","🚲","🍉","💛","💚"]