Ionut Balosin's Avatar

Ionut Balosin

@ionutbalosin.bsky.social

πŸ‘¨β€πŸ’» Principal IT Architect β€’ πŸŽ“ Technical Trainer β€’ πŸ† Java Champion β€’ ♠️ Oracle ACE Associate β€’ πŸ”‘ Security Champion β€’ 🎀 Speaker β€’ ✍️ Blogger β€’ 🌍 www.ionutbalosin.com

158 Followers  |  64 Following  |  31 Posts  |  Joined: 12.12.2024  |  1.941

Latest posts by ionutbalosin.bsky.social on Bluesky

Post image

πŸ“’#Java 25 is now available!πŸ“’

Your:
β˜•οΈ FREE
β˜•οΈ Multi-platform
β˜•οΈ Open source
β˜•οΈ Production ready
β˜•οΈ Binary release

...made available by @Oracle. Learn more ➑️
blogs.oracle.com/java/post/th...

#Java25 #JDK25 #OpenJDK

16.09.2025 14:48 β€” πŸ‘ 66    πŸ” 35    πŸ’¬ 0    πŸ“Œ 4

Yes, that is true, I will create a PR for the bluesky handle. Thank you for your help.

10.06.2025 13:49 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Thank you for this information; I was not aware of it. However, when I try to link to the OracleAce profile at apexapps.oracle.com/apex/ace/pro..., I receive a 404 error.

10.06.2025 12:44 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Thank you πŸ™

09.06.2025 10:13 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Wow, what a great Monday morning - what I once dreamed of has become reality today. I’m extremely honored to join the @java-champions.bsky.social program πŸ₯³πŸŽ‰

A huge thank you to everyone who voted for me, and especially to my nominator, @hansolo.eu πŸ™

Thank you so much, #Java DevRel Team at #Oracle

09.06.2025 09:14 β€” πŸ‘ 23    πŸ” 1    πŸ’¬ 5    πŸ“Œ 1

Thank you so much, @hansolo.eu!
Really grateful for your support - and I am really excited to be part of the #JavaChampions team! πŸ₯³πŸŽ‰

09.06.2025 08:58 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Happy to be eligible again for the Oracle ACE Program!
Grateful for the recognition and ready for another year of sharing and community work.
@oracleace.bsky.social
#OracleACE

08.06.2025 16:44 β€” πŸ‘ 9    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0
Security Application Testing for Java Developers – Ionut Balosin

πŸ”’ A practical guide to security testing for Java applications - with tools, examples, and commands.

βœ… SCA
βœ… SAST
βœ… DAST
βœ… Penetration Testing

πŸ‘‰ ionutbalosin.com/2025/03/secu...

πŸ“¦ github.com/ionutbalosin...

#Java #AppSec

03.06.2025 06:00 β€” πŸ‘ 6    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
API Web Application Security for Java Developers – Ionut Balosin

πŸ”’ Check out my article on "API Web Application Security for Java Developers". Discover essential mechanisms for securing APIs, authN, authZ, and improving the security of web your apps.

πŸ“– Article: ionutbalosin.com/2025/03/api-...

πŸ’» GitHub: github.com/ionutbalosin...

#java #security

28.05.2025 05:02 β€” πŸ‘ 5    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

Sooo cute!

28.05.2025 05:03 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
API Web Application Security for Java Developers – Ionut Balosin

πŸ”’ Check out my article on "API Web Application Security for Java Developers". Discover essential mechanisms for securing APIs, authN, authZ, and improving the security of web your apps.

πŸ“– Article: ionutbalosin.com/2025/03/api-...

πŸ’» GitHub: github.com/ionutbalosin...

#java #security

28.05.2025 05:02 β€” πŸ‘ 5    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

πŸŽ‰ Java turns 30!
Launched on May 23, 1995.

β˜• #Java30
#HappyBirthdayJava

