Decoding and Interacting with Barcodes
Play
11:40 CC

Decoding and Interacting with Barcodes

#67 Feb 12, 2017 free
Using the QuaggaJS Library, learn how to scan and decode barcodes with your Ruby on Rails application. Using provided callbacks, interact with controller actions to provide a seamless experience.

Managing Servers with Ansible
Play
14:02 CC

Managing Servers with Ansible

#66 Feb 5, 2017 free
A look into the Drifting Ruby network architecture and how I manage deployments with Ansible.

Searchkick and Elasticsearch
Play
7:32 CC

Searchkick and Elasticsearch

#65 Jan 29, 2017 free
Add full text searching using Searchkick and Elasticsearch. Here I will show the steps involved in adding this search to an existing application and a sample of autocomplete functionality.

Random Ruby Tips and Tricks
Play
10:34 CC

Random Ruby Tips and Tricks

#64 Jan 22, 2017 free
A collection of different Ruby tips and tricks. Hope you find some of them useful!

Client Side Encryption
Play
10:31 CC

Client Side Encryption

#63 Jan 15, 2017 free
Add an extra level of security to your application with client side encryption. Even over an SSL connection, there are attacks which could expose your users' sensitive information. Using JSEncrypt, learn how to encrypt on the client side and decrypt on the server side.