Fork me on GitHub
#clojuredesign-podcast
<
2020-04-19
>
Jeroen15:04:03

Has there ever been an episode on deploying to production?

nate16:04:12

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

Jeroen16:04:50

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?

Jeroen16:04:06

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.