Divide, Distribute and Conquer — Stream v. Batch @ Philly JUG

TL;DR On September 13th 2017 I presented «Divide, Distribute and Conquer: Stream v. Batch» at Philly JUG. In this presentation I talked about how developers and data engineers are changing their perception on data processing using streaming data technologies. Table 1. Revisions history Version Date Comments v1.0 09/20/2017 Initial revision Tweets @ThePhillyJUG meetup where @gamussa talked about stream vs batch, #kafka #kafkastreams pic.twitter.com/6KlFwfnCAw — Jason Young (@jythejavaguy) September 14, 2017 @gamussa: "how many here use Gradle? Maven? Hmm, people have made some poor life choices. (J/K!)" Didn't say which was the right choice :) pic.twitter.com/rPAGZNKEoy — Jason Young (@jythejavaguy) September 14, 2017 ...

September 20, 2017 · 1 min · Viktor Gamov

Testing containers with Testcontainers @ Atlanta JUG

TL;DR On July 18th 2017 I presented «Testing containers with TestContainers: There and back again» at Atlanta JUG talk. In this presentation I talked about how Docker can help with seamless transition from development to production by leveraging container technology in integration testing. Table 1. Revisions history Version Date Comments v1.0 07/20/2017 Initial revision A presentation ...

July 20, 2017 · 1 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

Caching Made Bootiful — Hazelcast Way

TL;DR Source code from this blog is posted on the Hazelcast Code Examples repository on Github. The folks at OpenCredo recently published a blog post entitled «Running and Testing Hazelcast in a Spring Boot Application». They introduce some of the basic features of Hazelcast including: Spring dependency injection, how to embed it in a Spring Boot application and write simple integration tests. It is a really good first reading if your using Spring. Make sure you check it out. ...

December 31, 2015 · 5 min · Viktor Gamov