Nane Kratzke

Lecture:

Web Technologies

Published: 01 Mar 2015 (latest update: 10 Jul 2015)
Short: Webtech
Semester: SS 2015
Study: Computer Science
Sponsor: Supported by educational grants from Amazon Web Services

This project is about common technologies used to build (part) of web information systems. The project course is given for students at Lübeck University of Applied Sciences (in german language). The course covers following aspects:

  • IaaS Cloud Computing to host (distributed and scalable) web applications
  • descriptional languages for web content like HTML
  • presentational languages for web content like CSS
  • Document Object Model (DOM)
  • client and server side programming with Dart
  • security aspects like HTML/SQL injections or session hijacking

Students apply their intensified web programming skills by developing a small one person, DOM-tree based (that means not canvas based) online game like Tetris or Boulder Dash (see game outcomes below).

IaaS Cloud Computing is introduced to provide a convenient form to host even complex and distributed web based systems.

Game