Java
-
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 » -
Fluent Design RadioButton, CheckBox, ChoiceBox, Menu for Java
I have a big update for JMetro this time. Version 3.8 brings the following new Fluent Design (FDS) inspired styles (dark…
Read More » -
Java Lambda Streams and Groovy Clouses Comparisons
This Blog post will look at some proverbial operations on List data structure and make some comparison between Java 8/9…
Read More »