Skip to content

Instantly share code, notes, and snippets.

View Leninner's full-sized avatar
🏕️
Focusing!

Lenin Mazabanda Leninner

🏕️
Focusing!
View GitHub Profile
@Klerith
Klerith / vite-testing-config.md
Last active October 26, 2025 00:18
Vite + Jest + React Testing Library - Configuraciones a seguir

Instalación y configuracion de Jest + React Testing Library

En proyectos de React + Vite

  1. Instalaciones:
yarn add --dev jest babel-jest @babel/preset-env @babel/preset-react 
yarn add --dev @testing-library/react @types/jest jest-environment-jsdom
  1. Opcional: Si usamos Fetch API en el proyecto:
@Leninner
Leninner / History\-11249874\entries.json
Last active June 13, 2022 20:16
Código para automatizar búsquedas laborales en los portales de empleo.
{"version":1,"resource":"file:///d%3A/Dev/React/TypeScript/alameda-ecommerce/src/components/Header/styles.ts","entries":[{"id":"Tbp7.ts","timestamp":1651334760351},{"id":"qMDn.ts","timestamp":1651334819752},{"id":"AjvN.ts","timestamp":1651334852558},{"id":"TihA.ts","timestamp":1652230261654}]}
@nikhita
nikhita / update-golang.md
Last active October 13, 2025 08:48
How to update the Go version

How to update the Go version

System: Debian/Ubuntu/Fedora. Might work for others as well.

1. Uninstall the exisiting version

As mentioned here, to update a go version you will first need to uninstall the original version.

To uninstall, delete the /usr/local/go directory by:

@BCasal
BCasal / Colaborar Proyecto GitHub.markdown
Last active October 5, 2025 20:08
Pasos a seguir para colaborar en un proyecto de GitHub

Cómo colaborar en un proyecto en GitHub

  • Fork del repositorio
  • Clonar el repositorio
  • Actualizar la rama master
  • Crear una rama
  • Hacer los cambios
  • Hacer un Pull Request

Fork del repositorio