clojuredesign-podcast

Discussions around the Functional Design in Clojure podcast - https://clojuredesign.club/
jumar 2019-07-01T11:35:23.014600Z

I haven't listened to the podcast for a long time but I found it quite cool. At the beginning I was quite skeptical about the audio-only format for discussion about the code but you guys are doing it great! Did you also consider some screencasts or something similar? I also tried to "fully" implemented the twitter app and that was certainly valuable for me: https://github.com/jumarko/functional-design-in-clojure/tree/master/twitter It's not 100% complete but any comments appreciated.

nate 2019-07-01T14:36:22.016200Z

Hey @jumar! glad to hear the audio code discussions are coming across well. We're definitely considering screencasts or another visual medium for the future.

👍 1
nate 2019-07-01T14:39:04.017700Z

That's so cool that you implemented the twitter search app! Looking through your code right now.

nate 2019-07-01T15:14:51.017800Z

I was able to get the server started easily enough

nate 2019-07-01T15:15:00.018Z

what curl command do you run to update the query?

nate 2019-07-01T15:19:01.018200Z

@jumar