15
I Use This!
Very High Activity

News

Analyzed 1 day ago. based on code collected 2 days ago.
Posted over 2 years ago by Nicolas Frankel
A lot, if not all, of data science projects, require some data visualization front-end to display the results for humans... The post Hazelcast + Kibana: best buddies for exploring and visualizing data appeared first on Hazelcast.
Posted over 2 years ago by Nicolas Frankel
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 the most potent libraries, but do not lose hope if you’re a Java developer (or if you’re ... [More] proficient in another language as well). In this post, I will describe […] The post Hazelcast + Kibana: best buddies for exploring and visualizing data appeared first on Hazelcast. [Less]
Posted over 2 years ago by Matko Medenjak
About two months ago, we announced the first BETA release of the Hazelcast Platform 5.0. Since then we’ve spent much... The post Hazelcast Platform 5.0 GA Release – the Speed of Insight appeared first on Hazelcast.
Posted over 2 years ago by Matko Medenjak
About two months ago, we announced the first BETA release of the Hazelcast Platform 5.0. Since then we’ve spent much effort in making the product adhere to the stability and production-ready standards which are expected from any Hazelcast release. ... [More] For those who haven’t yet heard of Hazelcast Platform, we will first explain what the Hazelcast […] The post Hazelcast Platform 5.0 GA Release – the Speed of Insight appeared first on Hazelcast. [Less]
Posted over 2 years ago by Neil Stevenson
It’s said a wise person learns from their mistakes, and a wiser person learns from the mistakes of others. In... The post Hazelcast Anti-Patterns appeared first on Hazelcast.
Posted over 2 years ago by Neil Stevenson
It’s said a wise person learns from their mistakes, and a wiser person learns from the mistakes of others. In this blog, we’ll look at some common mistakes made when deploying Hazelcast, so you can avoid them and be that wiser person. In other words ... [More] , what are the “anti-patterns” that don’t ensure failure, but do […] The post Hazelcast Anti-Patterns appeared first on Hazelcast. [Less]
Posted almost 3 years ago by Neil Stevenson
Uniformity and balance are key principles for data grids. All grid members should hold the same amount of data, do... The post Is the Data Evenly Allocated? appeared first on Hazelcast.
Posted almost 3 years ago by Neil Stevenson
Uniformity and balance are key principles for data grids. All grid members should hold the same amount of data, do the same amount of compute and have the same amount of resources (CPU, etc) available. At least approximately. It doesn’t have to be ... [More] exactly even, but pretty close. A hot spot in the grid means […] The post Is the Data Evenly Allocated? appeared first on Hazelcast. [Less]
Posted almost 3 years ago by Andrey Goncharov
Recently, at Hazelcast, we have migrated our Management Center to TypeScript. Not just TypeScript, but the strictest TypeScript there is.... The post Strict Mode in TypeScript || Help Your Compiler Help You appeared first on Hazelcast.
Posted almost 3 years ago by Andrey Goncharov
Recently, at Hazelcast, we have migrated our Management Center to TypeScript. Not just TypeScript, but the strictest TypeScript there is. If you are interested in why we decided to enable all the strict flags and benefits they provide, welcome to ... [More] this post. Prelude 50k lines of JavaScript code of a React app. A small team […] The post Strict Mode in TypeScript || Help Your Compiler Help You appeared first on Hazelcast. [Less]