📁 Publishing Open Source Releases with Gradle
https://reflectoring.io/guide-publishing-to-bintray-with-gradle/
➡️ @JavaLearnZone
https://reflectoring.io/guide-publishing-to-bintray-with-gradle/
➡️ @JavaLearnZone
reflectoring.io
Publishing Open Source Releases with Gradle
When working on an open source Java project, you always come to the point where you want to share your work with the developer community. This article gives a step-by-step guide on how to publish your artifacts Bintray.
📁 Combining Object Mother and Fluent Builder for the Ultimate Test Data Factory
https://reflectoring.io/objectmother-fluent-builder/
➡️ @JavaLearnZone
https://reflectoring.io/objectmother-fluent-builder/
➡️ @JavaLearnZone
reflectoring.io
Combining Object Mother and Fluent Builder for the Ultimate Test Data Factory
Combining the Object Mother Pattern with the Fluent Builder Pattern allows to create Test Data Factories that reduce code duplication and promote the Single Responsibility Principle. Learn why and how in this tutorial.
📁 How to Get a Name of a Method Being Executed?
https://www.baeldung.com/java-name-of-executing-method
➡️ @JavaLearnZone
https://www.baeldung.com/java-name-of-executing-method
➡️ @JavaLearnZone
Baeldung on Kotlin
How to Get a Name of a Method Being Executed? | Baeldung
Learn to how to find out the name of a method being executed.
📁 Java Exercises for Beginners
//www.javacodegeeks.com/2020/08/java-exercises-for-beginners.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2020/08/java-exercises-for-beginners.html
➡️ @JavaLearnZone
Java Code Geeks
Java Exercises for Beginners - Java Code Geeks - 2022
Interested to learn about Java Exercises? Check our article presenting some Java Exercises for Beginners with examples.
🆕 Processing real-time data with Storm, Kafka and ElasticSearch – Part 2
//www.javacodegeeks.com/processing-real-time-data-with-storm-kafka-and-elasticsearch-part-2.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/processing-real-time-data-with-storm-kafka-and-elasticsearch-part-2.html
➡️ @JavaLearnZone
Java Code Geeks
Processing real-time data with Storm, Kafka and ElasticSearch – Part 2 - Java Code Geeks
This is the second part of the article series: Processing real-time data with Storm, Kafka, and ElasticSearch. 1. Introduction In the first part we
📁 IllegalArgumentException or NullPointerException for a Null Parameter?
https://www.baeldung.com/java-illegalargumentexception-or-nullpointerexception
➡️ @JavaLearnZone
https://www.baeldung.com/java-illegalargumentexception-or-nullpointerexception
➡️ @JavaLearnZone