• A Little Docker Journey

    I did my very first semi-seriuos test with docker; so far I’m pretty happy with what I have got. I have a small project, let’s...

  • Arbitrary Number Of parameters With Compojure

    I wanted to create an API in CLokure/Compojure that accepted an arbitrary number or parameters. I’m using Luminus framework, and I have generated an app...

  • Running Luminus microservices using docker compose

    I wanted to create a Luminus application that uses mongo as DB and that can be run using docker. Create a new application You can...

  • Emacs, luminus and nREPL

    Create a new project with luminus (optional) lein new luminus foobar Setup nREPL in Luminus In order to run the remote nREPL, just define the...

  • Routes in ClojureScript

    I’m experimenting with Clojurescript; Clojurescript is wonderful (just as Clojure is) and with Reagent it is lots of fun. Unfortunately as for much of the...