15
I Use This!
Very High Activity

News

Analyzed about 17 hours ago. based on code collected about 20 hours ago.
Posted about 2 years ago by David Brimley
We are very happy to announce that Hazelcast Platform 5.1 is now generally available, via our usual download channels and... The post Introducing Hazelcast Platform 5.1! appeared first on Hazelcast.
Posted about 2 years ago by Hasan Çelik
Author’s note: This blog was co-written with Nandan Kidambi. Today, we are announcing the first stable release of Hazelcast Platform... The post Enhanced Hazelcast Experience on Kubernetes: Hazelcast Platform Operator 5.0 is Released appeared first on Hazelcast.
Posted over 2 years ago by Hazelcast Community
Most web applications often persist data from one request to the next. Web applications are dynamic, making calculations and database... The post How Does Caching Work in Django? appeared first on Hazelcast.
Posted over 2 years ago by Hazelcast Community
Most web applications often persist data from one request to the next. Web applications are dynamic, making calculations and database queries to serve requests. This overhead can be expensive, especially when we need the same data repeatedly.  ... [More] Django-based applications are no exception to this challenge. Ideally, we’d like a place to persist data between requests […] The post How Does Caching Work in Django? appeared first on Hazelcast. [Less]
Posted over 2 years ago by Hazelcast Community
The Hazelcast Python Client lets developers connect to Hazelcast clusters from Python apps and services. We can use the client... The post Getting Started With the Hazelcast Python Client appeared first on Hazelcast.
Posted over 2 years ago by Hazelcast Community
The Hazelcast Python Client lets developers connect to Hazelcast clusters from Python apps and services. We can use the client to handle all of Hazelcast’s distributed data structures. We can also subscribe to cluster and data structure events. In ... [More] this tutorial, we’ll explore how to install the client and use some of its key features. […] The post Getting Started With the Hazelcast Python Client appeared first on Hazelcast. [Less]
Posted over 2 years ago by Hazelcast Community
Generating content served from an ASP.NET application can be slow and expensive — particularly when there’s heavy use of database... The post How Does Caching Work in ASP.NET Core? appeared first on Hazelcast.
Posted over 2 years ago by Hazelcast Community
Generating content served from an ASP.NET application can be slow and expensive — particularly when there’s heavy use of database calls. Relational databases are historically challenging to scale. Implementing caching means that the application ... [More] doesn’t have to fetch and process the same data again and again. It’s one of the most effective ways to improve […] The post How Does Caching Work in ASP.NET Core? appeared first on Hazelcast. [Less]
Posted over 2 years ago by Hazelcast Community
The Hazelcast .NET client is the entry point to all interactions with a Hazelcast cluster in a .NET application. This... The post Getting Started with the Hazelcast .NET Client appeared first on Hazelcast.
Posted over 2 years ago by Hazelcast Community
The Hazelcast .NET client is the entry point to all interactions with a Hazelcast cluster in a .NET application. This guide will get you up and running quickly with the Hazelcast .NET client and demonstrate some of its key features. Let’s cover a few ... [More] prerequisites before we dive in. Before going further, you should: Understand […] The post Getting Started with the Hazelcast .NET Client appeared first on Hazelcast. [Less]