This is a post that I’ve been meaning to write already for some time. It’s based on work I did and a presentation I gave at our Scala guild meeting a few months ago. It explains how we can use Rust code from Scala (on JVM) via JNI with the help of...
Scala Steward is a bot that helps you keep your project’s dependencies and SBT plugins always up-to-date. It is a very useful tool because the world of Scala is evolving rapidly and it can become quite hard to keep up with all the updates. And...
In the previous post I introduced and explained the rationale behind Scala Server Toolkit. Today I would like to continue and get into more detail of some of the offered modules. Getting Started Our goal is to initialize and start a simple HTTP...
Today I would like to introduce a new project called Scala Server Toolkit. In short it is culmination of years of Scala server development at Avast representing the best practices we have gained. We decided we want to share it with everyone because...