Use Clojure to build an API

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ต.ค. 2024

ความคิดเห็น • 25

  • @CalvaTV
    @CalvaTV 3 ปีที่แล้ว +16

    This is so awesome. You are both so proficient. And the way you poke and joke and just have fun. Haha, best coding channel ever.

  • @leetcodespeedrun8431
    @leetcodespeedrun8431 3 ปีที่แล้ว +8

    finally I found a clojure TH-cam

  • @luisfelipediaz6661
    @luisfelipediaz6661 2 ปีที่แล้ว +5

    For someone who is learning clojure like me this video is amazing

    • @onthecodeagain
      @onthecodeagain  2 ปีที่แล้ว +1

      Thats awesome :D thanks for watching! Good luck with learning Clojure!

  • @gustavov3786
    @gustavov3786 3 ปีที่แล้ว +16

    You don't need to stop and relaunch the repl all the time.
    Just change the handler call to function call: (ring-jetty/run-jetty #'app {...}) and just compile the handler and the functions you change.

    • @onthecodeagain
      @onthecodeagain  3 ปีที่แล้ว +2

      Great tip!

    • @T0neDeaf
      @T0neDeaf 3 ปีที่แล้ว +1

      Yes very good point, I was going to give the same advice.
      For projects that don't need or don't yet have reloaded workflow libraries like Integrant, Mount or Component, I use it all the time.
      Here the explanation: stackoverflow.com/questions/37157931/clojure-what-does-mean

  • @noiseless2
    @noiseless2 3 หลายเดือนก่อน

    Thank you had fun watching this ! 👏

  • @viniciustozzi8786
    @viniciustozzi8786 2 ปีที่แล้ว +1

    Thank you for this video! I am trying to learn backend development with Clojure and this was really helpful for me.

  • @romanostash822
    @romanostash822 3 ปีที่แล้ว +2

    Thank you guys! Excellent video as always!

  • @stevenrodriguez2882
    @stevenrodriguez2882 8 หลายเดือนก่อน

    when you change the header to accept application/edn, is that the ring library at work, is that what you were saying?

  • @Karansing_Rajput
    @Karansing_Rajput 3 ปีที่แล้ว +2

    Hey guys, awesome vide, btw which editor you guys are using over here?

    • @onthecodeagain
      @onthecodeagain  3 ปีที่แล้ว +2

      Thanks man! Allan uses space macs

  • @ronindevninja
    @ronindevninja 4 หลายเดือนก่อน

    coool coool i love it

  • @xaapt
    @xaapt 3 ปีที่แล้ว +4

    instant like for clojure

  • @aniketatey5767
    @aniketatey5767 2 ปีที่แล้ว +1

    Great work, really helped me learn a something new,
    will you please try making a video of compojure also .

  • @diegonayalazo
    @diegonayalazo 2 ปีที่แล้ว +1

    Thanks both

  • @dpelipen
    @dpelipen ปีที่แล้ว

    Thanks a lot for detailed guide! Could you please make a review and course of IDE that Allan used for writing Clojure code?

    • @onthecodeagain
      @onthecodeagain  ปีที่แล้ว

      He uses spacemacs, I used it for a while, but Calva + vscode is for me. I'll ask Allan if he's up for an IDE tutorial :)

  • @eugenej.5584
    @eugenej.5584 3 ปีที่แล้ว +2

    I think it worth pointing out that you won't have to fiddle with namespace imports all the time since Spacemacs will automatically add them as you type - if the required namespaces
    imported under the same alias somewhere in the same project.

    • @allandavies8148
      @allandavies8148 3 ปีที่แล้ว

      Yea good point, that's a great feature

  • @eugenej.5584
    @eugenej.5584 3 ปีที่แล้ว +2

    Do a Figwheel demo :shipit: