How To Learn Quarkus

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

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

  • @nebezberzency5778
    @nebezberzency5778 4 месяца назад

    Good job 🎉

  • @memyselfandi3202
    @memyselfandi3202 5 месяцев назад +1

    Adam, I presume the question (perhaps loaded) is based in the fact that Quarkus is a direct competitor to SpringBoot.

    • @bienadam
      @bienadam  5 месяцев назад +1

      A direct competitor to Quarkus is micronaut.io. Micronaut takes a different approach but achieves similar results. helidon.io is another fast and modern MicroProfile runtime.
      I'm currently using Quarkus in all commercial projects. In the clouds most of my projects are based on: github.com/AdamBien/aws-quarkus-lambda-cdk-plain
      Thank you for watching and commenting!

    • @memyselfandi3202
      @memyselfandi3202 5 месяцев назад

      ​@@bienadam Thanks for answering!
      I have pulled from there to try but seems to be a bug in that version.
      Sadly many have 'drunk the CoolAid' and are convinced that the only way is SpringBoot. That is also perhaps why people expect, like in SB, everything to come with special annotations and patterns.

  • @pmorah
    @pmorah 5 месяцев назад

    Hi Adam. Thanks for sharing. Are you using JDK 21?

    • @TheBigLou13
      @TheBigLou13 5 месяцев назад +1

      1:00 Its *the FIRST thing* he did and said when he had created the project...

    • @bienadam
      @bienadam  5 месяцев назад

      Yes 👍 I'm using Java 21 in all commercial projects. In my leisure I'm using the most recent Java version. Thanks for watching!