What's That Function?
I've launched a Youtube channel and Website where I post quick and simple coding tutorial videos
Pieter Koornhof on Domain Driven Design, Clean Code and .Net
I've launched a Youtube channel and Website where I post quick and simple coding tutorial videos
edn is a powerful way to represent data, and you can make it even more powerful by extending it with your own custom reader tags.
I created a simple clojurescript datepicker for a pet project and figured someone else might find it useful
I created a simple clojurescript datepicker for a pet project and figured someone else might find it useful
As a fun experiment, and to show the basics of clojure development, I implemented a minesweeper clone using clojurescript and p5.js.
What is the primary purpose of the database? I won't blame you for saying data storage. In most software projects it is the place where we store our data. I will however tell you that you are wrong.
For the last year I have been delving into Event Sourcing in my free time. From total ignorance to complete understanding, back to not having an idea what is going on and then epiphany after epiphany, it has been a fun, eye opening journey.
I have been playing around with CQRS/Event Sourcing and using lightweight, immutable command messages to trigger actions in my application. The great thing about this is that you can specify a single point of entry into your application by using a very simple interface.