MISC: Useful Commands, Keys and Notes
Posted by Ninja Space Content on Saturday, October 16, 2021
Tags: psql tips useful commands on mac
find . -name .git -type d -prune
Shortcut: Click F2 and then change the variable name and click 'enter' to change all variables that is the same as what you selected before hitting F2.npm install nodemon --save-dev
process.env
\c [database name]
to make sure you're in that database to create new tables.\d [table name]
to see schema that you've just created.INSERT INTO people (firstname, lastname) VALUES ('firstTest', 'lastTest');
UPDATE people SET firstname='James', lastname='Taylor' WHERE id=1;
Ninja Space Content |
California |
I have been building simple websites on my own since 2008 and currently run several websites at the moment, including this one. I used to be an account manager for an affiliate/e-commerce company, helping affiliates grow their sales so I have some knowledge on the business side and client side of affiliate marketing. During the Covid-19 pandemic, I completed a JavaScript coding bootcamp and graduated in Dec 2020. I've been working as a contractor for a few software companies ever since. |