Guides
Reminder notifications with delayed jobs and Twillio
When working with delayed jobs you might find yourself in a situation where you need to find a specific job in order to update it. This guide will walk you through an example of just that, where I use polymorphic associations to add record type and ID to the delayed jobs.
Picking the right search functionality
In Ruby on Rails there are several option when you want to add a search functionality to your app. In this short article I will take a look at some of the options that are out there.
Adding reading time to your post
Maybe you have seen other sites display a time to read counter on their articles? I added one on confidentcode and this short guide will take you through how to do it.
Add favicon to rails app
A short guide on how to add a favicon to your rails app. The guide also includes links to services where you can create a favicon from scratch or from an existing image.


