Skip to content

Instantly share code, notes, and snippets.

View Alirio-Mieres's full-sized avatar
🏠
Working from home

Alirio Mieres Alirio-Mieres

🏠
Working from home
View GitHub Profile
@AntonFriberg
AntonFriberg / README.md
Last active September 26, 2024 14:05
Multiple Python Installations on Linux Using Mise-en-Place (an asdf rust clone)

Multiple Python Installations on Linux Using Mise

Note: Mise was previously called RTX

I have tried a lot different ways of managing multiple Python versions on different Linux systems.

  • pyenv
    • Uses shims which is confusing, especially for new users
  • Compiling from source
@Klerith
Klerith / instalaciones-next.md
Last active November 5, 2024 10:42
Instalaciones recomendadas para el curso de Next.js 13 >
@Klerith
Klerith / instalaciones-nestjs.md
Last active November 8, 2024 19:34
Instalaciones recomendadas para el curso de Nest.js
@Klerith
Klerith / vite-testing-config.md
Last active November 7, 2024 17:24
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: