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...
Don’t suffer from NoClassDefFoundError or NoSuchMethodError and similar issues in production, use Missinglink to identify issues in CI! In a previous blog post, we’ve talked about Bulldozer and PolicyBot and how they automate merging Pull requests...
As you might have read in our previous post, we’re happily using Scala Steward for our public and internal Scala projects. It is a bot that keeps them up to date by opening Pull Requests with updated versions of dependencies. That alone is a great...