by Jason Lengstorf
@jlengstorf · jason@lengstorf.com
Slides: git.io/fem-jamstack-intro
- I like to learn
- I like to teach
- Currently: Netlify
- Formerly: Gatsby, IBM
- Portland, OR
The JAMstack is an approach to web design that emphasizes shipping only static assets.
JAMstack apps allow us to use only a CDN, which lets us skip servers, databases, load balancers, etc.
CDNs are cheap — or even free.
On top of that, the lowered complexity requires less time and effort spent on devops.
Fewer moving parts makes it easier to ship quickly and with confidence.
A simplified stack means a single developer is able to take projects from an idea all the way to deployment.
# Clone the repo
git clone git@github.com:jlengstorf/jamstack-intro.git
# Make sure you’re on the `start` branch
git checkout start
Jason Lengstorf
Follow me on Twitter: @jlengstorf