23.05.2025 08:27 β€” πŸ‘ 9    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0
Post image Post image

Out of curiosity, I just searched for "#Java #performance #course" on both Google 🌐 and ChatGPT πŸ€– β€” and my course popped up among the top results.
Google ranked it 6th πŸ”₯, and ChatGPT listed it 3rd πŸš€.

It’s a great feeling to see how it has grown in popularity within the #Java community β˜•οΈ.

21.05.2025 05:23 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
8193513: add support for printing a stack trace on class loading by dougxc Β· Pull Request #14553 Β· openjdk/jdk In the development of libgraal, it has been very useful to see why a given class is loaded (e.g., trying to reduce startup time by avoiding unnecessary eager class loading). One way to do this is t...

TIL: since jdk22 you can use the JVM option -XX:LogClassLoadingCauseFor=com.mycompany.MyClass in conjunction with -Xlog:class+load+cause* to find out the stacktrace that triggers the load of the specify class.
see github.com/openjdk/jdk/...

13.05.2025 15:07 β€” πŸ‘ 19    πŸ” 10    πŸ’¬ 1    πŸ“Œ 0
Advanced performance analysis with async-profiler by Andrei Pangin
YouTube video by Devoxx UK Advanced performance analysis with async-profiler by Andrei Pangin

Insightful session on advanced performance analysis with async-profiler, presented by Andrei Pangin.

πŸŽ₯ www.youtube.com/watch?v=u7-S...

#Java #Performance #Profiling

17.05.2025 06:00 β€” πŸ‘ 17    πŸ” 10    πŸ’¬ 0    πŸ“Œ 0
Core Application Security for Java Developers – Ionut Balosin

πŸ” How to #secure your #Java app?

In this article, I cover #core #security #practices every #Java developer should know - from securing resources and validating input to encryption, hashing, secret management, logging, and safe deserialization.

πŸ‘‰ ionutbalosin.com/2025/03/core...

#Java #Security

14.05.2025 04:46 β€” πŸ‘ 8    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

All the best, Mark - I’m confident you’ll land something great very soon.

14.05.2025 03:26 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
How Netflix Uses Java - 2025 Edition
YouTube video by Java How Netflix Uses Java - 2025 Edition

πŸŽ₯ Curious how Netflix scales its backend?

@pbakker.bsky.social shares insights into Netflix’s architecture and how they use #Java

www.youtube.com/watch?v=Xpun...

10.05.2025 10:03 β€” πŸ‘ 4    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - ionutbalosin/jvm-performance-benchmarks: Java Virtual Machine (JVM) Performance Benchmarks with a primary focus on top-tier Just-In-Time (JIT) Compilers, such as C2 JIT, Graal JIT, and the Fa... Java Virtual Machine (JVM) Performance Benchmarks with a primary focus on top-tier Just-In-Time (JIT) Compilers, such as C2 JIT, Graal JIT, and the Falcon JIT. - ionutbalosin/jvm-performance-benchm...

πŸš€ Call for Contributors

If you're interested in contributing to the #JVM #Performance #Benchmarks project - an initiative that gained significant traction in the #Java community through our recent #JDK17 and #JDK11 analyses - check out the repo:

πŸ”— github.com/ionutbalosin...

06.05.2025 09:13 β€” πŸ‘ 6    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0

Correction: JDK17 and JDK21

06.05.2025 11:41 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - ionutbalosin/jvm-performance-benchmarks: Java Virtual Machine (JVM) Performance Benchmarks with a primary focus on top-tier Just-In-Time (JIT) Compilers, such as C2 JIT, Graal JIT, and the Fa... Java Virtual Machine (JVM) Performance Benchmarks with a primary focus on top-tier Just-In-Time (JIT) Compilers, such as C2 JIT, Graal JIT, and the Falcon JIT. - ionutbalosin/jvm-performance-benchm...

πŸš€ Call for Contributors

