Skip to content

Instantly share code, notes, and snippets.

View Alirio-Mieres's full-sized avatar
馃幆
Focusing

Alirio Mieres Alirio-Mieres

馃幆
Focusing
View GitHub Profile
@AntonFriberg
AntonFriberg / README.md
Last active April 28, 2025 09:40
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 May 7, 2025 15:03
Instalaciones recomendadas para el curso de Next.js 13 >
@Klerith
Klerith / instalaciones-nestjs.md
Last active May 3, 2025 16:08
Instalaciones recomendadas para el curso de Nest.js
@Klerith
Klerith / vite-testing-config.md
Last active April 30, 2025 09: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: