GildedRose Refactoring Kata 01-13-2021
GildedRose Refactoring Kata 01-13-2021: #TIL ::: anki 04a33975-212f-4087-80d4-e0d909efc835 GildedRose is a kata to practice your refactoring skills #Flashcard :::
https://github.com/emilybache/GildedRose-Refactoring-Kata…
Read more ⟶
Kitty terminal cheatsheet
Ctrl + Shift + T -> Open new tab
Ctrl + Shift + Q -> closes tab
Ctrl + Shift + (left or right) -> move between tabs
Ctrl + Alt + Shift + t -> set title of the tab
Ctrl + Shift + Enter -> Create a new window
Ctrl + Shift + l -> change layout…
Read more ⟶
NVM fast in mac
I normally use nvm to have multiple node versions, a lot of projects need older versions of node etc…
but nvm makes zsh load extreamly slow… and this just irritates me xD
here are the steps to install nvm, and configure it to load nvm not in the start of the shell, but only when we execute node.
credits to https://til-engineering.nulogy.com/Slow-Terminal-Startup-Tip-Lazy-Load-NVM/
Install nvm with brew brew install nvm configure nvm in your .…
Read more ⟶