Commit graph

4 commits

Author SHA1 Message Date
8e61f2d2e2
feat(workshop): add bonus exercises for custom providers and currencies
Introduce optional bonus tasks in part4 covering:
- CSV-based exchange rate provider
- historical exchange rate provider with date handling
- custom currency (DKP) with bidirectional conversion

Provide exercise scaffolding and tests for all scenarios.

Signed-off-by: Marcus Fihlon <marcus@fihlon.swiss>
2026-04-20 10:01:47 +02:00
59d2342104
docs(slides): add Otavio Santana as JSR-354 spec lead 2026-04-20 00:20:21 +02:00
50b6605285
fix(slides): correct date type in historical exchange rate example
Use `LocalDate` instead of `LocalDateTime` to align with
Moneta/ECB-HIST expectations for date-based queries.
2026-04-20 00:19:32 +02:00
e83a9a5b93
feat(slides): add workshop slides for JSR-354 Money and Currency API
Introduce complete slide deck covering:
- problem statement and limitations of double, BigDecimal, and Currency
- fundamentals of MonetaryAmount, CurrencyUnit, and Money
- arithmetic operations, rounding, formatting, and parsing
- advanced concepts: currency conversion, MonetaryOperator, MonetaryQuery, MonetaryContext
- architecture and integration topics
- hands-on exercises for all sections

Add informational slide about JSR-354, its origins, and key contributors.
Include exercise guidance, pause slide, and workshop wrap-up.

Signed-off-by: Marcus Fihlon <marcus@fihlon.swiss>
2026-04-19 20:52:27 +02:00