-
Introduction to Quantexa Education Services and the Quantexa Academy
✍Education ServicesAs part of the Customer Success Team, the Education Services Team is dedicated to transforming the learning experience for Customers and Partners by providing quality training content and support. The Quantexa Academy is a modular learning experience that teaches individuals the key skills needed to…
-
Quantexa Academy - Using Gradle effectively
Summary - We use Gradle to build and compile our projects with simple commands that do a lot for us in the background. Avoid doing full build commands (gradle build) unless absolutely necessary, and instead build specific components/JARs as this will be much faster. Finally, you can chain Gradle commands together into…