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>
This commit is contained in:
commit
e83a9a5b93
8 changed files with 7333 additions and 0 deletions
9
slides/.gitignore
vendored
Normal file
9
slides/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.DS_Store
|
||||
.remote-assets
|
||||
.vite-inspect
|
||||
components.d.ts
|
||||
node_modules
|
||||
dist
|
||||
*.local
|
||||
*.pdf
|
||||
*.pptx
|
||||
Loading…
Add table
Add a link
Reference in a new issue