Cloud Foundry Summit Silicon Valley 2017

TL;DR Full source code published in hazelcast/cfsummit17-wednesday repository [1] Distributed Caching for you new Node.js Project Have you seen it? Do you like it? Please, rate Loading... Slides Distributed caching for your next node.js project cf summit - 06-15-2017 from Viktor Gamov Grab the code You can find code sample is following GH repository...

June 15, 2017 · 1 min · Viktor Gamov

How To Scale Hazelcast Cluster with Docker Compose

TL;DR During webinar about «Distributed Caching for you next Node.js project» [1] I was asked if we provide examples of running Hazelcast with Compose or Swarm. Now you have it! Full source code published in hazelcast/hazelcast-code-samples repository [2] Disclaimer: It’s not an introduction to docker-compose. To learn basic steps of docker-compose, please, refer to official docker-compose «getting started guide» [3] ...

June 8, 2017 · 4 min · Viktor Gamov

Distributed Java Streams @ ACGNJ 2017

The Splendors and Miseries of the Distributed Streams Have you seen it? Do you like it? Please, rate Loading... Slides TBD TBD

May 30, 2017 · 1 min · Viktor Gamov

JavaPuzzlers @ PhillyETE 2017

Have you seen it? Do you like it? Please, rate Loading... Slides TBD [Philly ETE] Java Puzzlers NG from Viktor Gamov

April 18, 2017 · 1 min · Viktor Gamov

JPoint - 2017 [RU]

Распределяй и властвуй — 2: Потоки данных наносят ответный удар - Russian Edition Видели ли вы этот доклад? как Вам? Гружу... Видео TBD Слайды Распределяй и властвуй — 2: Потоки данных наносят ответный удар from Viktor Gamov Код Примеры кода вы найдете здесь https://github.com/hazelcast/hazelcast-jet-code-samples Подсчет строк https://github.com/hazelcast/hazelcast-jet-code-samples/blob/master/core/wordcount/src/main/java/WordCount.java Консьюмер Кафки https://github.com/hazelcast/hazelcast-jet-code-samples/blob/master/kafka/consume-kafka/src/main/java/ConsumeKafka.java

April 8, 2017 · 1 min · Viktor Gamov

JBreak 2017 [RU]

Блеск и нищета распределенных стримов - Russian Edition Видели ли вы этот доклад? как Вам? Loading... Видео TBD Слайды [JBreak] Блеск И Нищета Распределенных Стримов - 04-04-2017 from Viktor Gamov Код искать тут You can find code sample is following GH repository https://github.com/gAmUssA/jet-streams-presentation Branch for this talk Jbreak_2017

April 4, 2017 · 1 min · Viktor Gamov

Hazelcast Node.js Client Refcard

Welcome to «The Distributed World» of Hazelcast. Here are sample usages of distributed data structures using Node.js client. Table 1. Revisions history Version Date Comments v1.1 03/09/2015 single quotes in js code, added Before Getting Started section v1.0 02/07/2015 Initial revision The JavaScript examples use ES6 syntax ...

February 9, 2017 · 2 min · Viktor Gamov

Jfokus 2017

Riding the Distributed Java Streams Have you seen it? Do you like it? Please, rate Loading... Video Slides [Jfokus] Riding the Jet Streams from Viktor Gamov Grab the code You can find code sample is following GH repository https://github.com/gAmUssA/jet-streams-presentation Branch for this talk JFokus_Feb2017

February 8, 2017 · 1 min · Viktor Gamov

NYJavaSig, February 2017

Riding the Distributed Java Streams Have you seen it? Do you like it? Please, rate Loading... Slides [NYJavaSig] Riding the Distributed Streams - Feb 2nd, 2017 from Viktor Gamov Grab the code You can find code sample is following GH repository https://github.com/gAmUssA/jet-streams-presentation Branch for this talk NYJavaSig_Feb2017 Tweets Large crowd building for @gAmUssA and distributed streams at #nyjavasig meeting. @java pic.twitter.com/9AzXZHjcL8 — Frank Greco (@frankgreco) February 2, 2017 Great presentation by @gAmUssA about streams and @hazelcast pic.twitter.com/5fERKGoQ1r — Biren (@birendev) February 3, 2017 Let's look at the code! @gAmUssA on distributed streams at #NYJavaSIG mtg @java pic.twitter.com/Z8l8NxdZoR — Frank Greco (@frankgreco) February 3, 2017 Distributed Streams by @gAmUssA at #NYJavaSIG. Thanks @frankgreco @CreditSuisse pic.twitter.com/KgpHmWSv5I — Sai Sharan Donthi (@sai_donthi) February 3, 2017 A traditional tweet from the stage #nyjavasig! I asked people say Java 😃#hazelcastjet #h… https://t.co/jE35I39XBx pic.twitter.com/r2DtjCrijK — Viktor Gamov (@gAmUssA) February 2, 2017 ...

February 2, 2017 · 1 min · Viktor Gamov

Codemash 2017

Caching Made Bootiful Have you seen it? Do you like it? Loading... Slides [Codemash] Caching Made "Bootiful"! from Viktor Gamov Grab the code You can find code sample is following GH repository https://github.com/gAmUssA/bootiful_codemash2017 Each branch represents parts of the talk: 00-Inception - starting point of this talk, introduction of a slow service 01-EnableCaching - we’re trying to fix slowness by enabling Spring Caching Abstraction 02-EnableEmbeddedDistributedCaching - go distributed with embedded Hazelcast cluster. 02-EnableClientClusterDistributedCaching - distributed client-cluster topology 03-EnterJCache - with standard API for caching we can remove bunch of code and enable nice features like entry listeners ...

January 12, 2017 · 1 min · Viktor Gamov