renato

@renatompf.bsky.social

🇵🇹 Software Engineer

Mais de 125 mil pessoas já subscreveram a petição que pede à Assembleia da Republica medidas legislativas para transformar a violação num crime público e autonomizar o crime de femicídio. Leia mais: www.publico.pt/2129169

Bild

🚀 JDK 24 New Feature: Virtual threads now work with synchronized blocks WITHOUT pinning! In my latest tutorial, I show how this cuts execution time from 32s to 0.5s in a sample app. Check out the full guide: www.danvega.dev/blog/jdk-24-... #Java #JDK24 #VirtualThreads

JDK 24's Major Improvement: Virtual Threads Without Pinning

Learn how JDK 24's enhancement to virtual threads that eliminates pinning with synchronized blocks can dramatically improve performance in your Spring Boot applications.

danvega.dev

🔥 JDK 24 - Stream Gatherers I have some blog posts and I want to show 3 recent posts for every category. Before JDK 24 I might have done something like this 🧵 1/4

Bild

DIY LAN Turtle - Building a Stealth Remote Access Device 🔍 I recently built a DIY LAN Turtle, a compact and stealthy network device for remote access and security testing. In this blog post, I share my experience building and configuring it. h4ndsh.github.io/2025/lanturt...

DIY LAN Turtle - Building a Stealth Remote Access Device

In this post, I share my experience building a DIY stealth remote access device using the Luckfox Pico Max RV1106. Inspired by the commercial LAN Turtle but seeking a more affordable solution, I creat...

h4ndsh.github.io

Using Spring Boot with Testcontainers? We've improved support so that your test setup is more lean. `@AutoConfigureTestDatabase` now detects containers and will automatically use that! If you need to revert to the old behavior, set `replace=Replace.AUTO_CONFIGURED)` on the annotation.

Bild