Build and deploy a full stack Clojure and ClojureScript Web Application

Поделиться
HTML-код
  • Опубликовано: 2 янв 2025

Комментарии • 37

  • @Lambdaphile
    @Lambdaphile 2 года назад +2

    Please don't stop making those vids! You really help JS ppl learn Clojure!

    • @onthecodeagain
      @onthecodeagain  2 года назад +1

      I wont stop i just had to take a massive break

  • @LongDayAlone
    @LongDayAlone 2 года назад +6

    Amazing and high quality content as always!

  • @stevendavis7628
    @stevendavis7628 2 года назад +3

    Thank you very much for this! Having a complete working model is a huge help.

    • @onthecodeagain
      @onthecodeagain  2 года назад

      Thats rad to hear really enjoyed doing this series!

  • @TankorSmash
    @TankorSmash Год назад +2

    I'm looking forward to t he next clojure upload I mean!

    • @onthecodeagain
      @onthecodeagain  Год назад

      Might be a while, getting back into aking vids but stay tuned!

    • @TankorSmash
      @TankorSmash Год назад

      A day in the life is a good start! Can't wait for more!@@onthecodeagain

  • @anze2455
    @anze2455 2 года назад +3

    Super useful and interesting video. You're definitely one of the best Clojure programmers out there. Keep up the good work!

  • @AlBakerDev
    @AlBakerDev 2 года назад +2

    Really love the videos, hope you make more. Shared these with my team - really great work showcasing both Clojure dev lifecycles, intro to pipelines with GitHub, etc. Keep up the great work!

    • @onthecodeagain
      @onthecodeagain  2 года назад

      Thanks so much!!! 2022 has been a hectic year but the plan is to revive the channel in 2023!

  • @TankorSmash
    @TankorSmash 2 года назад +1

    Looking forward to more videos!

  • @dumrat
    @dumrat 2 года назад +2

    Amazing! This is exactly what I wanted to know. brb I try this :D

  • @DrewIsFail
    @DrewIsFail 2 года назад +1

    Given the Node Version Manager(NVM) is for managing multiple versions of node, and you only need one version in this container, you might be able to get away with just installing node more directly. Which will save some lines of code in the dockerfile.

  • @kosnowman
    @kosnowman 3 месяца назад

    this is nice and exciting,

  • @diegonayalazo
    @diegonayalazo 2 года назад +1

    Awesome Thanks!

  • @jppuerta
    @jppuerta Год назад +1

    Great content!

  • @geraldodev
    @geraldodev Год назад +1

    i hope at some point, you can use clojure again

  • @heit0rz
    @heit0rz 2 года назад +1

    hello! i've never programmed in my life and I'm interested, is clojure a good language to start with? and how can i learn?

    • @onthecodeagain
      @onthecodeagain  2 года назад

      I know people who have done that but its a far less common approach. If you run into issues solving them will be much easier using a more popular language like Java.

    • @heit0rz
      @heit0rz 2 года назад +1

      thanks for explaining. i am very interested in clojure, and if you can make videos for beginners i would be very grateful! +1 subscriber

    • @onthecodeagain
      @onthecodeagain  2 года назад +1

      @@heit0rz i will make a complete beginner guide to clojure video soon!

  • @ikbhalshaik
    @ikbhalshaik Месяц назад

    thanks

  • @JamesPratt
    @JamesPratt 2 года назад +1

    You don't do these walk-throughs off the cuff do you? I presume you have worked out the steps you are going to go through before hand at least?

    • @onthecodeagain
      @onthecodeagain  2 года назад +1

      Yeah i make the projects first then record the videos.

  • @JamesPratt
    @JamesPratt 2 года назад

    So the .env file is used to populate environment vars in the docker image? Are they used by the database library by default or something?

    • @JamesPratt
      @JamesPratt 2 года назад +1

      Great channel by the way!

    • @JamesPratt
      @JamesPratt 2 года назад +1

      Ah! I see that you are checking for environmental variables by default in clojure in the env namespace.

    • @onthecodeagain
      @onthecodeagain  2 года назад

      Yeah! Thanks for watching!!