-
Core Java
Optional orElse vs orElseGet
Java 8 introduced a fantastic concept of Optional, which we looked into in our blog Java 8 Optional. So just…
Read More » -
Software Development
IntelliJ’s text based HTTP client
IntelliJ provides a HTTP client that is purely text based. While this might sound strange at the beginning it turns…
Read More » -
Core Java
Better NullPointerException Messages Automatic in JDK 15
I discussed long-awaited and highly appreciated improvements to NullPointerException (NPE) messages in the posts “Better Default NullPointerException Messages Coming to…
Read More » -
JavaScript
Step-by-Step Guide to JavaScript Localization
In this post, we take a step-by-step look at localization using JavaScript. We let the user choose the language to…
Read More » -
Core Java
Reverse A String Using Recursion
1. Introduction In this article, You’re going to learn how to reverse a string using recursion approach. The first program…
Read More » -
Software Development
[MEGA DEAL] The Ultimate Artificial Intelligence Scientist Certification Bundle (95%)
Be an In-Demand, Certified Tech Professional with 87+ Hours of Content on Python, Tensorflow, Machine & Deep Learning Hey fellow…
Read More » -
Enterprise Java
RESTful services with HATEOAS: REST APIs and Hypermedia on JVM
1. Introduction So far we have spent a fair amount of time talking about the role of the hypermedia and…
Read More » -
Software Development
Bit fiddling every programmer should know
Bit fiddling looks like magic, it allows to do so many things in very efficient way.In this post i will…
Read More » -
DevOps
Cloud-native development – Advanced deployment blueprint
The previous articles were introducing the foundations of a blueprint for cloud-native development, exploring a logical diagram, and diving into the…
Read More »