Month: July 2015

  • Forcing SSL in a Luminus application

    Forcing SSL in a Luminus application

    We tend to be very security conscious at Carousel Apps and one thing we often do is force all our applications to run over TLS (aka SSL), that is, when you go to http://example.com we redirect you to https://example.com. This little article will show you how to do it in a Luminus application. First, add Ring…

  • Falling in love with Clojure, all over again

    Falling in love with Clojure, all over again

    You know when after a few months of dating someone, they do something that touches you and fall in love all over again. It just happened to me and Clojure. I was playing with Korma and I had the following namespace declaration: (ns carouselapps.db.core (:require [korma.core :refer :all] [korma.db :as db] [environ.core :refer [env]] [to-jdbc-uri.core…

  • Finally happy with the creation of a web site

    Finally happy with the creation of a web site

    In the past, I never managed to build a web site and feel happy with the process. Every time I finished building a web site I would have a list of things to never do again. Until now! So, I thought I’d share. First, by web site I mean content, like watuapp.com or screensaver.ninja, I…