top of page
Search
Mac Useful Commands
Show hidden files in Finder Command + Shift + .
Kiazsoft
Dec 29, 20201 min read
Â
Â
Â
Git
Removing file from all history. git filter-branch --force --index-filter \ "git rm --cached --ignore-unmatch PATH-TO-FILE" \...
Kiazsoft
Dec 14, 20201 min read
Â
Â
Â
MongoDB
Mongo Sample find query db.getCollection("user").find( { "username" : "kia" }, {//projections "username": 1.0, //1.0 means include...
Kiazsoft
Dec 11, 20201 min read
Â
Â
Â
Expo for React Native
Install expo-cli. If on Mac you get any permission errors then run as sudo npm install expo-cli --global Create expo project expo init...
Kiazsoft
Oct 2, 20201 min read
Â
Â
Â
bottom of page