
Stream tweets with Apache Kafka Connect
Abstract Apache Kafka provides a variety of ways to connect its topics with external systems (to use as sources or sinks). One of them is Connect API. Here is example how to set up and configure c...
Abstract Apache Kafka provides a variety of ways to connect its topics with external systems (to use as sources or sinks). One of them is Connect API. Here is example how to set up and configure c...
Abstract The Branch is a special labeled marker that allows you to switch back or forward to some particular state of your repository. I.e. branch is just a reference that is pointing to some dedi...
The Illusion of Git Diff Git stores the full latest snapshot of the entire file when you modify the file and perform commit operations. There are NO diffs of modified lines that are stored on the f...
Why AWS, and not other cloud providers certification? Based on the regularly reported statistics [1] Gartner’s report, AWS is staying as the leader in the global cloud competition. The number of c...
In this article, I will do an overview on how to apply git hook logic to automatically build and publish in background Jekyll Blog site once git push command is triggered. Git Hooks is a powe...