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
Resources to help you keep up with the industry and learn new things
Development:
| { | |
| "cells": [ | |
| { | |
| "cell_type": "code", | |
| "execution_count": 41, | |
| "metadata": { | |
| "collapsed": false | |
| }, | |
| "outputs": [ | |
| { |
| /* | |
| Traveling app for Thinkful's Express routing course | |
| To run: | |
| ```sh | |
| npm init | |
| npm install express | |
| npm install node-emoji | |
| node routing.js | |
| ``` |