Andrew Ziegler
Andrew Ziegler was a Research Engineer at Curalate.
andrewmzieglerPosts by Andrew Ziegler
-
Bridging C++ to Scala with BridJ
At Curalate we’ve moved towards a microservice architecture with each service living in its own git repository. For the most part, we’ve standardized the way we build our Scala projects using Apache Maven to manage dependencies and compilation. This is convenient since any Curalady / Curalad can clone one of our repos and type
Read More Apr 29, 2016mvn install
at the root with the expectation that everything will compile successfully on the first try. We wanted this same ease of use for our Scala projects that needed access to native libraries and this post explains how we obtained it.