Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Latest commit

 

History

History
88 lines (66 loc) · 5.08 KB

README.adoc

File metadata and controls

88 lines (66 loc) · 5.08 KB

Folien für die DHBW Vorlesung

Alle Kapitel (zusammen)

Alle Kapitel, außer die Aufgaben sind als ein zusammenhängendes PDF verfügbar.

Einzelne Kapitel

Kapitel Online PDF Source

About Me

00-me.html

00-me.pdf

00-me.adoc

1

Einführung

01-start.html

01-start.pdf

01-start.adoc

2

Version Control Systems - 1

02-vcs.html

02-vcs.pdf

02-vcs.adoc

3

Aufgaben für den 1. Praxisteil

03-aufgaben-1.html

03-aufgaben-1.adoc

4

Version Control Systems - 2

04-vcs2.html

04-vcs2.pdf

04-vcs2.adoc

5

Aufgaben für den 2. Praxisteil

05-aufgaben-2.html

05-aufgaben-2.adoc

6

Version Control Systems - 3

06-vcs3.html

06-vcs3.pdf

06-vcs3.adoc

7

Aufgaben für den 3. Praxisteil

07-aufgaben-3.html

07-aufgaben-3.adoc

8

Version Control Systems - 4

08-vcs4.html

08-vcs4.pdf

08-vcs4.adoc

9

Aufgaben für den 4. Praxisteil

09-aufgaben-4.html

09-aufgaben-4.adoc

10

Clean Code

10-cleancode.html

10-cleancode.pdf

10-cleancode.adoc

11

Continuous Integration & Delivery

11-continuous.html

11-continuous.pdf

11-continuous.adoc

12

Aufgaben für den 5. Praxisteil

12-aufgaben-5.html

12-aufgaben-5.adoc

13

Testen

13-testen.html

13-testen.pdf

13-testen.adoc

14

Refactoring

14-refactoring.html

14-refactoring.pdf

14-refactoring.adoc

Java Kurzeinführung

0x-java.html

0x-java.adoc

Projekt Setup

0x-setup.html

0x-setup.adoc

15

Aufgaben für den 6. Praxisteil

16-aufgaben-6.html

15-aufgaben-6.adoc

17

Requirements Engineering

17-requirements.html

17-requirements.pdf

17-requirements.adoc

18

Agile & Scrum

18-agile-scrum.html

18-agile-scrum.pdf

18-agile-scrum.adoc

dhbw slides Licence Creative Commons

All documents within the repository are available under the license Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0).

Generierung der HTML Präsentation (lokal)

You need ruby and bundler installed. This processing is completely inspired by Nicolas Fraenkel. See also his blog post: https://blog.frankel.ch/automating-generation-asciidoctor-output

Setup Ruby

I used Homebrew for MacOsX. Start via

$ brew update
$ brew install rbenv rbenv-gemset

and proceed like in the instructions at

Setup bundler

Install and configure bundler

$ gem install bundler
$ bundle config --local github.https true
$ bundle --path=.bundle/gems --binstubs=.bundle/.bin

Setup PDF processing

$ npm install -g decktape
$ brew install ghostscript

Clone this repo

$ git clone https://github.com/barclay-reg/dhbw-slides.git

Generate the Slides

$ ./build-slides.sh
$ ./build-slides.sh -makePdfs