Java
-

Java Performance: For-eaching vs. Streaming
Is counting upwards or downwards in a for-loop the most efficient way of iterating? Sometimes the answer is neither. Read…
Read More » -

Candidate JEPs: Records and Sealed Types
Mark Reinhold announced two new closely related candidate JDK Enhancement Proposals (JEPs) on the OpenJDK amber-dev mailing list this week…
Read More » -

Observer Design Pattern In Java
In this tutorial, we’ll talk about the Observer design pattern. There are two main aspects to the observer pattern –…
Read More » -

Template Method Pattern In Java
The template method pattern is a behavioral pattern which suggests defining an algorithm more generally in the superclass. The algorithm…
Read More » -

How to make an API call in Flutter (REST API)
In this post, we’ll take a look at how we can make an API call in flutter and consume a…
Read More » -

Streaming live updates from a reactive Spring Data repository
This post details a naive implementation of streaming updates from a database to any other components that are interested in…
Read More » -

Selenium Scripting Tips and Tricks
If you have just started learning selenium then the below tricks and tips will act as a saviour. These tips…
Read More » -

Decorator Design Pattern In Java
A decorator design pattern allows dynamically attaching the additional responsibilities or behaviors to an object at runtime. It is a…
Read More » -

Proxy Design Pattern In Java
Proxy objects or the surrogates provide a placeholder for another object to control access to that object. A proxy acts…
Read More »



