Java
-

Binary classification with Tensorflow 2
This post uses Tensorflow with Keras API for a classification problem of predicting diabetes based on a feed-forward neural network…
Read More » -

Clever cache for Reactor’s Mono objects
Data caching is a widespread technique in the programming. It allows to quickly retrieve data without making long-running operations. But…
Read More » -

How to crawl websites with Selenide and JDK 14+
Sometimes we find ourselves in a situation in which we need certain data, that needs to be manually fetched from…
Read More » -

How To Modify HTTP Request Headers In JAVA Using Selenium WebDriver?
One of the most common test automation challenges is how do we modify the request headers in Selenium WebDriver. As…
Read More » -

Understanding Selenium: The Automation Testing Tool
With an increasing demand for test automation services, organizations are looking at investing in the best test automation tools for…
Read More » -

Apache Camel 3.11 What’s New
Apache Camel 3.11 has just been released. This is a LTS release which will be supported for 1 year with…
Read More » -

Set it up
In Java, we often have framework support for importing settings from the file system of our application. If we’re lucky,…
Read More » -

Java 8 Streams Filter With Multiple Conditions Examples
A quick guide to java 8 streams filtering concept with multiple conditions. This demonstrates how to use filter() in a…
Read More » -

Java – How to Convert Java Array to Iterable?
A quick guide to convert an array to iterable in java using Stream api with examples programs in two ways.…
Read More »



