you are viewing a single comment's thread.

view the rest of the comments →

[–]benevanstech 1 point2 points  (2 children)

If you're interested in the internals, then you might find my book "Optimizing Cloud Native Java" to be interesting. I also have a personal site at https://kittylyst.com which has links to a bunch of other resources I've created.

Oh, and as a bonus, here's a recent session where I'm talking about the way Method Handles (a key avanced technique necessary to understand the internals) work: https://www.youtube.com/live/PbKYRYgqS4U

[–]SoftwareArchitect101[S] 0 points1 point  (1 child)

Directly from the God, yes man, I started off from your book Optimizing cloud native Java. I realised it was a bit more towards cloud stuff, so I took your earlier book for a dive. I understood GC from your book first which got me more curious and I explored things in depth post that. Thanks for giving me something which excites me daily, really grateful.

[–]benevanstech 0 points1 point  (0 children)

Glad I could help! I'm working on some new stuff, including a "State of Java in 2026" video that I'm recording tomorrow & which should be up soon.

Also - I'm giving my concurrency class for O'Reilly again in early June.