Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active March 6, 2023 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamBien/3eba2c0cee3c6e2722cd6c3d440d9bef to your computer and use it in GitHub Desktop.
Save AdamBien/3eba2c0cee3c6e2722cd6c3d440d9bef to your computer and use it in GitHub Desktop.
108thAirhacksQ&A.md
@dabkhazi
Copy link

dabkhazi commented Mar 6, 2023

Hello! You use the Quarkus framework a lot, it's a fast growing framework with very frequent updates. Do you often return to old projects to upgrade the version of the framework in them?

@losch
Copy link

losch commented Mar 6, 2023

Hi Adam,

Thank you for the show!
I recently deployed a small Quarkus application to AWS Lambda as a monolith function and so far it has been working great and it's easy to maintain. Also it's nice that we can switch to Fargate easily if we ever need to. Do you have any experience on how big the monolith functions can be? Is there any limit in practise?

@dempile
Copy link

dempile commented Mar 6, 2023

Hi Adam,
How could you protect your war from being decompiled ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment