Rails API Versioning
Play
9:52 CC

Rails API Versioning

#142 Jul 15, 2018 pro
Using the URI or Accept Headers, we can version our API to prevent breaking changes to our end users. In this episode, we look at versioning our RESTful API.

Observer Patterns
Play
15:04 CC

Observer Patterns

#141 Jul 8, 2018 pro
The Observer pattern (also known as publish/subscribe) provides a simple mechanism for one object to inform a set of interested third-party objects when its state changes.

Editors
Play
7:54 CC

Editors

#140 Jul 1, 2018 free
One question that I get asked most often is what editor, theme and extensions am I using for my editor. In this episode, we take a look at the different extensions and settings that I use.

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.

Rails API App - Authentication with JSON Web Tokens
Play
24:04 CC

Rails API App - Authentication with JSON Web Tokens

#138 Jun 17, 2018 pro
With a bare Rails API app, we add an authentication solution and checks per request with JSON Web Tokens, JWT.