Booking required!
Please book here
Hexagonal Architecture in NodeJS by Rodislav MoldovanThere multiple ways to decouple our applications. Hexagonal Architecture is one of them and is based on DDD, meaning your business logic should have its own life and should not depend on technicalities. It uses heavily the clear separation of concerns.
Data Fetching patterns with React Suspense by Anton KabyshData Fetching is a core part of every web application and every project has his own unique data-fetching patterns. With the release of React Suspense application data-fetching patterns could be integrated with React core. In this talk, I will describe data-fetching patterns that we have at Etix Everywhere as well as showcase usage of React Suspense.