MySQL tutorial - IT technology blog

Rust + MySQL + sqlx: Async Queries, Connection Pooling, and Type-safe Migrations for High-performance Microservices

sqlx is a Rust library for connecting to MySQL with type-safe SQL that the compiler validates at build time, completely eliminating runtime errors from wrong column names or mismatched data types. This post covers how to set up a proper connection pool, write async queries, run automated migrations, and avoid common production pitfalls based on real-world experience.
CentOS tutorial - IT technology blog

Using Boom Boot Manager on CentOS Stream 9: Managing Boot Entries and Creating Restore Points from LVM Snapshots

Boom Boot Manager lets you create and manage independent BLS boot entries in GRUB2 on CentOS Stream 9, combined with LVM Snapshots to create safe system restore points before updates. This guide covers the complete workflow: from installation and automated restore point creation to booting into a snapshot when recovery is needed.