DEV Community

Discussion on: Python vs Java

 
habereder profile image
Raphael Habereder • Edited

Absolutely true.
In one of my clients projects we are using Quarkus and migrate quite a few webservices to it currently.
The performance and minimal overhead of the resulting native binaries is amazing.
It takes quite a bit of modification to the typical CI-Chain, but if you get it to run smoothly, the results are astonishing.

If you want, I could write up a little article about it here

Thread Thread
 
dhruvgarg79 profile image
Dhruv garg

yeah, I would love it.

It will be very helpful as there is relatively less material available on quarkus.

Thread Thread
 
habereder profile image
Raphael Habereder

Consider it in the works :)

Thread Thread
 
habereder profile image
Raphael Habereder

It is done :)