Articles
"Truncated ZIP file" error with Apache POI and akka-http
Use toStrictEntity if you encounter the "truncated ZIP file" error with Apache POI and akka-http. It switches off streaming but at least it works.
TWS and Akka actors
Combining TWS API from Interactive Broker with Akka actors.
Recently, I was writing a small Portfolio Optimizer that could …