Skip to content

Instantly share code, notes, and snippets.

@hawkup
hawkup / tools.md
Last active March 27, 2022 09:37
Tools

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)

@hawkup
hawkup / A-setup.md
Last active January 30, 2022 07:27
Minikube on Mac OS
  1. Install Minikube
brew install minikube // minikube version 1.24.0
  1. Create cluster
# Make sure to setup docker use minimum memory 4096 and cpus 2
minikube start
// OR specific memory and cpu