Hello Quarkus | Tech Primers

preview_player
Показать описание
This video covers what is quarkus and how to get started with quarkus.

Video Editing: iMovie

Background Music:
Dyalla
---------------------------------------------------------------
Disclaimer/Policy:
The content/views/opinions posted here are solely mine and the code samples created by me are open sourced.
You are free to use the code samples in Github after forking and you can modify it for your own use.
All the videos posted here are copyrighted. You cannot re-distribute videos on this channel in other channels or platforms.
#QuarkusPrimer #MicronautPrimer #TechPrimers
Рекомендации по теме
Комментарии
Автор

While I love new Java frameworks the initial memory and first response times should not convince someone to switch. When doing an actual load test you will see that these things do not matter at all and all frameworks even out. Graal VM is another story, I found it slower while doing load testing with something as simple as a REST api, hotspot and the GC seem still the better option at this point in time. On the other hand, I like the way new frameworks like Quarkus and Micronaut handle certain things in code and seem to make things cleaner.

zonaut
Автор

One of the finest videos about Quarkus ! I have 2 questions :
1. Do you think Quarkus would be able to replace Springboot in production systems ?
2. Do you plan to make more videos about Quarkus ? If yes then when ?

abhinav
Автор

Nice job! FYI, "mvn package" creates a thin jar that points to the jar dependencies in the target/lib directory. This enables more efficient rebuilding of docker images, which layers the library jars in its own image layer. However, you can create a self-contained uber-jar with using the quarkus.package.uber-jar=true property setting.

jtclingan
Автор

I am not exactly new to web application development. However I am new on concepts such as caching, messaging, etc and on their purposes. Can you make a roadmap of things such as this that a backend & dev ops engineer needs to worry about and show your videos that cover the topics?

mmanuel
Автор

Hello bro,
Can you make one video on Hardware sizing.
I mean I have 1 spring boot app which I deployed on AWS elastic beanstalk with t2 micro instance.
But performance is not good.
How can I determine that how much RAM, CPU, bandwidth needed for my application to run smoothly?

JaNaMSoNi
Автор

Aww thought this was going to be a series

oscar
Автор

Hello Sir,
Can you please make a video to read a excel file using Quarkus and produce JSON object and send to another service ?

pranoydas
Автор

Hello, ive questions how to debug using intellij idea, lets say gives breakpoint? Because, when im try gives breakpoint it wouldnt stop. Thanks

christianyonathan
Автор

can I use database sqlite with quarkus? I can't find quarkus extension for it.

purnamasrahayu