Tips And Tricks That I use in my demos and presentation with Docker

A very small tip for you! TLDR the Sole purpose of this post is to help me to return here time to time if I forget some of the commands. If this would be useful for anyone - praise me on twitter - http://twitter.com/gamussa. Let’s start with small but important thing - how to erase everything Docker and start clean. Delete every Docker containers Don’t do this if you’re on the plane. Downloading new images using airline’s wifi will be the pain. Proceed with caution. You have been warned. ...

November 28, 2018 · 2 min · Viktor Gamov

Who is tweeting about hashtag KSQL?

TL;DR Another day, another post. This time it’s another playbook for my http://DataSciCon.tech talk «Who’s tweeting about #datascicon» on November 30th 2018 [1] A full source code published in confluetninc/demo-scene repository [2] Table 1. Revisions history Version Date Comments v1.1 12/02/2018 Small fixes in codes, screenshots, images v1.0 11/28/2018 Initial revision Prerequisites Docker Docker Compose Get example from GitHub If you will follow steps below you should checkout only directory that has source code relevant to this post. mkdir ~/temp/demo-scene cd ~/temp/demo-scene git init . git remote add origin -f https://github.com/confluentinc/demo-scene/ git config core.sparsecheckout true echo "twitter-streams/*" >> .git/info/sparse-checkout git pull --depth=2 origin master cd twitter-streams ls -lh ...

November 28, 2018 · 3 min · Viktor Gamov

I'm Speaking At JavaOne 2017

TL;DR I’m going to speak at JavaOne 2017 in San Francisco, CA October 1st - 5th. My session can be found in the Session Catalog. I ♥ JavaOne! Seriously, if in 2017 you do Java and it pays your bills, this is a conference you don’t want to miss. And this year this is going to be BIG! JavaOne is leaving the hotels and going to the San Francisco Prime location - Moscone West! And I’m excited to deliver 3 (THREE!) presentations at JavaOne this year. Here’s what I’m going to talk about this year: ...

September 7, 2017 · 2 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

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