Core Java
-
Java Convert File Contents to String
A quick guide on how to convert the file contents to String using Java Files api and with example programs.…
Read More » -
Java Spark RDD reduce() Examples – sum, min and max operations
A quick guide to explore the Spark RDD reduce() method in java programming to find sum, min and max values…
Read More » -
The Subs Bench
a.k.a. “How do I subclass a list element declared in my interface?” As covered by the rather awesome Ram on…
Read More » -
Apache Arrow on the JVM: Streaming Reads
Previously we wrote Arrow Data to a Stream. Now we shall read those data from a stream. Just like on…
Read More » -
Chasing Java’s release train, from 8 to 16. Part 2: The race to the next LTS release
In the first part we thoroughly went through the massive amount of features delivered in scope of JDK-9. Nevertheless, this…
Read More » -
Go (Con)Figure
Another post about Lightweight Config, a library I’ve recently built from the ground up, after creating various versions of it…
Read More » -
Learn to Develop & Build Functional Apps & Sites Using Java with These Great eBooks from Packt Publishing
Hey fellow geeks, This week, on our JCG Deals store, we have another extreme offer. We are offering a massive…
Read More » -
Apache Arrow on the JVM: Streaming Writes
Previously we went to create some schemas on Arrow. On this blog we will have a look on writing through…
Read More » -
Apache Arrow on the JVM: Get Started and Schemas
Arrow is memory format for flat and hierarchical data. It is a popular format used by various big data tools,…
Read More »