API Development
Learning
- coursera
- codeacademy
- khan
- tuts
- code.org
- Girls Who Code
- Hour of Code
- Javabrains (for Java related online classes)
Linux Docs
REST
- RESTful API Modeling Language (RAML) – YAML spec for describing RESTful APIs
- Swagger – documentation (and generator?) for RESTful APIs
- Nice slide deck describing what REST is
HTTP
- HTTP2 standard
- “http2 explained” doc by libcurl developer Daniel Stenberg
- wireshark for examining HTTP traffic
- akamai has an HTTP2 demo
Push Notifications
DNF (new Linux package management)
SSH
Chromium
Media
Revision Control
- GIT
- Mercurial
Fonts
- programmingfonts.org
- fontbureau
Straight Up CS
- Structure and Interpretation of Computer Programs (MIT)
- Building a Modern Computer From First Principles
- The Algorithm Design Manual
Programming Contests