-
Core Java
Java 15 – Text blocks
Text blocks are all about writing multi-line strings in a clean and readable way. This was added as part of JEP…
Read More » -
Core Java
Difference between Function.andThen and Function.compose
here are two different ways to mix functions in Java: using andThen using compose It is important to understand the difference between…
Read More » -
Enterprise Java
Guide To TestNG Assertions in Selenium Based Test Automation
We all know that testing is a major part of SDLC which can be performed either manually or in an…
Read More » -
Enterprise Java
Calculations in Quarkus Qute using AtomicInteger
Quarkus’ Qute Templating Engine is very handy for creating server-side rendered pages. Besides the regular loops and control structures, there’s…
Read More » -
Enterprise Java
Google Cloud Java Client – ApiFuture to Reactive types
Google Cloud Java Client libraries use a ApiFuture type to represent the result of an API call. The calls are…
Read More » -
DevOps
Docker introduction for beginners
This docker startup tutorial is designed for everyone who is interested to learn docker in a easy way. Main goal…
Read More » -
Software Development
The Ultimate Programming Bundle
1-Year Access to 3 Amazing Courses on Programming! Learn Python & JavaScript, Use Structured Query Language, Run Web Apps, and…
Read More » -
Software Development
Data continuity, data sampling and discernible change
As I have mentioned in many previous blogs, data continuity is one of the many features that is lost in…
Read More » -
Software Development
Data-realised algorithms vs logic-based algorithms
In my previous blog I had mentioned how it is better for us to leave the data as is in…
Read More »