🎬 NEW VIDEO ON THE CHANNEL
Vert.x: smallest image. Fastest startup.
Spring Boot: lowest lines of code.
Is that the order you expected?
Spring, Quarkus, Jooby, Vert.x — same demo, same baseline, 9 criteria.
👉 youtu.be/ddSSGgQMh-U#Java#SpringBoot#Quarkus
JDK 27 JEPS✨
JEP 523 makes G1 GC the default garbage collector in all environments. Before, Serial GC was used automatically at 1 CPU or <1792 MB memory. Now G1 is strong enough to compete at all heap sizes, while still offering better latency.
openjdk.org/jeps/523
🔴 LIVE Thursday
jqwik 1.10.0 shipped instructions inside a method telling AI agents to run tests destructively.
No CVE. No scanner alert. Just a library your project trusted.
This is prompt injection through a dependency. It's already happening.
Has this changed how you review dependencies when using AI tools?
@asm0di0 and @BrianVerm from @snyksec talking through it live Thursday 👇
youtube.com/watch?v=yxOThk_Y…
Most Dockerfiles were written for a world where we trusted our dependencies, build pipelines, and base images.
That world is gone.
@asm0di0 explains why Dockerfile practices that were perfectly acceptable a few years ago may no longer be secure enough in the age of supply chain attacks.
Would your Dockerfile pass a 2026 security review? 👀
Want the full story? 🎥
youtu.be/KKRda0H4wTE#Docker#Containers#DevSecOps#CloudNative
🎥 New video on the channel!
What if your profiler is pointing at the wrong method?
In this video, @cat_edelveis explains safepoint bias, why some profilers can mislead your optimization efforts, and how Async Profiler helps reveal where CPU time is actually spent.
If you're troubleshooting Java performance, this could save you from optimizing the wrong code.
youtu.be/PcLZ6WPEcuw#Java#Performance#AsyncProfiler#OpenJDK#Docker
🎥 New video on the channel from @asm0di0 !
Your Dockerfile may look clean, but is it secure?
We break down 8 common Dockerfile mistakes that can increase your production attack surface, and the practical fixes you can apply today.
Watch now 👇
youtu.be/KKRda0H4wTE#Docker#Containers#DevSecOps#CloudNative
👾You’re Running Java Apps Wrong: Why Simply java -jar Is Not Enough
Running Java apps with java -jar app.jar?
OK for dev, NOT OK for prod.
Join me and @brunoborges tomorrow live on CyberJAR to discuss how to make better use of what your JVM provides.
youtube.com/watch?v=Pg2-ZzfT…
We helped them migrate to Liberica JDK and stabilize their environment before the situation escalated further.
The lesson?
Do not wait until the last minute.