Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created November 10, 2022 04:29
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/dc9b58e2c5e4a3232cb8df8fa8ba7fc7 to your computer and use it in GitHub Desktop.
Save AdamBien/dc9b58e2c5e4a3232cb8df8fa8ba7fc7 to your computer and use it in GitHub Desktop.
105thAirhacksQ&A.md
@AdamBien
Copy link
Author

"...What is your take on the official Java documentation ?

For a newbie, sure .. they may find ton of resources based on let's say JDK 5 ..
but the official Java documention website (Oracle) in my opinion is very poor.

Yes, we know that Java is being developed by many vendors.
But looking at languages like rust, python who have such wonderful documentation, i envy them..

I beleive for experienced programmers the api reference or the language specification is enough..but for a beginner they me have no clue

If you could please give me your thoughts , i will be obliged.
..."

(twitter direct message)

@arunmathaisk
Copy link

"...What is your take on the official Java documentation ?

For a newbie, sure .. they may find ton of resources based on let's say JDK 5 .. but the official Java documention website (Oracle) in my opinion is very poor.

Yes, we know that Java is being developed by many vendors. But looking at languages like rust, python who have such wonderful documentation, i envy them..

I beleive for experienced programmers the api reference or the language specification is enough..but for a beginner they me have no clue

If you could please give me your thoughts , i will be obliged. ..."

(twitter direct message)

Question from :
Name : Arun Mathai
E - mail : me@arunmathaisk.in

@roamingthings
Copy link

In your latest airhacks.fm podcast you mentioned that you are deploying "monolithic Lambdas". What does this mean in practice?

I assume that you implement multiple REST-Endpoints in controller-classes in one Quarkus (Micronaut) application.

What about non REST-endpoint lambdas? Put them all in one jar, deploy multiple functions and address different handler classes in this one jar?

Question from: Alexander Sparkowsky

@AdamBien
Copy link
Author

AdamBien commented Dec 4, 2022

CraC and SnapStart news

@AdamBien
Copy link
Author

AdamBien commented Dec 5, 2022

The airhacks.tv time machine. Questions from the 5th airhacks.tv (Aug 01, 2014) http://adambien.blog/roller/abien/entry/microservices_state_rest_learning_java

@goranopacic
Copy link

CraC/Snapstart or GraalVM? what is your choice for the future?

@ben-eddy74
Copy link

How do you cope with managers calling everything web based a REST API? :)

What is your best practice for managing application certificates in a DevOps environment (mainly Continuous Deployment) ?

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