Skip to content

Instantly share code, notes, and snippets.

View daveydee33's full-sized avatar
πŸ˜„
Mind, Body, and CODE ! ✌️😜

Dave Degeatano daveydee33

πŸ˜„
Mind, Body, and CODE ! ✌️😜
View GitHub Profile
@trey
trey / happy_git_on_osx.md
Last active July 31, 2026 01:35
Creating a Happy Git Environment on OS X

Creating a Happy Git Environment on OS X

Step 1: Install Git

brew install git bash-completion

Configure things:

git config --global user.name "Your Name"

git config --global user.email "you@example.com"

@thegitfather
thegitfather / vanilla-js-cheatsheet.md
Last active May 4, 2026 23:41
Vanilla JavaScript Quick Reference / Cheatsheet
@nepsilon
nepsilon / auto-backup-your-configuration-files-with-vim.md
Last active July 12, 2026 15:07
Auto-backup your configuration files with Vim β€” First published in fullweb.io issue #71

Auto-backup your configuration files with Vim

Not using versioning on your configuration files and editing them with Vim?

Use Vim’s backup option to automatically keep a copy of past versions. To put in your ~/.vimrc:

"Turn on backup option
set backup

Libraries and Tools for React

If you're developing an application based on React it can be helpful if you don't need to develop all the basic UI components yourself. Here you can find a list with various components, component libraries and complete design systems developed with and for React.

As the list got longer and longer I thought it would be better to have a "real" site for it.

πŸ‘‰ Please find the (new) list here: https://react-libs.nilshartmann.net/

@bradtraversy
bradtraversy / mongodb_cheat_sheet.md
Last active August 26, 2026 13:20
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database