This is the presentation I gave on 05/01/2015 at MathWorks as part of interviewing for a front end developer position.
Just looking to view the presentation? click here to check it out.
A basic gruntfile is included to allow making changes to the presentation and seeing the results.
node needs to be installed first. then clone this repo:
git clone https://github.com/nttibbetts/mathworks_presentation.git
install grunt-cli:
npm install -g grunt-cli
use npm to install the dependencies
npm install
finally start up a local server to view the presentation as you make changes:
grunt
presentation.md is CC-NC-ND licensed.
The rest of the code except what is under lib/ is licensed under GPLv3.
The dependencies under lib/ are licensed as designated by their contributors.

