Hello everyone, I'm James, an experienced Fullstack developer - I've written server side JVM code in Java, Scala, Clojure, and most recently - Kotlin. đź‘‹
đź‘‹ 13
a
asad.awadia
10/30/2020, 12:32 PM
What did you use for kotlin backend?
j
james
10/30/2020, 12:44 PM
SpringBoot + Kotlin.
👍 3
c
Colton Idle
10/30/2020, 6:52 PM
Any good forums, subreddits, slacks for general server talk you've found @james?
I started doing some server development with spring boot and I'm constantly hitting tedius questions like what kind of response bodies shoudl I send back. Should errors be 200s with an error body? What kind of caching is standard these days? etc
j
james
10/30/2020, 8:47 PM
Hmm... not sure. I get most of my questions answered with google.
c
christophsturm
10/31/2020, 9:47 AM
errors should not be 200 with an error body 🙂 thats not really a spring related question, you can just google “rest result codes”