Deep dive into Clojure HTTP Basics: Ring, Compojure, Jetty!

Поділитися
Вставка
  • Опубліковано 29 гру 2024

КОМЕНТАРІ •

  • @andrey.fadeev
    @andrey.fadeev  Рік тому +2

    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. You can donate at:
    👉 Ko-fi: ko-fi.com/andreyfadeev
    👉 Buy Me a Coffee: www.buymeacoffee.com/andrey.fadeev
    I'm truly grateful for your support, and thank you for watching! 🙏

  • @pwhittinx
    @pwhittinx Рік тому +7

    Your Clojure content is wonderful. I wish they had been available earlier in my Clojure learning curve!

  • @mihaipauldtru
    @mihaipauldtru Рік тому +4

    Thank you! I've been fiddling around with the Kit Framework and your tutorial has helped me understand the Ring part better. Also your HTMX tutorials are great!
    Please keep it up, you're making Clojure approachable without neglecting or glossing over the hard parts.

    • @andrey.fadeev
      @andrey.fadeev  Рік тому +1

      Thanks for the comment, much appreciated 😊

  • @ΔημήτριοςΦκιαράς

    Way to go! Theory & Practice

  • @pappapez
    @pappapez Рік тому

    The best introduction to this that I have seen! Thanks for providing a great pattern for how to explore the bits and pieces myself.

  • @anasiqbal4799
    @anasiqbal4799 11 місяців тому +1

    Hi, Thanks for your content and its been really helpful. Can you please share your code repo with us please so I have a deeper look in it?

    • @anasiqbal4799
      @anasiqbal4799 11 місяців тому

      Also, can you share which extension you're using in intelliJ? I use cursive but it doesn't give me the access to intelliSense or dependency files

    • @andrey.fadeev
      @andrey.fadeev  11 місяців тому

      Hi, I've pushed everything to this repo: github.com/andfadeev/clojure-http-basics
      Regarding the IDE, I just use IDEA Ultimate with Cursive (no extra plugins), I've tried to describe my setup here: ua-cam.com/video/51FDOCrvbVg/v-deo.html

  • @viniciusataidedealbuquerqu2837

    any thoughts on aleph?

    • @andrey.fadeev
      @andrey.fadeev  Рік тому +1

      Hi, not much TBH, never used it extensively to have an opinion, but on the other hand in all production systems I've worked on - a simple approach with synchronous handlers worked fine (was enough).

  • @NullboyCode
    @NullboyCode Рік тому

    awesome bro