Skip to content

Latest commit

 

History

History
95 lines (56 loc) · 2.16 KB

README.md

File metadata and controls

95 lines (56 loc) · 2.16 KB

LinuxDays Fall 2016 Spotlight Course

Developer's Toolkit - or things I wish someone had told me earlier...

In this repository, you can find the presentation and all the files for the demonstrations we did during the presentation.

To try out our build chain for the presentation, run ./build.sh. You need pandoc and pdflatex for it to work.

The Demonstrations can be found in the "./resources/" folder.

How to Install LaTeX and pandoc

Ubuntu

apt-get install texlive-full pandoc

Further resources

(Most of these are clickable links!)

Vim

Vim "Tutorial"

  • Just type vimtutor in your command line!

Youtube videos

Themes

Git

Youtube videos

Books

Recommended Tools

  • tig
  • git-cola

Buildtools

Java

C/C++

Python

Unit Testing

Java

Python

  • Python Nose Tests

Google Testing Suite

Continuos Integration