clojuredesign-podcast

Discussions around the Functional Design in Clojure podcast - https://clojuredesign.club/
Jeroen 2020-04-19T15:59:03.021100Z

Has there ever been an episode on deploying to production?

nate 2020-04-19T16:02:12.022100Z

Hm, no, we haven't talked about that yet. What aspects of deploying would be interesting?

Jeroen 2020-04-19T16:20:50.026900Z

Well basically you put a lot of stuff in Jetty or run something periodically (scheduled) or triggered by some outside event (message, file appearing somewhere). I’m from a java background but have been doing native iOS since 2012. Dabbled a bit with REST framework on Django on AWS ec2. Know enough of docker to create my own Alpine based container or any other runtime environment. Most interesting to me would be: how to deploy a bit of Ring based code to production?

Jeroen 2020-04-19T16:24:06.029Z

I’m still getting “into” clojure. But I now know enough to step up to my first actual bit of production code. Which will be some code to shovel a few endpoints together and upload it into Apple CloudKit.