Тёмный
No video :(

Why You Want to Code With Quarkus in 2023 

Sebastian Daschner
Подписаться 17 тыс.
Просмотров 21 тыс.
50% 1

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

Опубликовано:

 

17 мар 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 39   
@jayglass9504
@jayglass9504 4 месяца назад
Great presentation Sebastian, thank you.
@ChristophS
@ChristophS Год назад
Recently started developing my first application with Quarkus, really straightforward!
Год назад
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.
@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 😂
@fightpeople5797
@fightpeople5797 8 месяцев назад
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 🙂 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-pDSKwYiV_Ns.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😁
@benny123tw
@benny123tw 6 месяцев назад
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 6 месяцев назад
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 10 месяцев назад
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 10 месяцев назад
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 Год назад
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
@neeleshkujur6724 11 месяцев назад
Is Microprofile and Quarkus same ?
@SebastianDaschnerIT
@SebastianDaschnerIT 11 месяцев назад
No, Quarkus is an enterprise runtime/platform that implements APIs from MicroProfile (and Jakarta EE and others).
@vosvodin
@vosvodin 10 месяцев назад
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 10 месяцев назад
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 11 месяцев назад
@@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 11 месяцев назад
Coffee Shop you say? That has another meaning in Amsterdam 😂
@SebastianDaschnerIT
@SebastianDaschnerIT 11 месяцев назад
I once made this joke too on stage on a conference in Amsterdam when I was showcasing a similar demo project 🙂
@96Kruz96
@96Kruz96 7 месяцев назад
Omg why are we have to look at that face!
Далее
Quarkus Native or JVM Mode?
21:50
Просмотров 7 тыс.
Vim Tips I Wish I Knew Earlier
23:00
Просмотров 51 тыс.
How Neovim saved me at least 30 minutes today
8:12
Просмотров 14 тыс.
Spring Boot versus Quarkus
5:31
Просмотров 35 тыс.
Effective Developer Workflows With Quarkus
19:47
Просмотров 3,6 тыс.
Why Should You Learn Vim
11:13
Просмотров 6 тыс.
Quarkus why, how and what by Emmanuel Bernard
51:17
Просмотров 41 тыс.