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 December 11, 2024 18:24
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 December 5, 2024 20:33
Instalaciones recomendadas para el curso de Next.js 13 >
@Klerith
Klerith / instalaciones-nestjs.md
Last active December 26, 2024 00:14
Instalaciones recomendadas para el curso de Nest.js
@Klerith
Klerith / vite-testing-config.md
Last active December 29, 2024 21:06
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: