Hello. I am looking at pedestal docs on the clojure site. What is there, is awesome. Really clear and well explained. However, there are many incomplete docs. Are there other resources where to find more information on the topics that are missing (other than API docs and the source code)? I don't have anything specific in mind at this point. But just want to become aware of the resources that exist, since I am hoping to learn it. I am very new to clojure, and am exploring different ways of creating backend service. Any recommendations about pedestal vs reitit.
The examples in the source code are quite illustrative: https://github.com/pedestal/pedestal/tree/master/samples
And, you can combine pedestal and reitit (reitit is only for routing): https://cljdoc.org/d/metosin/reitit/0.5.5/doc/http/pedestal
Thank you for the clarification and the link. Look forward to working with Pedestal