Autosave: 2023-01-25 06:55:07

This commit is contained in:
thomasabishop 2023-01-25 06:55:07 +00:00
parent dc21ffa481
commit da4c4e2e49
2 changed files with 8 additions and 1 deletions

View file

@ -10,6 +10,9 @@
- `.list` file extension
- Error handling
- Awk
- https://dane-bulat.medium.com/the-awk-programming-language-an-introduction-7035d343cd30
## SQL
- What is a _schema_ in MySQL/ SQL ?
@ -27,6 +30,10 @@
- AWS Amplify
- Deploy my own website on AWS
## NodeJS
- Build examples of read stream and write stream
## Git
- What is rebasing?

View file

@ -4,7 +4,7 @@
# It is aliased to `cs-update` in .zshrc
NOTES_PATH="/home/thomas/repose/computer_science"
NOTES_PATH="/home/thomas/repos/computer_science"
SPACE_TO_UNDERSCORE="/home/thomas/repos/computer_science/_scripts/space_to_underscore_filename.sh"
CLEAN_IMAGE_DIRECTORY="/home/thomas/repos/computer_science/_scripts/clean_image_directory.sh"