Skip to content

Instantly share code, notes, and snippets.

@colbycheeze
Last active August 29, 2015 14:21
Show Gist options
  • Save colbycheeze/e371d75041ced830c2f9 to your computer and use it in GitHub Desktop.
Save colbycheeze/e371d75041ced830c2f9 to your computer and use it in GitHub Desktop.

Start

  * File structure
  * Iron Router [14:00]
  * User accounts [26:00]
    - extra fields [36:00]
  * Collections | Story #4 [47:00]
    - adding useful packages [51:00]
    - Allow/Deny [52:45]
    - Mongol [59:00]
    - Pub/Sub [1:00:00]
    - dev tools / debugging [1:05:00]
    - helpers for grabbing data [1:08:00]
    - Rendering data (handlebars) [1:09:30]
    - Showing collection hoooks package [1:15:00]
    - Showing collection helpers [1:20:00]
    - Overriding given data context with helper for displaying correctly (such as dates) [1:28:00]
    - Collection helpers (package) vs template helpers [1:29:40]
    - Creating events / form submission [1:34:00]
      - Using Debugger [1:35:40]
    - Insert callbacks[1:44:40]
  * Story #5
    - Back from break [1:57:52]
    - Indexing fields on database [2:03:00]
    - [2:06:20] Begin hooking up profile
    - [2:12:56] Security hole with exposing user data (return only the data you need)
    - [2:17:00] Setting data context in iron router
    - [2:21:10] Hook up follow button
      - [2:25:50] if/else block in view
      - [2:27:00] create and call meteor method (server only code)
        - [2:37:00] Viewer writes unfollow code
          - [2:48:00] Solution by Josh
  * [2:52:20] Story #6 - create chronological list of tweets
  * [3:07:00] Story #7 - notifications
    - [3:09:00] Session variables
    - [3:13:00] Returning only the tweets we need, and sorting
  * [3:23:50] Story #8 - Show only tweets for people you are subbed to
    - How to do a simple join (return multiple cursors)
    - [3:36:00] Non reactive data on server and using #observeChanges
    - [3:43:00] Wrap up / Q&A
    - [3:55:00] End

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