404
Page not found
This page doesn't exist — but your next read does.
The link might be broken or the page may have moved. Head back to the homepage or browse all articles below.
Maybe one of these?
- All Posts
- Best Practices
- General
- Java
- QuickFix/J
- Rust
- Scala
- Talk
- Back
- Rust Series
- Back
- Spring Boot

Choosing the right GC can make or break your JVM application's performance. A practical comparison of G1 and ZGC —...

Structured concurrency simplifies concurrent programming by managing tasks within a clear scope. Introduced in Java 19, it ties thread lifecycles...

WebAssembly (Wasm) enhances web performance by allowing resource-intensive applications like gaming, video processing, and scientific simulations to run efficiently in...

Functional logging in Scala with Odin using Cats-Effect, featuring structured logs, async logging, file loggers, minimal levels, and contextual effects.