Blog Posts

Recent posts

Spring - Supporting multiple tenant for JDBC

less than 1 minute read

Josh Long showed us another very nice Spring tips for supporting multiple tenants with JDBC. Spring provide the AbstractRoutingDataSource to support multiple...

Rust - Cassandra driver

less than 1 minute read

Rust Cassandra driver is not matured enough so far but the blogger recommended the C++ driver for production.

Rust - linker

less than 1 minute read

Alternative rust linker to speed up from https://www.lpalmieri.com/posts/session-based-authentication-in-rust/