Skip to content

Instantly share code, notes, and snippets.

@daegren
daegren / exercises.md
Last active December 17, 2015 15:19
sample sql database file to explain SQL

Exercises

In order to learn SQL, we'll go through some simple exercises to start

  1. Given the following statement:
CREATE TABLE `users` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`email` varchar(255) NOT NULL,
@daegren
daegren / REST.md
Last active December 17, 2015 04:28
Explaining REST to my Wife

Originally Posted here by Ryan Tomayko

Wife: Who is Roy Fielding?

Ryan: Some guy. He's smart.

Wife: Oh? What did he do?

Ryan: He helped write the first web servers and then did a ton of research explaining why the web works the way it does. His name is on the specification for the protocol that is used to get pages from servers to your browser.