A set of examples to experiment with the concept of algebraic data types
- A simple example of person management
- Example using external REST calls to find the Exchange traded funds latest prices API - GET the list of ETFs https://api.twelvedata.com/etfs?source=docs
References:
- Data Oriented Programming in Java by Brian Goetz: https://www.infoq.com/articles/data-oriented-programming-java/
- Harnessing Java 21 for Data Oriented Programming by Ken Kousen: https://www.youtube.com/watch?v=KoIURitLTHQ