Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Webshaped
Search
Andrew Nesbitt
May 23, 2013
Technology
0
500
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
Ecosyste.ms Conference talk at EasyBuild User Meeting
andrew
0
330
Can my friends come too?
andrew
5
2.3k
Elasticsearch on Rails
andrew
1
460
24 Pull Requests
andrew
0
570
Hardware Hacking with JavaScript
andrew
1
350
Robotics 101
andrew
4
860
Learning how to Tinker
andrew
2
990
Nodecopter Pivotal
andrew
1
170
BathRuby on Robots
andrew
0
150
Other Decks in Technology
See All in Technology
Bill One 開発エンジニア 紹介資料
sansan33
PRO
4
17k
複雑さを受け入れるか、拒むか? - 事業成長とともに育ったモノリスを前に私が考えたこと #RSGT2026
murabayashi
1
2k
【Agentforce Hackathon Tokyo 2025 発表資料】みらいシフト:あなた働き方を、みらいへシフト。
kuratani
0
120
困ったCSVファイルの話
mottyzzz
0
270
2025年 山梨の技術コミュニティを振り返る
yuukis
0
160
産業的変化も組織的変化も乗り越えられるチームへの成長 〜チームの変化から見出す明るい未来〜
kakehashi
PRO
1
770
田舎で20年スクラム(後編):一個人が企業で長期戦アジャイルに挑む意味
chinmo
1
1.5k
CQRS/ESになぜアクターモデルが必要なのか
j5ik2o
0
1.2k
旬のブリと旬の技術で楽しむ AI エージェント設計開発レシピ
chack411
1
280
Databricks Free Editionで始めるLakeflow SDP
taka_aki
0
120
20260114_データ横丁 新年LT大会:2026年の抱負
taromatsui_cccmkhd
0
290
Oracle Database@Azure:サービス概要のご紹介
oracle4engineer
PRO
3
380
Featured
See All Featured
The Spectacular Lies of Maps
axbom
PRO
1
430
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.6k
WCS-LA-2024
lcolladotor
0
420
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.1k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.7k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
7.9k
Between Models and Reality
mayunak
1
170
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
730
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
880
Getting science done with accelerated Python computing platforms
jacobtomlinson
1
98
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.5k
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