layout | permalink | title |
---|---|---|
page |
/tips/ |
tips |
This is a page for us to update together.
What are your tools and tips for web development?
- React
- Angular
- ExpressJS <- Framework, no need for switch cases to send files!
- Python 3 http.server
This module contains the Python 3 equivalent of SimpleHTTPServer. The server can be started with
python -m http.server <port>
, after downloading the module (probably with pip). - D3 API
- Git Tutorial
- The Text Triumvirate
- Visual Studio Code <- light-weight, integrated terminal
- Atom
- Brackets <- light-weight, live preview
- EloquentJS <- excellent book by a JS superstar, a nice alternative to the assigned readings on JavaScript we'll be doing
- NodeSchool <- A set of great tutorials on Node that you complete from within the terminal
- Async Programming in Node
- Learn JS Data -- manipulating data in JS
- Book of Shaders <- Learn GLSL with a fantastic set of interactive, browser-based tutorials