Enterprise Java
-
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 » -
Keeping track of requests and Responses on Spring WebFlux
In any rest-api based application it’s a matter of time when there is going to be the need to intercept…
Read More » -
BigQuery Storage API: Avro
Previously we had an introduction on the BigQuery Storage API and we proceeded reading data using the Arrow format. In…
Read More » -
Making POST and PATCH requests idempotent
In an earlier post about idempotency and safety of HTTP methods we learned that idempotency is a positive API feature.…
Read More » -
BigQuery Storage API: Arrow
Previously we had an introduction on the BigQuery Storage API. As explained the storage API of BigQuery supports two formats.…
Read More » -
Using the Quarkus dev mode for non-Quarkus projects
The Quarkus dev mode increases our development productivity and especially reduces the turnaround times how long it takes to get…
Read More » -
Processing real-time data with Storm, Kafka and ElasticSearch – Part 5
1. Introduction This series of articles shows how one can process real time stream data using a number of technologies.…
Read More »