-
Core Java
Compact Number Formatting Comes to JDK 12
JDK 12 Early Access Build 24 introduces support for Compact Number Formatting. The JDK-8188147 (Compact Number Formatting support) CSR‘s “Summary” is the simple…
Read More » -
Enterprise Java
Validating external data with an Oracle
I hang out in the Corda Slack channel quite a lot and try to answer questions when I can. A…
Read More » -
Core Java
Java 11: Running single-file programs and “shebang” scripts
In Java 11, the java launcher has been enhanced to run single-file source code programs directly, without having to compile…
Read More » -
DevOps
Integration Key to Customer Experience – Storage Services
In my previous article from this series we looked in to details that determine how your integration becomes the key to…
Read More » -
Enterprise Java
Native microservices with SparkJava and Graal
Microservices written with SparkJava are just plain Java code using a standard Java library. No annotation magic, just code. The…
Read More » -
Software Development
Microservices for Java Developers: Managing Security and Secrets
1. Introduction Security is an exceptionally important element of the modern software systems. It is a huge topic by itself…
Read More » -
Enterprise Java
Spark Run local design pattern
Many spark applications have now become legacy applications and it is very hard to enhance, test & run locally. Spark…
Read More » -
Software Development
10 Critical Tips to Learn Programming Faster
If you have taken a call to grow your career in the information technology sector, knowledge of coding is essential.…
Read More » -
Core Java
A brief overview of the Fork/Join Framework in Java
Introduction The Fork/Join framework is a framework to solve a problem using a concurrent divide-and-conquer approach. They were introduced to…
Read More »