Skip to content

Instantly share code, notes, and snippets.

View TemurbekRuziyev's full-sized avatar
🎯
Focusing

Temurbek Ro'ziyev TemurbekRuziyev

🎯
Focusing
View GitHub Profile
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active January 6, 2026 14:02
Conventional Commits Cheatsheet
@chranderson
chranderson / nvmCommands.js
Last active January 6, 2026 13:51
Useful NVM commands
// check version
node -v || node --version
// list locally installed versions of node
nvm ls
// list remove available versions of node
nvm ls-remote
// install specific version of node