-
DevOps
Packer, Ansible and Docker Part 3: Multiple Roles
Previously we modified our setup to use a role from ansible galaxy to install and configure redis. One key thing…
Read More » -
DevOps
Build Docker Images with Packer and Ansible
Recently someone asked me where a good place is to get started learning tools like docker, packer and ansible. I…
Read More » -
Web Dev
6 Video Courses to Prepare You for the New Web Era
The Internet world is changing rapidly. And as programmers, we need to stay up to date with the most recent…
Read More » -
DevOps
Packer, Ansible and Docker Part 2: Using Ansible Galaxy
Previously we setup packer, docker and ansible to build a very simple docker image that simply placed a file under…
Read More » -
DevOps
Deploying Docker Apps to Kubernetes with Codeship
In the first post of this series, we introduced using Kubernetes for deployments; in the second, we got started with…
Read More » -
DevOps
Docker Environment Variables Example
When we create a Docker container, sometimes, we have the need of passing “arguments” to it, typically, port numbers for…
Read More » -
Ruby
Creating Advanced Active Record DB Queries with Arel
If you’ve used Rails, you’ve likely used Active Record as a way to access and record database transactions in a…
Read More »