-
Notifications
You must be signed in to change notification settings - Fork 0
Home
xna2 edited this page Jun 27, 2012
·
11 revisions
Welcome to the infos wiki!
Here you can find some general tutorial for the techs we are using and some personal projects we are working on
Needed Improvement
- Ambiguous tasks in pivotal
- Assign yourself user stories right when you start working on them
- Only assign yourself user stories if you are going to do them
- Comment on your user stories to tell what you have done (git tagging will help this)
- Commenting code
- Tests
- Express
- HTTP Request & Server
- Read/write files
- GIT
- NodeUnit
To-Do:
- one repo (commit, push, pull)
- one file that needs editing by multiple people (conflict resolution)
- test driven development (nodeunit, pivotal)
- fetch some http data
- display static content (http request)
-
How to Create a Simple Node Proxy Server - create a proxy using node, manipulated some DOM objects and send the result back to browser.
-
How to use NPM - install package, create module and publish to npm directory
- How to use Git - basic commands of Git
Some of personal projects we created during practicing these technologies.
- Authenication / Sessions Tutorial Code - Note: I will probably update this example sometime soon to use the node module crypto instead of bcrypt so it works on windows.
-
Real Questions, Fake Answers - Real time chat and a siri like bot that provides you campus related information, using nodejs, express, socket.io and jade.
-
Real Video, Fake Tags - Simple Video tagging system using videojs html5 video player, RESTful api and object modeling.