courseware - efficient materials for your workshop

14
CourseWare Víťa Plšek @winsik Java / Javascript www.angular.cz efficient materials for your workshop

Upload: vita-plsek

Post on 07-Apr-2017

176 views

Category:

Software


1 download

TRANSCRIPT

Page 1: Courseware - efficient materials for your workshop

CourseWare

Víťa Plšek@winsik

Java / Javascript

www.angular.cz

efficient materials for your workshop

Page 2: Courseware - efficient materials for your workshop

How can Javascript exercise look like ?

git clone https://github.com/Angular-cz/courseware-examples

npm install && npm start

Page 3: Courseware - efficient materials for your workshop

You have to tell students what to do

We have tried to do it by several ways

● verbally● todos● brief text file● really long file with solutions and hints● website generator ● ...

● CourseWare is logical result

???

Page 4: Courseware - efficient materials for your workshop

CourseWare is

… specialized content generator for Javascript courses.

“Marketing” feature list

● generates single file● jade markup● responsive layout● components for hints and solutions● source highlighter● interactive integration of test results

Page 5: Courseware - efficient materials for your workshop

SHOW time

Page 6: Courseware - efficient materials for your workshop

What is under its hood ?

● NPM● Jade● Gulp● AngularJS● Karma● Socket.io

Page 7: Courseware - efficient materials for your workshop

What is under its hood ?

● NPM● Jade● Gulp● AngularJS● Karma● Socket.io

npm install angular-cz-courseware

courseware build

● part of your package build● globally installed tool

Page 8: Courseware - efficient materials for your workshop

What is under its hood ?

● NPM● Jade● Gulp● AngularJS● Karma● Socket.io

● bootstrap● template simplification

● highlighting filters● file integration

hhtml body div h1 Hello Jade

Page 9: Courseware - efficient materials for your workshop

What is under its hood ?

● NPM● Jade● Gulp● AngularJS● Karma● Socket.io

● jade compilation● styles processiong● inlining assets● http-server

courseware devel

Page 10: Courseware - efficient materials for your workshop

What is under its hood ?

● NPM● Jade● Gulp● AngularJS● Karma● Socket.io

● single page application● routing● usefull components● test results visualization

Page 11: Courseware - efficient materials for your workshop

What is under its hood ?

● NPM● Jade● Gulp● AngularJS● Karma● Socket.io

npm install karma-json-result-reporter

● watching source and tests● write results to folder● utilize json reporter

Page 12: Courseware - efficient materials for your workshop

What is under its hood ?

● NPM● Jade● Gulp● AngularJS● Karma● Socket.io ● connects to courseware

● sending result changes

Page 13: Courseware - efficient materials for your workshop

Can I use CourseWare in my course?

Yes …... it is free for non-comercial and internal courses.

github.com/Angular-cz/coursewaregithub.com/Angular-cz/courseware-examples

Page 14: Courseware - efficient materials for your workshop

www.angular.cz/brnojs-courseware