AI SQL Generation: Overcoming Dialect-Specific SQL

What good are Record Patterns in Java? An example based on Spark's Catalyst Optimizer and it's Tree Rewriting Rules

Adding “invariant” clauses to C++ via GCC plugin to enable Design-by-Contract

Building a PostgreSQL Wire Protocol Server using Vanilla, Modern Java 21 (shows use of: Records, Sealed Types, Pattern Matching for Switch, Virtual Threads, and Panama FFM)

Building a High-Performance DB Buffer Pool in Zig W\ Io_uring New Fixed-Buffers

Panama: Not-so-Foreign Memory. Using MemorySegment as a high-performance ByteBuffer replacement without a 2GB limit.