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
New Stack Lunch Presentation
Search
Mathias Biilmann
March 07, 2016
Programming
1
520
New Stack Lunch Presentation
Lunch Presentation at Zendesk
Mathias Biilmann
March 07, 2016
Tweet
Share
More Decks by Mathias Biilmann
See All by Mathias Biilmann
React and the JAMstack - Reactathon Fundamentals 2018
biilmann
1
720
The JAMstack - Smashing Conf Freiburg 2017
biilmann
1
850
Hide Your Keys
biilmann
0
250
Rise of the JAMstack
biilmann
0
680
The JAM Stack
biilmann
21
11k
Comparing static site generators and how to onboard from a dynamic workflow
biilmann
3
1.7k
Other Decks in Programming
See All in Programming
The Nature of Complexity in John Ousterhout’s Philosophy of Software Design
philipschwarz
PRO
0
160
Amazon CloudWatchの地味だけど強力な機能紹介!
itotsum
0
230
Rubyの!メソッドをちゃんと理解する
alstrocrack
1
120
ASP.NETアプリケーションのモダナイゼーションについて
tomokusaba
0
240
Make Parsers Compatible Using Automata Learning
makenowjust
2
6.9k
eBPF超入門「o11yに使える」とは (20250424_eBPF_o11y)
thousanda
1
110
Optimizing JRuby 10
headius
0
570
Golangci-lint v2爆誕: 君たちはどうすべきか
logica0419
1
230
GitHub Copilot for Azureを使い倒したい
ymd65536
1
310
REALITY コマンド作成チュートリアル
nishiuriraku
0
120
実践Webフロントパフォーマンスチューニング
cp20
45
10k
プロフェッショナルとしての成長「問題の深掘り」が導く真のスキルアップ / issue-analysis-and-skill-up
minodriven
8
1.9k
Featured
See All Featured
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.4k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.3k
Gamification - CAS2011
davidbonilla
81
5.3k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
Music & Morning Musume
bryan
47
6.5k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
13
830
Build your cross-platform service in a week with App Engine
jlugia
230
18k
Automating Front-end Workflow
addyosmani
1370
200k
Why Our Code Smells
bkeepers
PRO
336
57k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
12k
Building a Modern Day E-commerce SEO Strategy
aleyda
40
7.2k
Producing Creativity
orderedlist
PRO
344
40k
Transcript
The New Stack Chris Bach & Matt Biilmann, Netlify 2016
1
The Web Dev Toolchain Disrupted • Modern Build Tools •
Modern Browsers • Modern APIs • CDN Hosting 2
Push your web-app or site to netlify. - the modern
day platform that developers use to manage and publish their content online. 3
Butterfly Butterfly Effect In chaos theory, the butterfly effect is
the sensitive dependence on initial conditions in which a small change in one state of a deterministic nonlinear system can result in large differences in a later state. 4
"I'm writing some scripts to try to track things a
whole lot faster." Thu Apr 07 2005, Linux-Kernel Mailing List 5
Made by MarketMe GitHub launched February 2008, grew to 10
million repositories within the first 5 years, now has more than 10M active users. 6
10 Years Ago 7
Or today? For many Wordpress developers 8
Git Centric Workflow • Anything that’s text based goes in
a git repo • Clone, fork, push and pull all the time • Git has become as essential as our text editors 9
Another Detour • GitHub rode the Rails wagon • Rails
came with Rake • Task runners went mainstream 10
Front-end Build Tools • All modern front-enders use build tools
and task runners • Grunt, Gulp, Webpack, Ember-CLI • Jekyll, Middleman, Roots, Hugo, Metalsmith 11
Git Centric Workflow Any front-end project at netlify should work
somewhat like this 12
Git Centric Workflow After the initial clone, the flow becomes
something like this 13
Pull • Watch • Push 14
Pure Front-Ends • Not mixed with backend code or dependency
• All you need is in Git • No database, message queue, search engines, etc… 15
16
Pull • Watch • Push Gulp + Jekyll, BrowserSync, No
Backend 17
APIs Dynamic needs handled by 3rd party widgets Made by
MarketMe 18
Most Dev Friendly Setup • All content live Markdown or
YAML files • Everything in version control • Use all of our text based dev tools 19
20
Single Page App • Run full front-end app locally with
no dependencies • Run locally against production API • Pure front-end, completely decoupled from backend 21
Made by MarketMe 22 The Production Story
Pull • Build • Push 23
JavaScript, APIs & Markup • Can run anywhere • Distribute
on Global CDN nodes • Faster, Safer, Simpler & Cheaper 24
Intelligent CDN • Atomic Deploys • Instant Cache Invalidation •
Routing intelligence: Proxying, GeoIP, Authentication 25
26
Example: WeWork • Gradual transition from Rails to Roots •
No huge rewrite • Proxy all non-static requests to legacy origin 27
One Rule netlify intelligently proxies only URLs with no corresponding
file 28
29
Closing the Circle 30
31
32
Example: Sequoia • Large site: ~15,000 HTML Pages • Fetches
data from Contentful + Job API • Trigger rebuild whenever content change 33
34
Content Editors? • How to get your marketing team on
board? • Ideal dev cycle, but what about non-techies • Normal people are not int “Git Centric Worflows”! 35
36
Thanks! Matt Biilmann www.netlify.com @biilmann 37