Core Java
-
Running Java in Production: A SRE’s Perspective
As a Site Reliability Engineer (SRE) I make sure our production services are efficient, scalable, and reliable. A typical SRE…
Read More » -
How to deal with exceptions
I recently had a discussion with a friend, who is a relatively junior but very smart software developer. She asked…
Read More » -
Using Trusted Timestamping With Java
Trusted timestamping is the process of having a trusted third party (“Time stamping authority”, TSA) certify the time of a…
Read More » -
$5 Java Programming Books from Packt and Java Code Geeks!
Hello fellow Geeks! Today, we have some exciting news for you! Java Code Geeks and Packt have teamed up to…
Read More » -
Handling Exceptions In Java
Every programmer wants to write a flawless program. That is, a program that runs without any hitch or glitch. Well,…
Read More » -
Learning to use Wholly GraalVM!
Introduction In the post Truffle served in a Holy Graal: Graal and Truffle for polyglot language interpretation on the JVM,…
Read More » -
Java Interface – Journey Over the Years to Java 9 – Default and Private Methods
Introduction Interface in Java has evolved over the Java releases more so in Java 8 and Java 9. In this…
Read More » -
Split a File as Stream
Last week I discussed that the new (@since 1.8) method splitAsStream in the class Pattern works on the character sequence…
Read More » -
Functional Java by Example | Part 2 – Tell a Story
This is part 2 of the series called “Functional Java by Example”. The example I’m evolving in each part of…
Read More »