25 Jan 2023 It started with a business idea a few years ago… a business idea that would require a graph database, specifically Neo4j.
We did explore the existing libraries at the time, but decided to “roll our own” for reasons that now eludes me… and work began on Neo4clj.
Read more... 11 Aug 2022 I’ve been programming Clojure for several years, and yet I’ve managed to avoid protocols during all that time (I’ve also avoided macros, but that is another story). I found myself always having a colleague do the “dirty work” or some sad excuse as of why it wasn’t necessary right now. No more… this week I got my hands dirty.
Read more... 26 Jul 2022 This rant is about a bad habit some developers pick up and seem to have a hard time ditching again… even after gaining lots of experience.
Read more... 20 Feb 2022 Building ClojureScript Single Page Applications (SPA) on Netlify just works. The following instructions require no prior knowledge of neither Netlify nor build tools (like Shadow-cljs, WebPack etc.), but some knowledge about HTML and Git is expected.
Read more... 10 Jan 2022 Update 2022-02-20: Requiring single icons using :refer
causes ALL Hero icons to be included in builds (even optimized). Instead, use :as
(multiple times). Examples below have been updated.
Read more...