https://github.com/limansky/trainings
Slides and examples for programming trainings
https://github.com/limansky/trainings
Last synced: 5 months ago
JSON representation
Slides and examples for programming trainings
- Host: GitHub
- URL: https://github.com/limansky/trainings
- Owner: limansky
- Created: 2014-04-18T13:34:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T15:09:23.000Z (about 8 years ago)
- Last Synced: 2025-07-25T13:33:58.919Z (12 months ago)
- Language: TeX
- Size: 98.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Programming training
=====================
This project contain materials for my programming training including slides
and code examples.
Currently following trainings are available:
- Introduction to Scala
- Futures and Promises
- Advanced Scala features (extractors, parsing) (in progress)
- Introduction to Akka
It is assumed that the audience are senior Java or C++ programmers.
Building
--------
All slides are made using [Beamer](https://bitbucket.org/rivanvx/beamer/wiki/Home).
It also required to have [TikzUML](http://perso.ensta-paristech.fr/~kielbasi/tikzuml/index.php?lang=en)
to render UML diagrams. There are Makefiles for [latexmk](http://users.phys.psu.edu/~collins/software/latexmk-jcc/).
All Scala examples are tested with sbt 0.13.

This work by Mike Limansky is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.