Enterprise Java
-

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 » -

Demystifying Java SE Level for Jakarta EE
As I mentioned in Hashtag Jakarta EE #76, the Jakarta EE Platform project is in the process of determining the…
Read More » -

BigQuery Storage API: Get Started and Comparisons
BigQuery provides us with the Storage API for fast access using an rpc-based protocal. With this option you can receive…
Read More » -

Changing The Way We Use JPA
I’ve been updating some training materials recently, and thinking about better ways of teaching and talking about JPA. One of…
Read More » -

Rest API Documentation and Client Generation with OpenAPI
Microservices architecture helps in building an application as a suite of multiple fine-grained smaller services. Each of these services run…
Read More »
