An Event-Driven REST Coffee Machine API with Clojure

Today I’m going to show you how to build a REST API for a coffee machine using: Event-Driven communication between components Clojure, a language for writing correct and robust software with less ceremony Integrant for application state management reitit for routing http requests You can find the source code for this project in my github. Introduction Skip introduction In recent years developing software for an enterprise software, I had the experience to work with the antonym of a clean architecture. [Read More]

Hello World!

This is my first post here.

I hope to make something useful of this!

1
2
3
(println "Hello World!")
;;Hello World!
;;=> nil