After spending over 20 years as a game developer using Flash and Unity3D, I transitioned gradually to Flutter starting 2018 and finally joined Trilux in May 2023 as a full-time Flutter developer. Once cross-platform, always cross-platform!
Sascha Ernst
Senior Flutter Developer @ TRILUX GmbH & Co. KG
Handling Legacy APIs with Domain Driven Design and Reactivity
After a brief introduction into Domain Driven Design, you will see how it can be utilised to protect your fresh and awesome app logic from the nasty and chaotic reality of legacy APIs
- Compose your custom entities from any number of different data endpoints and keep external changes isolated
- Sync external data sources between your repositories by using reactivity and keep your state up-to-date
- Have confidence in the validity of your entities and access them synchronously to make rendering a breeze
- Bonus: Use unit tests to develop and test domain and infrastructure layers end-to-end without being blocked by a still missing user interface