The Lightning talks
Talk 1 RESTful API
Slides: restful-API.pdf
Resources thankfully borrowed:
- Excerpt From: Designing Web APIs Brenda Jin, Saurabh Sahni, and Amir Shevat
- Understanding and using REST APIs
- Photo: from the Paris waiter races
Talk 2 RECURSION
recursion is a technique for breaking a complex problem into smaller and simpler versions of itself and looping until complete.
Recursion in code
- Here are the 2 code samples
- Link to Processing
- link to article
Recursion in the Shell
- tree
- grep
- rm -R remove a directory(s)