- Install Minikube
brew install minikube // minikube version 1.24.0
- Create cluster
# Make sure to setup docker use minimum memory 4096 and cpus 2
minikube start
// OR specific memory and cpu
brew install minikube // minikube version 1.24.0
# Make sure to setup docker use minimum memory 4096 and cpus 2
minikube start
// OR specific memory and cpu
Volta - JS Toolchains as Code. ⚡
goenv - 🚙 Like pyenv and rbenv, but for Go.
Lens - The Kubernetes IDE
Raycast - lets you control your tools with a few keystrokes. It’s designed to keep you focused.
HTTP Toolkit - is a beautiful & open-source tool for debugging, testing and building with HTTP(S)
// https://github.com/imiric/xk6-sql | |
// https://dev.to/k6/load-testing-sql-databases-with-k6-30ci | |
// ./k6 run --vus 5 --duration 5s script.js | |
import sql from 'k6/x/sql'; | |
const db = sql.open("mysql", "username:password@tcp(127.0.0.1)/loadtest"); | |
export function setup() { | |
db.exec(` |
npm install -g bs-platform |
npm install -g react-native-cli |
brew install watchman |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" |
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash |
node
npm
npm install -g [email protected]