Skip to content

Instantly share code, notes, and snippets.

@victorclee
Last active May 3, 2017 02:42
Show Gist options
  • Save victorclee/f35a48d447580e6734623c159c28ee02 to your computer and use it in GitHub Desktop.
Save victorclee/f35a48d447580e6734623c159c28ee02 to your computer and use it in GitHub Desktop.

TIL - Things I Learned 20170502

SQL and non SQL databases

SQL databases are relational, they are more organized, but also larger in file size. Resembles Excel spreadsheets. Non SQL databases are not relational, they are like a bunch of classes or hashes.

SASS

We also learned that SASS is like CSS but with logic

Gemfile

bootstrap-sass

We installed bootstrap-sass

Today was a good day! I fixed my contacts app, and followed all the steps for my new mini-capstone app, it went really well!! I'm happy I took time to follow all the cheapsheets! I learned so much better when I did all the steps myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment