Skip to content

Instantly share code, notes, and snippets.

View isabelchua's full-sized avatar
💭
never stop learning

Isabel Chua isabelchua

💭
never stop learning
  • San Francisco
View GitHub Profile
@isabelchua
isabelchua / dabblet.css
Created January 17, 2023 01:04
Checkbox Hack
/* Checkbox Hack */
#toggle-1 {
position: absolute;
top: -9999px;
left: -9999px;
}
#label {
-webkit-appearance: push-button;
-moz-appearance: button;
@isabelchua
isabelchua / mongodb_cheat_sheet.md
Last active September 6, 2020 19:34 — forked from bradtraversy/mongodb_cheat_sheet.md
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database