Fork me on GitHub
#practicalli
<
2021-07-17
>
practicalli-johnny10:07:33

Updated the Clojure CLI user level configuration with many small but useful changes - see #announcements Updated the page on hotloading libraries (and checked its still working well - which it is) - https://practical.li/clojure/alternative-tools/clojure-tools/hotload-libraries.html

practicalli-johnny10:07:55

I have been using aero with Integrant and Integrant REPL to configure a new project with different environment profiles, for an API project with Reitit and auth0. I've found my preferred way of making these two approaches work (and a few pitfalls to avoid). I will start adding that content to the Practicalli Clojure WebApps book this weekend, although it may take longer to polish. I havent found a single source of putting this all together, especially with aero and adding production touches like a graceful shutdown hook on receipt of SIGTERM. Hopefully this will be of interest.

👏 2