Thanks everyone for coming and here is the repo with all the examples of that presentation #kotlin #projectarrow #jvm: https://github.com/jesperancinha/space-ship-adventures
Was haben HotSpot, Loom & Garbage gemeinsam? Mehr als du denkst! Ingo Düppe hat die Java-Galaxie kartiert – von 1995 bis morgen. Schon mal #JVM-Geschichte gelesen, die Spaß macht? Hier nachholen: https://javapro.io/de/hitchhikers-guide-to-java-performance/
Java recap for week 13/2025
https://discu.eu/weekly/java/2025/13/
#java #jvm #kotlin #programming
Get RSS feeds and support this bot with the premium plan: https://discu.eu/premium
Just released Retrosheet v3 with support for Android, iOS, JVM, and JS!
https://github.com/theapache64/retrosheet
Discussions: https://discu.eu/q/https://github.com/theapache64/retrosheet
This video about virtual threads that I did a while ago, which is a summary of the presentation I did at the London #java Community just crossed 200 views! Took a while but I'm glad to see that it sparked some interest! Thank you everyone! #jvm #kotlin https://youtu.be/SNocP3qWOHs
I normally take a lot of care to make sure that I do this right. Today I got the confirmation from the NLKUG (dutch kotlin user group) that I can post my own presentation on my channel. #kotlin #jvm #kvm #java This is the live video version premiering shortly: https://youtu.be/MbN_wys2lOQ
Excited for #JCON EUROPE 2025? See Dmitry Chuyko at #JCON2025 in Cologne talking about 'Legal #JVM Doping in Your #Containers'
One of the #reasonable desires is to #speedup existing #deployments …
Get your free #JUG Ticket: http://www.jcon.one
Talking Kotlin #136 – Creator of Spring: No desire to write Java
Discussions: https://discu.eu/q/https://youtu.be/Rx3XZoqbi78
#ReactiveStreams gave us control. #VirtualThreads promise freedom. @adamwarski asks: can we have both? Spoiler: more than pretty syntax.
Read his take & share yours: https://javapro.io/2025/03/27/from-reactive-streams-to-virtual-threads/
(cc @nipafx @sdeleuze @reactivex @trisha_gee) #JVM #Java21 #ProjectLoom #Java #JavaDevs
#scala got into hacker news and actually has a bunch of comments and people talking, that's surprising
Cmon, let's convince the industry to create some more jobs, at least I know I need one
Java Is Becoming a Monster (And I Love It)
I used to think Java was done. Stale. Verbose. A relic.
But now? It mutated. It spawns 5000 virtual threads like it’s nothing.
I just built a REST service:
This isn't Java 8 anymore.
Java is now useful and gets Beautiful.
And then there’s GraalVM:
If you skip reflection and runtime init, you get:
Game. Changed.
But OSS frameworks?
Still look frozen in 2015.
Heavy, reflective, runtime-hacked monsters.
So I built my own tools:
→ Zero-reflection json/xlm reader & type converter
→ GraalVM native
→ Fast. Simple. Functional.
https://github.com/YunaBraska/type-map
→ Anti-framework
→ Static main, no DI magic
→ Pure, clean design
https://github.com/NanoNative/nano
https://github.com/YunaBraska/nano-graalvm-example
https://github.com/YunaBraska/api-doc-crafter
https://devabyss.hashnode.dev/java-functional-guidelines
Java isn't just catching up.
It’s setting the pace now.
The only question is:
Can frameworks and libraries keep up?
Java recap for week 12/2025
https://discu.eu/weekly/java/2025/12/
#java #jvm #kotlin #programming
Get RSS feeds and support this bot with the premium plan: https://discu.eu/premium
G1 (Garbage First) GCUsage: General-purpose, large heap applications.Mechanism: Divides the heap into regions and focuses on collecting regions with the most garbage first.
Read more
Hey there #fediverse, I’m looking to hire a senior engineer to work with some awesome folks on #Netflix’s build tools & test infrastructure. If you are interested please apply online! (see link in Toot)
My DMs are open if you have any questions about the role or if you want to let me know that you applied.
https://explore.jobs.netflix.net/careers/job/790301668836?utm_source=LinkedIn&domain=netflix.com
Going for a walk, drive, workout, or run? Take #69: Tales from Ken’s Side with you! @kito99@mastadon.social, @ianhlavats and @dhinojosa are joined by #JavaChampion, trainer, @nofluff speaker and book author @kenkousen. #ai #kotlin #mockito #jvm #nextjs #spring https://www.pubhouse.net/2024/01/stackd-69-tales-from-kens-side.html
Java recap for week 11/2025
https://discu.eu/weekly/java/2025/11/
#java #jvm #kotlin #programming
Get RSS feeds and support this bot with the premium plan: https://discu.eu/premium
The #JVM is fast ... except on startup. But this is changing! Michał Zyga made a summary of the current efforts, how much code has to be changed, and how much gain they bring.
https://softwaremill.com/how-to-improve-jvm-based-application-startup-time/