Skip to content

Instantly share code, notes, and snippets.

@victorclee
Last active May 14, 2017 22:18
Show Gist options
  • Save victorclee/22ff24b48a0e36da79424057ad27daa2 to your computer and use it in GitHub Desktop.
Save victorclee/22ff24b48a0e36da79424057ad27daa2 to your computer and use it in GitHub Desktop.
TIL May 14, 2017

TIL - Things I Learned - Sunday 05/14/2017

Active Record Querying

http://guides.rubyonrails.org/active_record_querying.html
To retrieve objects from the database, Active Record provides several finder methods. Each finder method allows you to pass arguments into it to perform certain queries on your database without writing raw SQL.

We learned how to create new links to sort the items in our mini capstone app in either ascending or descending approach in the navbar, using query params.

Connect, Coffee, Interview

Today we each connected with 50 web developers in the Chicago area. We're making an early effort to make ourselves known!

Whiteboarding

During whiteboarding we worked on 30 Array Interview Questions for Programmers. See Useful Resources below.

Useful Resources

https://javarevisited.blogspot.com/2015/06/top-20-array-interview-questions-and-answers.html

Boot camp is information overload, in a great way! There's so much to learn and not enough time, or sleep. PUSH THROUGH! Lord give me strength...

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