Difference between revisions of "WebFund 2014W Lecture 14"

From Soma-notes
Jump to navigation Jump to search
 
Line 1: Line 1:
The video from the lecture given on February 28, 2014 is available:
The video from the lecture given on March 5, 2014 is available:


* [http://www.screencast.com/t/JpSoksS707L Small from screencast.com]
* [http://www.screencast.com/t/JpSoksS707L Small from screencast.com]

Latest revision as of 20:42, 9 March 2014

The video from the lecture given on March 5, 2014 is available:

Topics

  • adventure-ajax-demo
  • jQuery
  • javascript console in browsers
  • web security

Design considerations

  • concurrency: multiple clients doing requests in parallel
    • avoid modifying the "same" data structure in parallel
    • => change different documents where possible, rather than multiple changes to the same document
  • latency: how long to update client interface
    • make sure database operations will be fast
    • optimize queries (build appropriate indexes