Friend Requests From Scratch
Play
14:59 CC

Friend Requests From Scratch

#155 Oct 14, 2018 pro
Part I - In this episode, we create our authentication for users, default view for authenticated users, friendship model, associations and scopes for our social media application.

Safely Running Shell Commands
Play
8:26 CC

Safely Running Shell Commands

#151 Sep 16, 2018 pro
We may come across a need to run shell commands and Ruby has some built in methods which appear safe, but can introduce major security risks.

Search Encrypted Attributes with Blind Index
Play
9:04 CC

Search Encrypted Attributes with Blind Index

#139 Jun 24, 2018 pro
Keeping client data protected is important, but once an attribute is encrypted, it becomes difficult to work with it. With Blind Index, we regain functionality on searching and validations.

Preparing for General Data Protection Regulation (GDPR)
Play
19:29 CC

Preparing for General Data Protection Regulation (GDPR)

#129 Apr 15, 2018 pro
In this episode, we look adding in some of the requirements of the General Data Protection Regulation into our Ruby on Rails application. Disclaimer: this episode is not legal advice and you should consult a lawyer.

Restricting Access by IP Address
Play
4:22 CC

Restricting Access by IP Address

#92 Aug 6, 2017 free
Learn to lock down your application or parts of your application by IP Addresses.