Skip to main content

Home/ Groups/ Web Power Labs
webpowerlabs

InterFraternity Council - 0 views

    • webpowerlabs
       
      Sams Frat
  • Theta Ch
webpowerlabs

How to Rock an Algorithms Interview | Palantir - 0 views

  • Array Stack / Queue Hashset / Hashmap / Hashtable / Dictionary Tree / binary tree Heap Graph
  • Think data structures.
  • Sorting (plus searching / binary search) Divide-and-conquer Dynamic programming / memoization Greediness Recursion Algorithms associated with a specific data structure (which brings us to our fourth suggestion…)
  • ...1 more annotation...
  • Think algorithms. Somet
webpowerlabs

Startup Jobs Search | f6s - 0 views

  •  
    SUPER!
webpowerlabs

Developing Backbone.js Applications - - 0 views

  • Understanding render()
  • passing the markup from the template with id item-template to _.template() to be compiled and stored in the todoTpl property when the view is created.
  • he _.template method in Underscore
  • ...17 more annotations...
  • A common Backbone convention is to return this at the end of render()
  • Simple enough.
  • Note the usage of return this; at the end of render.
  • euse the view as a sub-view
  • pre-render the view
  • we make a change to our ListView’s render method
  • When declaring a View, options, el, tagName, id and className may be defined as functions, if you want their values to be determined at runtime.
  • id, cid, and idAttribute properties.
  • Collection.set()
  • Collection.reset()
  • This is handy when dynamically loading a new page of results where you want to blank out the current page of results.
  • Also note that listening to a reset event, the list of previous models is available in options.previousModels, for convenience.
  • The set() method available for Collections can also be used for smart updating of sets of models.
  • RESTful Persistence
  • Fetching models from the server
  • Collections.fetch()
  • Routers
webpowerlabs

Untangled - 0 views

1 - 20 of 169 Next › Last »
Showing 20 items per page