Use Clojure to build an API

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

КОМЕНТАРІ •

  • @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.

  • @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!

  • @leetcodespeedrun8431
    @leetcodespeedrun8431 3 роки тому +8

    finally I found a clojure UA-cam

  • @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

  • @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.

  • @Karansing_Rajput
    @Karansing_Rajput 3 роки тому +2

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

  • @noiseless2
    @noiseless2 5 місяців тому

    Thank you had fun watching this ! 👏

  • @romanostash822
    @romanostash822 3 роки тому +2

    Thank you guys! Excellent video as always!

  • @stevenrodriguez2882
    @stevenrodriguez2882 10 місяців тому

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

  • @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 :)

  • @aniketatey5767
    @aniketatey5767 2 роки тому +1

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

  • @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.

  • @xaapt
    @xaapt 3 роки тому +4

    instant like for clojure

  • @diegonayalazo
    @diegonayalazo 3 роки тому +1

    Thanks both

  • @ronindevninja
    @ronindevninja 6 місяців тому

    coool coool i love it

  • @eugenej.5584
    @eugenej.5584 3 роки тому +2

    Do a Figwheel demo :shipit: