
Episode 38
038: Lamdera
Lamdera lets you build full-stack Elm apps with zero glue code. We discuss the philosophy and the 1.0 release with Mario Rogic.
August 30, 20211h 31m
Audio is streamed directly from the publisher (cdn.simplecast.com) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.
Show Notes
Lamdera is about removing non-essential complexity - 6 concepts
- Stuff that happens for the client (in the browser)
- Stuff that happens in the server (like scheduled job)
- Data from client to backend
- Data from backend to client
- Frontend knows what it knows
- Backend knows what it knows
- Lamdera docs
- Semantic boundaries (remove glue code)
- Real-time chat example app and other Lamdera example apps
- Lamdera "Anti-Marketing" page
- Lamdera Discord
elm-pkg-jsspec- Elm Online meetdown group
- Calls email sending service through HTTP
- Martin Fowler's "Memory Image" idea
- Event Sourcing
- Martin Stewart talk introducing a Lamdera end-to-end testing tool
- Wire size improvement in Lamdera alpha12 release notes
elm-webapp- Lamdera real world repo (PR 1) (PR 2)