Why You Want to Code With Quarkus in 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 Жыл бұрын

    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 😂

  • @ChristophS
    @ChristophS Жыл бұрын

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

  • @jayglass9504
    @jayglass95042 ай бұрын

    Great presentation Sebastian, thank you.

  • Жыл бұрын

    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
    @fightpeople57977 ай бұрын

    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

    Жыл бұрын

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

  • @RafaelDurelli
    @RafaelDurelli Жыл бұрын

    Please do more videos about Quarkus :)

  • @SebastianDaschnerIT

    @SebastianDaschnerIT

    Жыл бұрын

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

  • @RafaelDurelli

    @RafaelDurelli

    Жыл бұрын

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

  • @SebastianDaschnerIT

    @SebastianDaschnerIT

    Жыл бұрын

    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

  • @SebastianDaschnerIT

    @SebastianDaschnerIT

    Жыл бұрын

    Perfect timing 🙂 kzread.info/dash/bejne/oniHrdmSmbnFftY.html

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

  • @rocketleague2136
    @rocketleague21369 ай бұрын

    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

    9 ай бұрын

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

  • @benny123tw
    @benny123tw5 ай бұрын

    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

    5 ай бұрын

    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.

  • @Oswee
    @Oswee Жыл бұрын

    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

    Жыл бұрын

    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
    @neeleshkujur672410 ай бұрын

    Is Microprofile and Quarkus same ?

  • @SebastianDaschnerIT

    @SebastianDaschnerIT

    10 ай бұрын

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

  • @vosvodin
    @vosvodin9 ай бұрын

    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

    9 ай бұрын

    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 Жыл бұрын

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

  • @SebastianDaschnerIT

    @SebastianDaschnerIT

    Жыл бұрын

    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

    Жыл бұрын

    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

    Жыл бұрын

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

    10 ай бұрын

    @@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
    @Megaprog10 ай бұрын

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

  • @SebastianDaschnerIT

    @SebastianDaschnerIT

    10 ай бұрын

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

  • @96Kruz96
    @96Kruz966 ай бұрын

    Omg why are we have to look at that face!

Келесі