clojuredesign-podcast

Discussions around the Functional Design in Clojure podcast - https://clojuredesign.club/
jumar 2019-08-30T10:42:16.003200Z

I really love this podcast and all the discussions but I also think one needs to really deep dive and try to implement the this stuff. I tried to implement the twitter app for episodes 6 - 11 a long time ago (already shared it here) and now I want to continue with "Twitter Poster" (episodes 21 - 27) which I think will be fun. This is a preparation step: https://github.com/jumarko/functional-design-in-clojure/pull/4/files (saving authentication state in an atom instead of returning it explicitly). Any feedback welcome! Hopefully, I'll have a working Twitter Poster in a few weeks.

nate 2019-08-31T18:02:14.006500Z

That's awesome. I'll check it out and let you know if I have any feedback.

nate 2019-08-31T18:03:15.008200Z

I'm quite interested in how your poster code turns out. I've been using the pattern for some work stuff and it's been very helpful.

1👍
jumar 2019-09-01T05:52:17.011100Z

Yes, I'm interested too 🙂. Will post the code once I have something