Speaker Deck
Speaker Deck Pro
Sign in
Sign up
for free
Webshaped
Andrew Nesbitt
May 23, 2013
Technology
0
380
Webshaped
Turbo charging your workflow with Node.js
Andrew Nesbitt
May 23, 2013
Tweet
Share
More Decks by Andrew Nesbitt
See All by Andrew Nesbitt
andrew
5
1.4k
andrew
1
130
andrew
0
400
andrew
1
260
andrew
4
360
andrew
2
560
andrew
1
28
andrew
0
62
andrew
1
180
Other Decks in Technology
See All in Technology
hirosys
0
100
clustervr
0
160
caori_t
0
150
con_mame
4
2k
hacker2202
0
750
sylph01
0
160
tzkoba
0
380
kentaro
1
320
yukitodate
2
310
neo_analytics
0
970
shomaekawa
3
1k
am7cinnamon
2
2.6k
Featured
See All Featured
phodgson
87
3.9k
geeforr
332
29k
garrettdimon
287
110k
swwweet
206
6.8k
chriscoyier
780
240k
philnash
8
490
erikaheidi
13
4.2k
rasmusluckow
318
18k
gr2m
83
11k
marcelosomers
220
15k
smashingmag
283
47k
philhawksworth
192
8.8k
Transcript
Turbo charging your workflow with Node.js
Andrew Nesbitt @teabass
Web Developer London
Nodecopter
Turbo charging your workflow with Node.js
What is a Workflow?
Why Automate?
Save Time
Automate boring bits
Reduce Errors
Stay in the flow
Focus on the stuff that matter
A good developer is a lazy developer
None
var http = require('http'); http.createServer(function (req, res) { res.writeHead(200, {'Content-Type':
'text/plain'}); res.end('Hello World\n'); }).listen(1337, '127.0.0.1'); console.log('Server running at http://127.0.0.1:1337/');
npm npmjs.org
Bower bower.io
Demo!
None
Grunt gruntjs.com
Demo!
None
But wait!
A good developer is a lazy developer
Yeoman yeoman.io
Demo!
Project scaffolding Grunt build process Live Reload Linting Web server
Compress images Bower package management Javascript Unit Testing
None
Thanks!
github.com/andrew/webshaped speakerdeck.com/andrew/webshaped
Questions? @teabass