Java
-
Lambda Expressions Java Tutorial
In this post, we feature a comprehensive Lambda Expressions Java Tutorial. 1. Lambda Expressions Java Tutorial – Introduction Lambda Expressions…
Read More » -
MicroProfile’s Role in the Age of Jakarta EE
Since it’s creation, MicroProfile has gained a lot of traction and produced a variety of specifications. Originally, it was created…
Read More » -
Hands on Java 11’s constantdynamic
With the intention of making the JVM more appealing to dynamic languages, the seventh version of the platform had introduced…
Read More » -
OAUTH 2.0 Authorisation Code Grant
OAuth 2.0 provides a number of security flows (or grant types) to allow an application access user’s data in another…
Read More » -
Why you need to switch to online signing for your documents and contracts
Hey fellow geek, Today we bring you something a bit different. It is something that will increase your productivity and…
Read More » -
Improve Application Performance with These Advanced GC Techniques
Application performance is on the forefront of our minds, and Garbage Collection optimization is a good place to make small,…
Read More » -
JDK 11: Taking Single-File Java Source-Code Programs Out for a Spin
The JDK 11 Early Access Builds include preview functionality related to JEP 330 (“Launch Single File Source Code Programs”). I…
Read More » -
Memory-Hogging Enum.values() Method
I’m a big fan of Java’s enum. It seemed like we waited forever to get it, but when we did…
Read More » -
Streaming data out of a Corda node with Spring WebFlux
It’s been a while since my last post but I’m finally back! Since I am still on my project, I…
Read More »