Tracing a Single Operation in Distributed Systems

Is it even possible to understand what a single request was doing in our distributed system? Let's find out... | Continue reading


@hazelcast.com | 2 years ago

Hazelcast and Kibana: best buddies for exploring and visualizing data

A lot, if not all, of data science projects, require some data visualization front-end to display the results for humans to analyze. Python seems to boast | Continue reading


@hazelcast.com | 2 years ago

LockSupport.parkNanos() Under the Hood and the Curious Case of Parking

When a colleague of mine was running some experiments, he noticed `LockSupport.parkNanos()` would either return almost immediately or in roughly 50 | Continue reading


@hazelcast.com | 2 years ago

Contract-First Development Using RestAssured and OpenAPI

Contract-first development is a methodology where we first create a design document (or interface definition) that formally describes the REST API we are | Continue reading


@hazelcast.com | 3 years ago

The Journey to a High-Performance Node.js Library

Our Node.js library went through a number of performance analysis and optimization runs and we would like to share this journey with you. | Continue reading


@hazelcast.com | 3 years ago

How to display a gazillion of metrics and keep your sanity

A deep-dive into how calculating a definite integral on the front-end helps us with monitoring of massive distributed clusters. | Continue reading


@hazelcast.com | 3 years ago

Quarkus Hazelcast Integration

We're happy to announce that the preview version of quarkus-hazelcast-client is publicly available and accessible via quarkus-platform and code.quarkus.io. | Continue reading


@hazelcast.com | 3 years ago

An Experiment in Streaming: Bytecode Continuous Deployment

See how processing bytecode data can benefit from stream processing with Hazelcast Jet. | Continue reading


@hazelcast.com | 4 years ago

Hazelcast Jet 4.0 is Released

Hazelcast Jet 4.0 is now available! With more than 230 PRs, learn about all of the new features, including, Python and CDC features. | Continue reading


@hazelcast.com | 4 years ago

Where Is My Cache? Architectural Patterns for Caching Microservices

Walk-through the options you have when you want to introduce caching into your microservice system. A complete guide on caching architectural patterns. | Continue reading


@hazelcast.com | 4 years ago

Redis Load Handling vs. Data Integrity: Tradeoffs in Distributed Store Design

A detailed exploration into how Redis loses data under load and the tradeoffs in the design approaches of distributed data stores. | Continue reading


@hazelcast.com | 4 years ago

Load Handling vs. Data Integrity: Tradeoffs in Distributed Data Store Design

A detailed exploration into how Redis loses data under load and the tradeoffs in the design approaches of distributed data stores. | Continue reading


@hazelcast.com | 4 years ago

Distributed Locks Are Dead; Long Live Distributed Locks

Dive into the industry's first CP Subsystem with an in-depth tutorial. Featuring code samples, you'll gain a better understanding of this new IMDG feature. | Continue reading


@hazelcast.com | 4 years ago

Hazelcast Responds to Redis Labs’ Benchmark

Due to its underlying architecture and many years of optimization, Hazelcast is extremely fast and dramatically outperforms Redis Labs (and Redis open source), especially at scale. Last year, Redis Labs published a very misleading benchmark against Hazelcast. We have closely inve … | Continue reading


@hazelcast.com | 5 years ago

Distributed locks are dead; long live distributed locks

Dive into the industry's first CP Subsystem with an in-depth tutorial. Featuring code samples, you'll gain a better understanding of this new IMDG feature. | Continue reading


@hazelcast.com | 5 years ago

What's new in Hazelcast IMDG 3.10?

Continue reading


@hazelcast.com | 6 years ago