

Jamstack Radio
Heavybit
A show all about the Jamstack, a new way to build fast and secure apps or websites.
Episodes
Mentioned books

Sep 21, 2017 • 42min
Ep. #20, Spike: A Full Featured Static Website Generator
In the latest episode of JAMstack Radio, Brian invites Jeff Escalante, Lead Developer from Carrot Creative to discuss Spike, a static website generator written in JavaScript.Jeff explains that unlike a lot of other open source tooling Spike was designed to be both flexible and also not configuration heavy out of the box. Jeff also talks about the different factors that prompted the transition from Roots to Spike such as the complexity of the core code base that made it difficult for contributors to build plugins.

Aug 16, 2017 • 32min
Ep. #19, Elm: A Well Built Compile to JavaScript Language
In this episode of JAMstack Radio, Brian is joined by Richard Feldman and Brooke Angel from NoRedInk.They delve into Elm, a functional programming language that compiles to JavaScript. Richard explains that unlike Babble and TypeScript, Elm has completely separate semantics from JavaScript enabling them to innovate on language design. They also examine Elm use cases and limitations.

Aug 1, 2017 • 26min
Ep. #18, An Introduction to Service Workers
In the latest episode of JAMstack Radio, Brian hosts Zack Argyle & Eli Williamson to discuss what service workers are, and examine how Pinterest is using them for notifications and to cache JavaScript files.They also examine the value of service workers for serving international markets with unreliable internet. Finally, they reveal Pinterest’s vision to use service workers to deliver a more comprehensive offline experience.

Jul 18, 2017 • 32min
Ep. #17, The Rise of Design Systems
In the latest episode of JAMstack Radio, Brian invites Rafael Conde, Kaelig Deloumeau-Prigent & Craig Wattrus to share their experiences building design systems.They discuss why companies need to invest in design systems as they begin to feel the pain of scaling design principles. They also examine the benefits of design systems such as improving the designer on-boarding process, and caution against allowing designers to become complacent in design.

Jun 29, 2017 • 30min
Ep. #16, Contentful: An API-First CMS
In the latest episode of JAMstack Radio, Brian invites Stefan Judis and Rouven Wessling to discuss Contentful, a developer friendly API-first CMS.They explain the benefits of decoupling your website’s content from its presentation, including better cross-platform support. With Contentful, you are completely free to write your site in the language you want, while the service takes care of the CMS backend, storing and versioning your data, and backing everything up.

Jun 15, 2017 • 29min
Ep. #15, Algolia’s Out Of The Box Search Experience
In the latest episode of JAMstack Radio, Brian invites Vincent Voyer and Emily Hayman to discuss Algolia, a hosted search as a service.Emily reveals that Algolia’s key differentiator is performance, both in terms of indexing and querying, as well as configurability. They also discuss Instant Search, an easy to use UI library for building a great search interface.

Jun 1, 2017 • 33min
Ep. #14, Pitching JAMstack To Customers
In the latest episode of JAMstack Radio, Brian invites Christian Bach, Georges Saad and Charles Ouellet to discuss Snipcart, an HTML & Javascript based shopping cart.Georges and Charles show that with Snipcart, a shopping cart can be injected into a website with just a few lines of code. Websites using Snipcart don’t have to host any e-commerce parts themselves. They also share their inspiration for building Snipcart and discuss other advantages of Snipcart over traditional shopping carts.

May 11, 2017 • 32min
Ep. #13, Staying Cool With Graphcool
In the latest episode of JAMstack Radio, Brian invites Johannes Schickling and Eli Williamson to discuss Graphcool, a flexible backend platform combining GraphQL & AWS Lambda.Johannes recalls how he was first inspired to work on the Graphcool project. He reveals that unlike Parse and Firebase, Graphcool is based on open source technology and offers greater flexibility in the API layer along with tools to specify complex permission rules. Graphcool lets you stop wasting time writing error-prone database migrations and monitoring log files, letting you focus on what matters: building your app.

Apr 27, 2017 • 37min
Ep. #12, FaaS and the Benefits of Serverless
In the latest episode of JAMstack Radio, Brian invites Ryan Scott Brown and David Wells to examine the rise of Functions as a Service (FaaS).They discuss common use cases for FaaS and break down the cost benefit of using a service like Lambda instead of a more traditional server. Ryan also discusses the main players in the space and some of the vendor lock ins you should expect across the spectrum when using FaaS.

Mar 23, 2017 • 27min
Ep. #11, Exploring GraphQL Through Apollo
In the latest episode of JAMstack Radio, Brian invites Sashko Stubailo and Jonas Helfer from Meteor to discuss Apollo, a set of tools developed to make GraphQL easier to use.They explain that while GraphQL is a great technology, the ecosystem of tools for the technology is still developing. They also discuss Optics, a paid service that collects server data and delivers analytics and performance information.