Featherboard's email notifications via SMTP and lettre: a security gap, and a lesson from Rust's borrow checker
The next phase of development is done and since the last update, admins can now delete ideas as well...
Tag archive
The next phase of development is done and since the last update, admins can now delete ideas as well...
The next phase of development is done. At this stage, Featherboard starts to become something you can...

As the core architecture of TeaQL continues to mature, we are excited to announce two heavy-weight...
How to Monitor Your Axum Web Service with Vigilmon Axum is a web application framework for...
Rust web applications — whether built with Axum, Actix-web, or Warp — are known for performance and...

Learn Rust and Axum in a Single Post: Complete Tutorial From Routing and Extractors to Tower...

Have you ever wanted a simple, lightweight way to cast videos from your phone to your smart TV...
Axum is a web framework for Rust built on top of Tokio and Hyper. One of its standout features is a...
In this article, we will build a beginner-friendly CRUD API using Rust, Axum, SQLite, and sqlx. We...
Learn how to build a simple CRUD API using Axum in Rust with in-memory storage — no database needed. Beginner-friendly step-by-step guide.
A 10 MB Markdown-to-HTML Service in Rust with pulldown-cmark A tiny axum service that...
Building a URL Shortener in Rust with axum, SQLite, and 30 Lines of base62 The URL...