Bits of Knowledge: Joining Strings in Java
Different ways to join multiple Strings in Java. Here are the methods I know and newly learnt.…
Different ways to join multiple Strings in Java. Here are the methods I know and newly learnt.…
Java 8 introduced powerful FP features and API. Look how to make it prettier using method reference and currying, and what to avoid when doing FP in Java.…
Treat your Spring Boot properties as a Configuration Property bean to take advantage of dependency injection and help reduce redundant usage of @Value…
How and why to install OpenJDK using binary releases from AdoptOpenJDK or use SDKman for Linux / Mac OS…