Resources to help you keep up with the industry and learn new things
Development:
- Hacker News: Forum for discussing startups and technology from the ycombinator incubator
/* | |
Traveling app for Thinkful's Express routing course | |
To run: | |
```sh | |
npm init | |
npm install express | |
npm install node-emoji | |
node routing.js | |
``` |
{ | |
"cells": [ | |
{ | |
"cell_type": "code", | |
"execution_count": 41, | |
"metadata": { | |
"collapsed": false | |
}, | |
"outputs": [ | |
{ |
Resources to help you keep up with the industry and learn new things
Development: