Peace. Love. Learn…We’re getting back in the groove! We’re rollin’ into a GROOVY YEAR! It’s back to school time! Last week, I had a blast creating a back to school retro groovy teacher appreciation luncheon for all of the wonderful teachers and staff at our elementary school. I love being a part of our PTA. It was so fun to celebrate our incredible, energetic, patient, The post BACK TO SCHOOL RETRO GROOVY TEACHER APPRECIATION LUNCHEON first appeared on Just Add Confetti.| Just Add Confetti
In one of our core services, the execution of a single unit test took approximately 30 seconds, while a single integration test ranged between 65 and 70 seconds. Running the entire test suite took circa 6 minutes.| blog.allegro.tech
A while ago, I needed to write a program that retrieved some information from the database by using SQL queries located in files. I wanted to add a file that would contain the settings of the app, like the port, SID, login and password for the database, but also the location of those queries. The problem was I couldn’t add those settings to a file in the standard src/groovy/resources folder, because when creating a distribution with Gradle ./gradlew distZip the file would be part of the jar...| Relentless Coding