Hello everyone, I'm James, an experienced Fullsta...
# server
j
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
What did you use for kotlin backend?
j
SpringBoot + Kotlin.
👍 3
c
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
Hmm... not sure. I get most of my questions answered with google.
c
errors should not be 200 with an error body 🙂 thats not really a spring related question, you can just google “rest result codes”