Hey folks, Vladan here. If you've followed my blog for any length of time, you know I'm always keeping an eye on backup and ...
Java has endured radical transformations in the technology landscape and many threats to its prominence. What makes this technology so great, and what does the future hold for Java?
Features now not included in Java releases will be added, while Java theme ambitions plan for easier use for immutable data ...
Oracle has released version 26 of the Java programming language and virtual machine. As the first non-LTS release since JDK ...
Throughout early 2026, SentinelOne’s Digital Forensics & Incident Response (DFIR) team has responded to several incidents where FortiGate Next-Generation Firewall (NGFW) appliances have been ...
I don't like mutability. Whenever it's possible I use immutable objects and JVM is pretty damn good optimized to handle a lot of object allocations. But there are rare cases when you just can't copy ...