• 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

  1. Stuff that happens for the client (in the browser)
  2. Stuff that happens in the server (like scheduled job)
  3. Data from client to backend
  4. Data from backend to client
  5. Frontend knows what it knows
  6. Backend knows what it knows
  7. Lamdera docs
  8. Semantic boundaries (remove glue code)
  9. Real-time chat example app and other Lamdera example apps
  10. Lamdera "Anti-Marketing" page
  11. Lamdera Discord
  12. elm-pkg-js spec
  13. Elm Online meetdown group
  14. Calls email sending service through HTTP
  15. Martin Fowler's "Memory Image" idea
  16. Event Sourcing
  17. Martin Stewart talk introducing a Lamdera end-to-end testing tool
  18. Wire size improvement in Lamdera alpha12 release notes
  19. elm-webapp
  20. Lamdera real world repo (PR 1) (PR 2)