Jay Fields

Undervalued Start and Restart Related Questions


5 months ago by Jay Fields on Jay Fields Thoughts.
How long does it take to start or restart your application? Start-up time tends to be a concern that's often overlooked by programmers who write unit tests...

Clojure: Get All Nested Map Values (N levels deep)


5 months ago by Jay Fields on Jay Fields Thoughts.
I recently needed to pull all the values from a nested map. The map I was working with was designed to give easy access to data like so (formatted):user...

Clojure: Converting a Java Object to a Clojure Map


5 months ago by Jay Fields on Jay Fields Thoughts.
Clojure has a great library that helps facilitate most things you'd want to do, but it's also easy to roll your own solution if you need something more...

Clojure: State Management


5 months ago by Jay Fields on Jay Fields Thoughts.
Those unfamiliar with Clojure are often interested in how you manage changing state within your applications. If you've heard a few things about Clojure...