Difference between revisions of "Javascript technology 2015"
Line 1: | Line 1: | ||
− | '''THE PAGE FOR THIS COUUSE IS NOW DEPRECATED AND WILL SOON BE DELETED. [ |
+ | '''THE PAGE FOR THIS COUUSE IS NOW DEPRECATED AND WILL SOON BE DELETED. [https://rostlab.org/owiki/index.php/Javascript_technology_2015-2 GO TO JAVASCRIPT TECHNOLOGY 2015 WINTER SEMESTER]''' |
== Description == |
== Description == |
Revision as of 15:37, 27 July 2015
THE PAGE FOR THIS COUUSE IS NOW DEPRECATED AND WILL SOON BE DELETED. GO TO JAVASCRIPT TECHNOLOGY 2015 WINTER SEMESTER
Contents
Description
The anatomy of a javascript system - participating students get hands on experience with designing and building a modern client side javascript web application. the student will research the literature on design concepts and available technologies including the use of common js libraries. The students will prepare presentation and introduce the libraries and concepts they chose to use. Each talk is summarized by student in a seminar thesis.
In this seminar you will be asked to program a mini web-application which demonstrate a javascript capability chosen from the topics listed below. This is a completely hands-on seminar which means that you should be building your own app (no ripping off code from somewhere on the internet), prepare a presentation explaining what you did and describing the javascript concepts you were using and writing a seminar report at the end of the term.
Presentations are due for comments 3 weeks before the presentation date.
The mini web app should be ready and functional at the dat of the seminar. All code should be available for other class participants to check out. You are highly encouraged to use git hub as the repository for your code.
Tips for your presentation
The presentation should:
- introduce to the class the javascript concept you are using in your web-app,
- focus on why you chose to use one technology over the other, if you tried more then one concept show the way you experimented and measured key software engineering metrics such as code performance, readability, reusability etc.
- while you are requested to show your work do not show us heaps of code, instead focus on the interesting parts of your code that highlight implementation decisions.
- A demo of the working app is required
Learning outcome
In the end students know about typical components of a Java Script based system, they can communicate sophisticated technological matters to their peers and they can summarize this in a written report.
VERY IMPORTANT INFORMATION
READ THIS PAGE: Hints and Rules for the seminar
Important Dates
Feb 2. 15:00-16:00 : Seminar pre-meeting.
TBD - presentations due.
Seminar Dates: March 16 - March 20 Seminar dates
Seminar Times: 10:00 - 11:45
Room: Rostlab seminar room I12
Presentation Schedule
Date | Time | Topic | Assigned to | Slides | Source |
---|---|---|---|---|---|
Date April 27 | Time 10:00 | Language basics -- variables, loops, conditionals etc. | Annamaria Petreus
Christopher Janietz |
[1] | [2] |
Date April 27 | Time 11:00 | Object Oriented javascript | Patrick Uhl
Marten Schwarzmann |
[3] | |
Date April 28 | Time 10:00 | Javascript Module Pattern | Sattler Patrick
Andreas Kammerloher |
[4] | [5] |
|
|||||
Date April 29 | Time 10:00 | Javascript and the DOM - using jQuery and other foundation libraries to construct and manipulate the UI | Lukas Wieditz
Christopher Schreiner |
[6] | [7] |
Date April 29 | Time 11:00 | The Angular.JS MVW Framework | Max Zitzmann
Pezhman Nasirifard |
[8] | [9] |
Date April 30 | Time 10:00 | Data visualization using Raphael, D3 | Anshul Vij
Kevin Goßling |
[10] | [11] |
Date April 30 | Time 11:00 | Server side JavaScript with Node.js | Arved Baus
Mohd Ahmed Khan |
[12] | [13] |
Date May 1 | Time 10:00 | Build tools, continuous integration and distribution | Pavel Skvirski
Carlo Di Domenico |
[14] | [15] |
Date May 1 | Time 11:00 | EcmaScript 6 (es6) language features | Jonathan Kienzle
Dominik Vinan |
[16] | [17] |
References
- JavaScript: The Definitive Guide, 6th Edition http://shop.oreilly.com/product/9780596805531.do
- (Highly recommended:) JavaScript: The Good Parts http://shop.oreilly.com/product/9780596517748.do
- http://www.htmlgoodies.com/beyond/javascript/some-javascript-object-prototyping-patterns.html
- http://www.adequatelygood.com/JavaScript-Module-Pattern-In-Depth.html
- http://jquery.com
- http://d3js.org
- http://raphaeljs.com
- http://nodejs.org
- http://jqueryui.com
- http://www.jslint.com/lint.html
- http://jsfiddle.net
- http://www.crockford.com
- http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf
- Advanced Reading JavaScript Garden - the most quirky parts of the JavaScript programming language https://github.com/BonsaiDen/JavaScript-Garden/tree/master/doc/en
- RECOMMENDED VIDEO http://www.paulirish.com/2010/10-things-i-learned-from-the-jquery-source/