From a basic understanding what “What is DevOps?” to the role that Docker plays in this realm, Carmen Andoh explains what it means to be a developer using Docker and how that will directly affect the work you do and when that work happens.
Docker in Production, with Elton Stoneman
In this interview, recorded on March 14th, 2017, Elton Stoneman talks with Derick about pushing Docker images into a production environment.
Basic Docker Image and Container Management
In the last episode, you saw how simple it can be to download and run a Docker image. But what was the -p option about? And what was all that talk about “images”? Aren’t Docker things supposed to be “containers”? It turns out Docker uses images as a baseline for creating containers – the actual […]
RabbitMQ Send & Receive w/ amqplib
Now that you’ve seen how to send and receive messages with the management plugin, it’s time to see how to do this in code. In this episode, you’ll learn about the “amqplib” library for NodeJS – along with why there is some confusion on it’s name (“amqplib” ? or “amqp.node” ?). This driver for the […]
RabbitMQ Management Basics
Before you get started with this episode, you should get RabbitMQ installed on your system with one of these (free) episodes: Installing RabbitMQ on Windows 8 Installing RabbitMQ on OSX Installing RabbitMQ on Ubuntu Linux Now that you have RabbitMQ installed and configured on your system, it’s time to get rolling with things – learning […]