- Mario Rogic (GitHub) (Twitter)
- Lamdera
- Lamdera 1.0 release
- Elm Europe conference talk introducing Lamdera
- Elm Europe conference talk about Lamdera's Evergreen
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-js spec
- 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)