Skip to content

Instantly share code, notes, and snippets.

@sgup
sgup / recommended-routine.md
Last active July 11, 2025 09:56
Recommended Routine - Reddit BodyweightFitness
@tomysmile
tomysmile / mac-setup-redis.md
Last active July 10, 2025 21:05
Brew install Redis on Mac

type below:

brew update
brew install redis

To have launchd start redis now and restart at login:

brew services start redis
@gokulkrishh
gokulkrishh / media-query.css
Last active July 31, 2025 19:43
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */