introduce-yourself

mrnhrd 2023-08-14T11:32:39.455029Z

Hey friends, my name's Moritz (german version of Maurice), I'm a java dev located in Switzerland. Been checking out clojure for a while and watching a lot of Hickey's talks and want to use this lang more. To be honest, I mostly joined this slack in order to ask questions (this is also my first time interacting with slack, so let's see how that goes). Right now in my free time I try to build a dev-tool to easily snapshot part of the postgres db at my job for testing purposes, using jdbc.next and related stuff.

3
👋 10
👋🏻 2
👋🏼 1
kennytilton 2023-08-14T12:50:12.962079Z

(a) It is awesome that you have a practical task on which to cut your teeth and (b) I have long fantasized about creating a selective DB snapshot tool for development! 💚 (That is green with envy.)

👍 1
mrnhrd 2023-08-15T09:16:09.380709Z

Well, it is not gonna be very sophisticated; mostly a handful of SELECTs and INSERTs in mostly independent tables (like, 10 tables), plus some metadata 😅 Some much-sought-after functionality that falls out of that is being able to easily move data between deployments. I fantasize about a GUI with fancy visualizations too, but I lack the experience in (both web and non-web) frontends to really put up something decent there tbh 😐

kennytilton 2023-08-15T11:54:33.972349Z

To me the key goal was the ability to point, say, to a particular customer and extract a consistent mini-DB for debugging, with all foreign keys and descendants copied. As for a GUI, my new thing is a framework for Flutter via ClojureDart. That covers web, mobile, and desktop! Ping me when you get to the GUI!