From 0a1954001d8d517f796d4302e7b67907f270d320 Mon Sep 17 00:00:00 2001 From: 0xshadow Date: Sun, 14 Sep 2025 12:44:27 +0530 Subject: [PATCH] Added blogpost on Axum backend series --- draft/2025-09-17-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-09-17-this-week-in-rust.md b/draft/2025-09-17-this-week-in-rust.md index 86ac92dcf..726f5beb1 100644 --- a/draft/2025-09-17-this-week-in-rust.md +++ b/draft/2025-09-17-this-week-in-rust.md @@ -48,6 +48,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Axum Backend Series: Docker, Database and Connection Pooling](https://blog.0xshadow.dev/posts/backend-engineering-with-axum/axum-database-setup-using-docker/) ### Research