fahd.blog
Let the code do the talking...
Saturday, May 03, 2025
Java 24: Structured Concurrency
›
With Java 24 , Structured Concurrency moves closer to becoming a first-class feature in the Java platform. This is currently a preview lang...
Sunday, March 30, 2025
Java 24: Scoped Values
›
Java 24 introduces Scoped Values , a powerful alternative to ThreadLocal that offers better performance and cleaner code for managing per-...
Friday, March 28, 2025
Java 24: Primitive Types in Patterns, instanceof, and switch
›
Java 24 introduces enhancements to pattern matching by allowing primitive types in all pattern contexts, and extending instanceof and swi...
Wednesday, January 01, 2025
fahd.blog in 2024
›
Happy 2025, everyone! I'd like to wish everyone a great start to an even greater new year! In keeping with tradition, here's one l...
Saturday, August 24, 2024
JavaScript Blobs
›
A Blob (Binary Large Object) is a data structure used to store raw data. It can be created using the Blob constructor. For instance: cons...
›
Home
View web version