Active Record Subqueries using Rails and PostgreSQL

This article, briefly covers the idea of using the Active Record in Ruby on Rails with to create a subqueries to improve searches of a PostgreSQL database. An example where a subquery in SQL could be useful is: We have a table called comments which has three columns: author, comment_text, and created_at. The goal is […]

ProtonMail CSS Theme

Recently, I switched to ProtonMail as my email provider (they enable encrypted emails) and one of the neat features of ProtonMail is that you access the CSS to setup your own theme. Obviously, I couldn’t help myself! So, I wrote a little CSS to improve my experience and provide this guide as an introduciton. I […]