Clojure service template for a web application (HTML and Rest) with database backend

preview_player
Показать описание

Support the channel:

Follow me:

I'm truly grateful for your support, and thank you for watching! 🙏
Рекомендации по теме
Комментарии
Автор

☕ If you liked this video and want to support my channel, please consider buying me a coffee. Your contribution helps me create more content like this:

Please also subscribe to my other resources:

I'm truly grateful for your support, and thank you for watching! 🙏

andrey.fadeev
Автор

Great video! And it came at the right moment for me, because I want to learn web/microservices development with Clojure.

As a Java/Kotlin developer that is used to Spring (Boot), it is challenging to assemble all the necessary pieces in a consistent whole when programming is Clojure (Spring Boot has everything at most one dependency away). I think your template will help me a lot, thanks!

matheusemm
Автор

Super helpful! We are using different set of libraries in our team but I’m open to try alternatives for personal projects. Thanks for sharing!

romanostash
Автор

Thank you very much for the template and the video. It will be perfect for me, as I plan starting a new project soon, and plan to use pretty much the entire template. I also found out about the charred library which I didn't know about, how to use kinde (I now use auth0, and have user AWS Cognito in the past, will need to use Azure AD in the future).

For the generic use case, I think the only thing it is missing in my opinion is a strong observability library (for traces and metrics). We usually use open telemetry and there are some very good options in Clojure for it.

Another thing , for us is that the front and backs use a web socket to send events to each other, instead of using the http api. This may not be a generic case, though, but we find that architecture better, as it is very reactive.

We also use polylith a lot. And kafka and Datomic.
Anyway thank you again for the video and the code.

DanBuneaArt