VOOZH about

URL: https://www.javacodegeeks.com/author/rado-buransky

⇱ Rado Buransky, Author at Java Code Geeks


  • Enterprise Java👁 Image
    Rado BuranskyFebruary 5th, 2022
    0 6,664

    Release a Gradle Project Using GitLab CI/CD Pipeline

    I’ll show you how to configure Gradle build for a Java/Scala project and integrate it with GitLab CI/CD so that…

    Read More »
  • Enterprise Java👁 Image
    Rado BuranskyApril 10th, 2016
    0 185

    Introducing the ReactiveInflux: non-blocking InfluxDB driver for Scala and Java supporting Apache Spark

    I am excited to announce a very first release of ReactiveInflux developed at Pygmalios. InfluxDB missed a non-blocking driver for…

    Read More »
  • Scala👁 Image
    Rado BuranskyOctober 8th, 2015
    0 165

    Integration testing with Gradle

    Unit testing works automatically using Gradle, but if you would like to have a separate set of integration tests you…

    Read More »
  • Core Java👁 Image
    Rado BuranskySeptember 29th, 2015
    0 294

    Release Gradle project in GitLab with Jenkins to Artifactory

    I am going to show in detail how to regularly build your project and then how to make a release…

    Read More »
  • Core Java👁 Image
    Rado BuranskyAugust 22nd, 2014
    4 1,422

    Publish JAR artifact using Gradle to Artifactory

    So I have wasted (invested) a day or two just to find out how to publish a JAR using Gradle…

    Read More »
  • Scala👁 Image
    Rado BuranskyMay 6th, 2014
    0 107

    Scala for-comprehension with concurrently running futures

    Can you tell what’s the difference between the following two? If yes, then you’re great and you don’t need to…

    Read More »
  • Enterprise Java👁 Image
    Rado BuranskyMarch 3rd, 2014
    1 140

    Init.d shell script for Play framework distributed applications

    I wrote a shell script to control Play framework applications packaged using built-in command dist. Applications packaged this way are…

    Read More »
  • Scala👁 Image
    Rado BuranskyFebruary 12th, 2014
    0 156

    The best code coverage for Scala

    The best code coverage metric for Scala is statement coverage. Simple as that. It suits the typical programming style in…

    Read More »
  • Scala👁 Image
    Rado BuranskySeptember 26th, 2013
    0 70

    Scala Wonderland: All operations are method calls

    I’ve started learning Scala two months ago and I can’t get back to Murakami’s 1Q84 so exciting it is. In…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close