What’s a Host-Only Network? Often, the first subject I tackle when architecting new services is that of the Host-Only Network. The pattern I outline here is used as a foundation for all my POC work. ...
Vagrant is a great tool for delivering consistent development environments in virtual machines. If you’ve built anything beyond simple with Vagrant, you might have grown tired of manually testing it. This post will show you ...
Apache Kafka is a distributed publish-subscribe messaging system that aims to be fast, scalable, and durable. If you want to just get up and running quickly with a cluster of Vagrant virtual machines configured with ...