Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstropek/htl-mobile-computing
Material for Mobile Computing Course at HTL Perg
https://github.com/rstropek/htl-mobile-computing
Last synced: 6 days ago
JSON representation
Material for Mobile Computing Course at HTL Perg
- Host: GitHub
- URL: https://github.com/rstropek/htl-mobile-computing
- Owner: rstropek
- License: mit
- Created: 2017-07-12T14:55:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:29:04.000Z (almost 2 years ago)
- Last Synced: 2023-08-14T08:11:00.647Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://rstropek.github.io/htl-mobile-computing/
- Size: 9.93 MB
- Stars: 10
- Watchers: 2
- Forks: 57
- Open Issues: 96
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mobile Computing
This repository contains material for the Mobile Computing Course at HTL Perg.
## View Material
* [Open in browser](https://rstropek.github.io/htl-mobile-computing)
* [Get printable version](https://rstropek.github.io/htl-mobile-computing?print-pdf)## Build and Run
* Install [Node.js](https://nodejs.org/en/)
* Clone repository
* Run `npm install` to install dependencies
* Run `npm run build` to build presentation into `dist` folder. You can put this `dist` folder on a webserver to publish the material.
* Run `npm start` during content creation to build in case of changes and serve using a local dev server## Content
This repository contains slides (based on *Markdown*), hands-on exercises with solutions and exam exercises without solutions. It covers the following topics:
* Course Organization
* Why bother learning web and mobile technologies?
* Node.js Fundamentals ([exercises](https://github.com/rstropek/htl-mobile-computing/tree/master/node-fundamentals))
* NPM Fundamentals
* ECMAScript Fundamentals ([exercises](https://github.com/rstropek/htl-mobile-computing/tree/master/ecmascript-fundamentals))
* TypeScript Fundamentals ([exercises](https://github.com/rstropek/htl-mobile-computing/tree/master/typescript-fundamentals))
* RESTful Web APIs ([exercises](https://github.com/rstropek/htl-mobile-computing/tree/master/rest-fundamentals))
* OAuth2 and OpenID Connect Fundamentals
* WebSockets Fundamentals ([exercises](https://github.com/rstropek/htl-mobile-computing/tree/master/websockets))
* Docker Fundamentals ([exercises](https://github.com/rstropek/htl-mobile-computing/tree/master/docker))
* Angular Fundamentals ([exercises](https://github.com/rstropek/htl-mobile-computing/tree/master/angular))