-
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 » -
Angular.js
AngularJs 2 Series: Binding The Host Element With @HostBinding
Introduction In one of the previous article Build Your Own Directive, I showed you how to build or develop a…
Read More » -
HTML5
HTML5 Keygen Element Example
The HTML5 keygen element is used to generate client certificate which can be used for authentication. In this example we…
Read More »