Skip to content

Instantly share code, notes, and snippets.

View orahul1's full-sized avatar
:shipit:
Focusing

Rahul Raveendran orahul1

:shipit:
Focusing
View GitHub Profile
@chranderson
chranderson / nvmCommands.js
Last active February 17, 2026 14:55
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
@gokulkrishh
gokulkrishh / media-query.css
Last active March 12, 2026 00:57
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */
@yoavniran
yoavniran / ultimate-ut-cheat-sheet.md
Last active January 25, 2026 05:45
The Ultimate Unit Testing Cheat-sheet For Mocha, Chai, Sinon, and Jest