Tune in to the tools and techniques in the Elm ecosystem.
038: Lamdera
      
        August 30, 2021
      
      
        1:31:14
      
      
        
          87.61 MB
        
      
      
        Downloads: 0
      
    
    
      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)