If you're interested in contributing to the #JVM #Performance #Benchmarks project - an initiative that gained significant traction in the #Java community through our recent #JDK17 and #JDK11 analyses - check out the repo:

πŸ”— github.com/ionutbalosin...

06.05.2025 09:13 β€” πŸ‘ 6    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0
[VDBUH2025] Laurențiu Spilcă & Ionuț Baloșin - Unlocking the unknowns: Cryptography Essentials
YouTube video by Devoxx [VDBUH2025] Laurențiu Spilcă & Ionuț Baloșin - Unlocking the unknowns: Cryptography Essentials

πŸš€ Our talk "Unlocking the Unknowns: #Cryptography #Essentials for #Java Devs" with @laurspilca.bsky.social is now online!

πŸŽ₯ Watch: www.youtube.com/watch?v=WqQ2...

πŸ“‚ Code: github.com/ionutbalosin...

πŸ“‘ Slides: ionutbalosin.com/wp-content/u...

Enjoy!

29.04.2025 06:24 β€” πŸ‘ 3    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
[VDBUH2025] Laurențiu Spilcă & Ionuț Baloșin - Unlocking the unknowns: Cryptography Essentials
YouTube video by Devoxx [VDBUH2025] Laurențiu Spilcă & Ionuț Baloșin - Unlocking the unknowns: Cryptography Essentials

πŸš€ Our talk "Unlocking the Unknowns: #Cryptography #Essentials for #Java Devs" with @laurspilca.bsky.social is now online!

πŸŽ₯ Watch: www.youtube.com/watch?v=WqQ2...

πŸ“‚ Code: github.com/ionutbalosin...

πŸ“‘ Slides: ionutbalosin.com/wp-content/u...

Enjoy!

29.04.2025 06:24 β€” πŸ‘ 3    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

πŸ‡«πŸ‡· Merci d'Γͺtre venu aussi nombreux dans l'amphi bleu Γ  #DevoxxFrance @devoxx.fr ! voici mes slides pour la session comment debugger en production !
ginnieandfifounet.com/jpb/slides/P...

18.04.2025 14:52 β€” πŸ‘ 6    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0

πŸš€ Just updated my well-starred Java eCommerce Application!

🧱 Examples of:
- Hexagonal & event-driven microservices
- Perf, scalability & resiliency tactics
- REST, schema-first, async logging, caching & more

Check it out πŸ‘‰ github.com/ionutbalosin...

#Java #Architecture #Microservices #OpenSource

15.04.2025 10:41 β€” πŸ‘ 5    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0

πŸš€ Just updated my well-starred Java eCommerce Application!

🧱 Examples of:
- Hexagonal & event-driven microservices
- Perf, scalability & resiliency tactics
- REST, schema-first, async logging, caching & more

Check it out πŸ‘‰ github.com/ionutbalosin...

#Java #Architecture #Microservices #OpenSource

15.04.2025 10:41 β€” πŸ‘ 5    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0

Thanks a lot for having me! It was a real pleasure talking with you.
Always great to be part of the amazing #Java community πŸš€

#DevRelEspresso #community #Java β˜•οΈ

09.04.2025 05:31 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Interview Ionut Balosin
YouTube video by DevRel Espresso Interview Ionut Balosin

A little interview with my friend @ionutbalosin.bsky.social at #VoxxedDaysRomania youtu.be/y2ok731-Dsg?... #DevRelEspresso #java #community

09.04.2025 04:33 β€” πŸ‘ 4    πŸ” 2    πŸ’¬ 1    πŸ“Œ 0
Post image Post image

Top-notch talks this evening at the Java Meetup #Vienna with talks by @chumer.dev and @hansolo.eu on Truffle Metacompilation and JVM Memory Management πŸš€

07.04.2025 18:14 β€” πŸ‘ 7    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

Finally, you made it! Looking forward to meeting you!

07.04.2025 11:07 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@ionutbalosin is following 19 prominent accounts