-
Enterprise Java
Converting HTML to RichTextString for Apache POI
1. Overview In this tutorial, we will be building an application that takes HTML as an input and creates a…
Read More » -
Core Java
EnumSet for enum collections
In the last blog post we discovered EnumMaps for mappings with enum keys. You might have observed that there is…
Read More » -
Core Java
Mapping enum keys with EnumMaps
Here’s a type that has been around in the JDK for a while and that comes in handy when we…
Read More » -
Kotlin
Kotlin – Reified type parameters sample
This post walks through a sample that demonstrates Kotlin’s ability to cleverly reify generic type parameters. So consider first a world…
Read More » -
Software Development
[MEGA DEAL] The Complete Ethereum Blockchain Mastery Bundle (95% off)
Become An Early Adopter of Blockchain Technology in This 4-Course Bundle & Reap the Rewards Hey fellow geeks, This week,…
Read More » -
Core Java
Free Webinar: Swallowed Exceptions in Java Applications
Join our webinar on January 30th to discover the “hidden” exceptions in your Java Application. If a tree falls in…
Read More » -
Enterprise Java
Bootiful Development with Spring Boot and React
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Core Java
What is a Functional interface in Java 8? @Functional Annotation and Examples
The functional interface is one of the most important concepts of Java 8 which actually powers lambda expression but many…
Read More » -
Software Development
How to Query InfluxDB
InfluxDB is a popular time series database and I am here to show you how to query it. It uses…
Read More »