Why You Want to Code With Quarkus in 2023

Поділитися
Вставка
  • Опубліковано 17 бер 2023
  • I've recorded a video with why I think that Quarkus is a great choice for Enterprise Java.
    For more information: blog.sebastian-daschner.com/e...
    Quarkus Workshops in April: www.sebastian-daschner.com/wo...
    Quarkus Video Course: www.sebastian-daschner.com/co...
  • Наука та технологія

КОМЕНТАРІ • 39

  • @HellMuerto
    @HellMuerto Рік тому +16

    In my whole career I’ve never cared about framework, all is good to achieve your goals in my own opinion. But for the first time I can say I’m obsessed, Quarkus need to be the future for the sake of Java. It will definitely bring balance in the force, it’s the chosen one 😂

  • @jayglass9504
    @jayglass9504 Місяць тому +1

    Great presentation Sebastian, thank you.

  • @ChristophS
    @ChristophS Рік тому +3

    Recently started developing my first application with Quarkus, really straightforward!

  •  Рік тому +2

    Thanks for a great video Sebastian. One Quarkus feature that you didn't mention was the integration to testcontainers (called DevServices in Quarkus), which is IMO an excellent feature where I can, without any config, test my code using a database, a messaging broker, a cache, etc locally (as long as I can run containers). I would be interested to hear your feedback about that and why that didn't make it onto the list.

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

    I am a programmer from China. I've been studying Quarkus lately and I feel pretty good about it.

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

    Great overview! I would be interested in these quarkus specific libs: Panache and Qute 🙂

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  Рік тому +1

      A bit older but have you seen this: blog.sebastian-daschner.com/entries/qute-templates-quarkus

  • @RafaelDurelli
    @RafaelDurelli Рік тому +5

    Please do more videos about Quarkus :)

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  Рік тому +3

      I am :) Anything in particular that you're interested in?

    • @RafaelDurelli
      @RafaelDurelli Рік тому +1

      @@SebastianDaschnerIT would be nice Quarkus and kubernetes. Consuming secrets confimaps etc

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  Рік тому +1

      Sure :) Have you seen the following:
      blog.sebastian-daschner.com/entries/configure-cloud-native-quarkus
      blog.sebastian-daschner.com/entries/quarkus-ssl-url-behind-reverse-proxy
      blog.sebastian-daschner.com/entries/flyway-migrate-databases-managed-k8s

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

    Definetely interested in Panache and Qute videos

  • @user-oz9lw5rr6u
    @user-oz9lw5rr6u Рік тому

    Hi, Daschner, Can you share me keyboard capture tools name about you use in before vim video?

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

      Hi, it's called key-mon, based on this: github.com/scottkirkwood/key-mon

    • @user-oz9lw5rr6u
      @user-oz9lw5rr6u Рік тому

      @@SebastianDaschnerIT thank you, Daschner😁

  • @benny123tw
    @benny123tw 4 місяці тому

    Thanks for sharing! I'm a front-end developer and want to learn Java in 2024. Should I first learn Spring Boot or Quarkus to land my first Java job?

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  4 місяці тому +2

      Well, I'm biased and think Quarkus is a more efficient and more fun technology to work with :)
      More generally, Spring Boot has been around for much longer and you will likely (still) find more Spring projects. Here in EU there is a growing interest & demand for Quarkus and it's definitely possible to land Quarkus projects.

  • @rocketleague2136
    @rocketleague2136 8 місяців тому

    Hi Sebastian. Im new to EE. Can you tell me what iscthe easiest way ti bootstrap EE WAR ? Ive tried but there is 100000000 configurations needed . It can work with static html files and rest too. There is 100000 different mvn archetypes . Dont know where to start.
    With spring initializr is smooth

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  8 місяців тому

      Since you commented this under a Quarkus video: one of the easiest ways is to use Quarkus: code.quarkus.io and use the Guides on quarkus.io to get started :)

  • @Oswee
    @Oswee Рік тому +2

    Mby I'm weirdo, but i usually are looking for things like, why would i NOT use particular technology. Limits, downsides, flaws, vendor lokins, etc.

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  Рік тому +3

      That's not weird, that's in fact a very important question to ask :) This didn't make it into this video but I might share my thoughts about that in the future

  • @neeleshkujur6724
    @neeleshkujur6724 9 місяців тому

    Is Microprofile and Quarkus same ?

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  9 місяців тому

      No, Quarkus is an enterprise runtime/platform that implements APIs from MicroProfile (and Jakarta EE and others).

  • @vosvodin
    @vosvodin 8 місяців тому

    Spring boot also supports GraalVM Native images. The resource usage between 2 are minimal. But developers have experience with Spring boot and they can use it in more optimized way. On the other hand, the quality of coding with Quarkus is very low, since developers have less experince in Quarkus and documentation, example codes, tutorials you can find on web is very limited.

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  8 місяців тому +2

      It's true that Spring also supports native images, but the out-of-the-box experience with Quarkus is smoother, since it was built with that intention from the beginning.
      There are tons of developers with EE API experience, e.g. JAX-RS, CDI, JPA, JTA, etc. who can use Quarkus with very little change from their known technologies.
      > On the other hand, the quality of coding with Quarkus is very low
      That's not true. On the one hand, the Quarkus code examples are very helpful and elaborate for all the typical use cases, just have a look at the guides on the Quarkus website. On the other hand, Quarkus is based on technologies that have been around for long, such as Hibernate, Wildfly, Smallrye, etc. so people find a lot of help and material there as well.
      If you prefer Spring that's totally fine. Spring is also a nice technology. But I think your view on Quarkus is not quite fair or accurate ;)

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

    Hi brother i am student.... Can you make a full 2hr + vim key begginer youtube tutorial❤❤❤please reply...
    Teach us from beggining without touching a mouse

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

      Hi there, so what will definitely teach you my whole way of coding without a mouse is this course: www.sebastian-daschner.com/courses/developer-productivity-masterclass
      Especially the principles that this course shows enable you to code with flow, without the mouse :) (given that you practice these things like Vim modes)

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

      @@SebastianDaschnerIT may i get this for free🥲🥺

  • @vukotici32
    @vukotici32 Рік тому +1

    Invested 10 Years of my life in spring/boot ecosystem why should i switch.

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  Рік тому +1

      Good question, you don't have to at all, as long as there are enough interesting Spring jobs or projects out there. But maybe you want to give the development experience of Quarkus a try in a pet project and see how you like it? :)

    • @HellMuerto
      @HellMuerto Рік тому +8

      I think he gave some key point in the video 😊. Also Spring did not prevent the fall of Java against more competitive runtimes such as NodeJS. Spring Boot was a game changer but let’s be honest, at this point Java is not competitive anymore, and Quarkus seems to be a solution to this. Think cloud, think limited memory, limited threads, kubernetes integration, and so on…

    • @mohammedqurashi42
      @mohammedqurashi42 Рік тому +1

      @@HellMuerto I totally second this, especially since my team dumped spring boot in preference to nodeJS for cloud native app development/deployment. Spring boot has a very slow startup in cloud-based environment and with frequent whipping up new instances of servers based on the increase traffic critical data fall between the cracks. So sad to see spring/spring boot falling out of grace especially since I devoted almost 15 years of career to this framework.

    • @momedalhouma14
      @momedalhouma14 9 місяців тому

      @@mohammedqurashi42 failing ????? do you have any statistics ? or you are talking from one project you have worked one ? Java is still the mosted used language. you can check stackoverflow survey

  • @Megaprog
    @Megaprog 9 місяців тому

    Coffee Shop you say? That has another meaning in Amsterdam 😂

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  9 місяців тому +1

      I once made this joke too on stage on a conference in Amsterdam when I was showcasing a similar demo project 🙂

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

    Omg why are we have to look at that face!