π Using R2DBC with a Reactor Application
//www.javacodegeeks.com/2021/09/using-r2dbc-with-a-reactor-application.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/09/using-r2dbc-with-a-reactor-application.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Using R2DBC with a Reactor Application | Java Code Geeks - 2021
Interested to learn about R2DBC? Check our article explaining how to use R2DBC with a Reactor Application
π Cloud Build β CI/CD for a Java Project
//www.javacodegeeks.com/2021/09/cloud-build-ci-cd-for-a-java-project.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/09/cloud-build-ci-cd-for-a-java-project.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Cloud Build - CI/CD for a Java Project | Java Code Geeks - 2021
Interested to learn about CI/CD? Check our article creating a functional CI/CD pipeline for a java project using Cloud Build.
π Format a Milliseconds Duration to HH:MM:SS
https://www.baeldung.com/java-ms-to-hhmmss
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-ms-to-hhmmss
β‘οΈ @JavaLearnZone
π Handling Exceptions in Project Reactor
https://www.baeldung.com/reactor-exceptions
β‘οΈ @JavaLearnZone
https://www.baeldung.com/reactor-exceptions
β‘οΈ @JavaLearnZone
π Java Byte Array to InputStream
https://www.baeldung.com/convert-byte-array-to-input-stream
β‘οΈ @JavaLearnZone
https://www.baeldung.com/convert-byte-array-to-input-stream
β‘οΈ @JavaLearnZone
π Thread Safe LIFO Data Structure Implementations
https://www.baeldung.com/java-lifo-thread-safe
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-lifo-thread-safe
β‘οΈ @JavaLearnZone
π String Initialization in Java
https://www.baeldung.com/java-string-initialization
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-string-initialization
β‘οΈ @JavaLearnZone
π Whatβs the difference between map() and flatMap() methods in Java 8?
//www.javacodegeeks.com/2020/08/whats-the-difference-between-map-and-flatmap-methods-in-java-8.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/08/whats-the-difference-between-map-and-flatmap-methods-in-java-8.html
β‘οΈ @JavaLearnZone
Java Code Geeks
What's the difference between map() and flatMap() methods in Java 8? | Java Code Geeks - 2021
Interested to learn about flatMap()? Check our article presenting the difference between Stream.map() and Stream.flatMap() methods in Java 8.
π Fixing βconstant string too longβ Build Error
https://www.baeldung.com/java-constant-string-too-long-error
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-constant-string-too-long-error
β‘οΈ @JavaLearnZone
π Configuring Stack Sizes in the JVM
https://www.baeldung.com/jvm-configure-stack-sizes
β‘οΈ @JavaLearnZone
https://www.baeldung.com/jvm-configure-stack-sizes
β‘οΈ @JavaLearnZone
π Overhead added by Garbage Collection Logging
//www.javacodegeeks.com/2021/09/overhead-added-by-garbage-collection-logging.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/09/overhead-added-by-garbage-collection-logging.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Overhead added by Garbage Collection Logging | Java Code Geeks - 2021
Interested to learn about Garbage Collection Logging? Check our article explaining that Enabling Garbage collection logs on your application has certain advantages.
π Introduction to the Java NIO Selector
https://www.baeldung.com/java-nio-selector
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-nio-selector
β‘οΈ @JavaLearnZone
π Why Immutables Are the Better Objects and How to Implement Them
https://reflectoring.io/java-immutables/
β‘οΈ @JavaLearnZone
https://reflectoring.io/java-immutables/
β‘οΈ @JavaLearnZone
reflectoring.io
Immutables in Java - Are Setters Allowed?
Why are immutable objects a way to create safer software that is easier to maintain? And what are best practices to implement them? This article provides answers.
π Logging in Unit Tests, a Bad Practice
//www.javacodegeeks.com/2021/09/logging-in-unit-tests-a-bad-practice.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/09/logging-in-unit-tests-a-bad-practice.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Logging in Unit Tests, a Bad Practice - Java Code Geeks - 2022
Interested to learn about Logging? Check our article explaining why Logging in Unit Tests is a Bad Practice.