Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
people:mlsmith:teaching [2019/07/22 11:00]
mlsmith [Programming Languages]
people:mlsmith:teaching [2019/10/26 22:00]
mlsmith [Relational Databases]
Line 17: Line 17:
   * Shriram’s [[http://cs.brown.edu/courses/csci1730/2012/|Introduction to Programming Languages]] course (archived)   * Shriram’s [[http://cs.brown.edu/courses/csci1730/2012/|Introduction to Programming Languages]] course (archived)
   * Matthew’s [[http://www.eng.utah.edu/~cs5510/|Programming Languages]] course (Fall 2017)   * Matthew’s [[http://www.eng.utah.edu/~cs5510/|Programming Languages]] course (Fall 2017)
-  * [[http://www.youtube.com/playlist?list=PLXr4KViVC0qLyXpinlARzSDWaQTCzaGw3|RacketCon 2013]] +  * [[https://www.youtube.com/user/racketlang/videos|RacketCon]] video presentations 
-  * [[https://www.youtube.com/playlist?list=PLXr4KViVC0qJp4_2uTTAOjt-4URQBAR4c|RacketCon 2019]]+
 ==== Relational Databases ==== ==== Relational Databases ====
  
Line 31: Line 31:
   * Lectures / Tutorials   * Lectures / Tutorials
     * [[https://youtu.be/nWyyDHhTxYU|Learn SQL with Socratica]]: a YouTube lecture series     * [[https://youtu.be/nWyyDHhTxYU|Learn SQL with Socratica]]: a YouTube lecture series
 +    * [[http://www.postgresqltutorial.com/|PostgreSQL Tutorial]]
 +    * [[https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-18-04|How to Install and Use PostgreSQL]] 
     * [[https://youtu.be/qw--VYLpxG4|PostgreSQL in 4 hours]]: Learn PostgreSQL Tutorial on YouTube      * [[https://youtu.be/qw--VYLpxG4|PostgreSQL in 4 hours]]: Learn PostgreSQL Tutorial on YouTube 
     * [[http://www.sqlcourse.com/|SQL Course]]     * [[http://www.sqlcourse.com/|SQL Course]]
     * [[https://www.w3schools.com/sql/|SQL Tutorial by w3schools]]     * [[https://www.w3schools.com/sql/|SQL Tutorial by w3schools]]
-  * Texts +    * [[http://marcrettig.me/blog/|Marc Rettig's blog]] where you can download the classic Data Normalization Poster which was given away as a gift for subscriptions to Database Programming and Design Magazine.:  
-    * [[https://opentextbc.ca/dbdesign01/|Database Design, Second Edition]], by Adrienne Watt+      * I have the original 1989 poster hanging in my office. Here's a scan: {{:people:mlsmith:5-rules-of-data-normalization.jpg?50|}} 
 +      * and here is Marc Rettig's faithful recreation of the poster: {{ :people:mlsmith:rettignormalizationposter.pdf |}} 
 +  * Texts and References
     * [[https://www.db-book.com/db7/|Database System Concepts, Seventh Edition]], by Silberschatz, Korth, and Sudarshan     * [[https://www.db-book.com/db7/|Database System Concepts, Seventh Edition]], by Silberschatz, Korth, and Sudarshan
 +    * [[https://opentextbc.ca/dbdesign01/|Database Design, Second Edition]], by Adrienne Watt
 +    * [[https://jrebel.com/rebellabs/sql-cheat-sheet/|SQL Cheat Sheet]]
 +
 +==== Github ====
  
 +  * [[https://education.github.com/git-cheat-sheet-education.pdf|Git cheat sheets]]
 +  * [[https://enterprise.github.com/downloads/en/github-flow-cheatsheet.pdf|GitHub Flow guide]]
 +  * [[https://enterprise.github.com/downloads/en/markdown-cheatsheet.pdf|GitHub-Flavored Markdown guide]]