最新发布第1222页
@CacheResult of Hystrix is not working with RxJava
@CacheResult of Hystrix is not working with RxJava,I am using Hystrix request level caching but with RxJava new threads are created depending on the kind of schedulers. I am using ...
if you get a random useless error using mvn and testng about certs
if you get a random useless error using mvn and testng about certs,This is the error I was getting There was an error in the forked process sun.security.provider.certpath.SunCertPa...
New Challenges Ahead
New Challenges Ahead,I am super excited to announce that October 1st, I will become the first Jakarta EE Developer Advocate at Eclipse Foundation! So, What’s new? Hasn’t this guy...
Kotlin vs Python Why Kotlin may be better than Java and Python as the first programming language?
Kotlin vs Python Why Kotlin may be better than Java and Python as the first programming language?,On the 3rd Day of the 3rd Trivago Camp at about 3 PM I had a small discussion with...
Which for loop?
Which for loop?,Java 8 has introduced another type of for loop. This gives us the third way to use them. You would think that releasing another way to use the loop would suggest th...
Suggestions for an AI concept
Suggestions for an AI concept,This is a concept I have for a faster and simpler voice model. It uses tesorflow and java and I am hoping on implementing this in ara, an app I am wor...
Java Garbage Collection Types and Settings
Java Garbage Collection Types and Settings,Performance and price are two big considerations in application hosting that always matter. And, often, we question ourselves on how to d...
Better dependency management in Android Studio 3.5 with Gradle buildSrcVersions
Better dependency management in Android Studio 3.5 with Gradle buildSrcVersions, The joy of Kotlin (20 Part Series) 1 How Kotlin makes editing your Gradle build less frustrating 2 ...
Debugging a Spring Boot App in Docker
Debugging a Spring Boot App in Docker,With the trending of containerizing applications, setting up your local environment is now easier than ever. Setup times can be reduced from h...
Vim/Vi tutorials For beginners
Vim/Vi tutorials For beginners,Most of the people tired off using Vim, and I do faced the same problem. But, in the actual case, it’s not a big deal. The thing is, we should under...
Pragmatism applied: Avoid single implementation interface
Pragmatism applied: Avoid single implementation interface,A long time ago (think 2000), all classes in Java used to have an interface. You first started with MyInterface then added...
Garbage collector in java
Garbage collector in java,Hello friends️ When we write code, Garbage Collector's job is to manage memory And objects we don't use Identifies them And ,free the trash This proces...