Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created July 8, 2025 12:22
Show Gist options
  • Select an option

  • Save AdamBien/480049770946348ce11da42782af850e to your computer and use it in GitHub Desktop.

Select an option

Save AdamBien/480049770946348ce11da42782af850e to your computer and use it in GitHub Desktop.
137thAirhacksQ&A.md
@eniuane
Copy link

eniuane commented Jul 28, 2025

Hi Adam,

Hope everything is OK since the workshop!

I have been doing some PoC regarding serverless and IaC with Java for AWS.

  • How would you deal with a microservice/application that needs to be up most of the time like a kafka consumer or scheduler to check something every 5sec?
  • And what about an UI application? Would you set it up on a S3 Bucket? To avoid k8s cluster?

Thanks in advance!

@AdamBien
Copy link
Author

AdamBien commented Aug 4, 2025

Time machine (2nd April 2017):

Best technology to distribute masterdata diffs, CORS and Access-Control-Expose-Headers, How to implement token based authentication in Java EE?, Monitoring Java EE applications in production (with pretty UI), Tenant-dependent EntityManager injection, Service discovery and Java EE 7, How to build Hateos links with JAX-RS?, Ideas to improve your career, Solutions for mobile applications for Java EE services, What is javax.ws.rs.ext.ContextResolver?, Naming for load balanced microservices, How JTA transactions are implemented under the hood?, Security in Java EE 8 news, Thin WARs in practice, Declarative JSON validation, Microservices and DB sharing, Plain Java SE without Java EE -- is it viable in real world?

https://adambien.blog/roller/abien/entry/masterdata_diffs_cors_multi_tenant

@AdamBien
Copy link
Author

AdamBien commented Aug 4, 2025

Why even use Quarkus? Have you tried doing only raw java inside lambda? IMO this should be the standard. Why do we need to have a framework around a the code inside a lambda? I think we should rely on libs, if necessary, not frameworks.

youtube comment - DevOps Stage 2024: The Short Way to Serverless NoOps on AWS

@AdamBien
Copy link
Author

AdamBien commented Aug 4, 2025

The use case for enums implementing an interface Enum Implementing an Interface / youtube comment

@AdamBien
Copy link
Author

AdamBien commented Aug 4, 2025

ZCL announcement github.com/adamBien/zcl

@AdamBien
Copy link
Author

AdamBien commented Aug 4, 2025

ZB new feature (temp folder output) https://github.com/adamBien/zb

@AdamBien
Copy link
Author

AdamBien commented Aug 4, 2025

ZMCP announcement github.com/adamBien/zmcp

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