- https://github.com/JamesWang/scala/tree/master/FP_In_Scala3#readme
- https://github.com/JamesWang/scala/tree/master/Scala3Enhance
- PDF parser/generator :
- https://github.com/JamesWang/scala/tree/master/ScalaDemo/payment.invoice
- Pdf parser
- Play Json
- Type classes deriving in Scala3 examples: https://github.com/JamesWang/scala/tree/master/retirecalc/src/main/scala/com/aidokay/retirement
- A simple music streamer using akka, akka-stream: https://github.com/JamesWang/scala/tree/master/SimpleMusicStreamer
- Implementation of Finding max difference in a List: https://github.com/JamesWang/scala/blob/master/FP_In_Scala3/src/main/scala/com/aidokay/algo/FindMaxDiff.scala
- Sort algos: https://github.com/JamesWang/scala/blob/master/FP_In_Scala3/src/main/scala/com/aidokay/algo/SortAlgo.scala