git commit --allow-empty -m "ci(pipeline): empty commit to trigger gitlab-ci"
- Docker: Asegúrate de tener Docker instalado en tu macOS. Puedes descargarlo desde aquí.
- Docker Compose: Viene incluido con Docker Desktop, así que no necesitas instalarlo por separado.
Docker Compose te permite definir y ejecutar múltiples contenedores (como Kafka y Zookeeper) con un solo archivo de configuración.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Go recomienda una estructura específica para proyectos. Usa este esquema estándar: | |
| mi-proyecto/ | |
| ├── cmd/ # Punto de entrada principal | |
| │ └── main.go # Archivo principal (aquí va `func main()`) | |
| ├── internal/ # Código privado del proyecto | |
| │ └── mi-paquete/ # Lógica interna | |
| ├── pkg/ # Código reusable público (opcional) | |
| ├── go.mod # Archivo de definición del módulo (se genera en el paso 2) | |
| ├── README.md # Documentación |
git checkout masterAsegúrate de estar en la rama master localgit fetch originTrae los últimos cambios del repositorio remoto (pero no los fusiona)git reset --hard origin/masterResetea tu rama local master al estado de la rama master remota
| NX | nestjs | axios | @jscutlery/semver | @nestjs/axios | @nestjs/config | @nestjs/event-emitter | @nestjs/typeorm |
|---|---|---|---|---|---|---|---|
| 14 | 8 | 1.3.5 | 2 | 2 | |||
| 15 | 9 | ||||||
| 16 | 10 | 1.6.8 | 3.0.2 | 3 | 2.0.4 | 10.0.2 | |
| 17 | 1.6.8 | 4 | 3.0.2 | ||||
| 18 | 1.6.8 | 5 | 3.0.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1) List available versions | |
| nvm ls-remote | |
| 1.1) list installed versions | |
| nvm list | |
| 2) Install a specific version | |
| nvm install 8.16.2 | |
| 2.1) Install the latest release | |
| nvm install node |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| build: | |
| chore: | |
| ci: | |
| docs: | |
| style: | |
| refactor: | |
| perf: | |
| test: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <header className="flex items-center bg-gray-800 px-28 py-3"> | |
| <Link href="/"> | |
| <h1 className="font-black text-3xl text-white">Title</h1> | |
| </Link> | |
| <div className="flex-grow text-right"> | |
| <button | |
| className="bg-green-500 hover:bg-green-400 px-5 py-2 text-gray font-bold rounded-sm inline-flex items-center" | |
| onClick={() => router.push("/new")} |
- https://simpleicons.org/ => icons
- https://http.cat/ => http code
- https://excalidraw.com/ => draw
- https://gitmoji.dev/ => Emoji into commits
- https://wweb.dev/resources/css-separator-generator => generador separador
- http://jsbenchmark.com
- http://buff.ly/3QGdG4c => operadores js
- https://www.upscale.media/es => mejorar imagenes
- https://www.myheritage.es/deep-nostalgia => mejorar imagenes
NewerOlder
