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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Mathias Biilmann
March 07, 2016
Programming
1
580
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
770
The JAMstack - Smashing Conf Freiburg 2017
biilmann
1
900
Hide Your Keys
biilmann
0
270
Rise of the JAMstack
biilmann
0
720
The JAM Stack
biilmann
21
12k
Comparing static site generators and how to onboard from a dynamic workflow
biilmann
3
1.7k
Other Decks in Programming
See All in Programming
CopilotKit + AG-UIを学ぶ
nearme_tech
PRO
1
120
日本だけで解禁されているアプリ起動の方法
ryunakayama
0
360
TipKitTips
ktcryomm
0
150
Ruby x Terminal
a_matsuda
5
550
Rubyと楽しいをつくる / Creating joy with Ruby
chobishiba
0
200
受け入れテスト駆動開発(ATDD)×AI駆動開発 AI時代のATDDの取り組み方を考える
kztakasaki
2
510
DSPy入門 Pythonで実現する自動プロンプト最適化 〜人手によるプロンプト調整からの卒業〜
seaturt1e
1
440
Swift ConcurrencyでよりSwiftyに
yuukiw00w
0
230
手戻りゼロ? Spec Driven Developmentとは@KAG AI week
tmhirai
1
100
AIプロダクト時代のQAエンジニアに求められること
imtnd
1
510
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
15年目のiOSアプリを1から作り直す技術
teakun
0
580
Featured
See All Featured
Mind Mapping
helmedeiros
PRO
1
110
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
460
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.1k
Building Experiences: Design Systems, User Experience, and Full Site Editing
marktimemedia
0
430
Measuring & Analyzing Core Web Vitals
bluesmoon
9
770
Making Projects Easy
brettharned
120
6.6k
Are puppies a ranking factor?
jonoalderson
1
3.1k
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3.1k
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
190
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
GraphQLとの向き合い方2022年版
quramy
50
14k
Groundhog Day: Seeking Process in Gaming for Health
codingconduct
0
110
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