Rust Backend Architecture with Axum: Middleware Order, Auth Boundaries, and Request Context
A practical Axum session on middleware ordering, authentication boundaries, request context, and safer service composition.
Review member-submitted ideas and support the topics you would attend.
18 proposals
A practical Axum session on middleware ordering, authentication boundaries, request context, and safer service composition.
A practical DevOps fundamentals session using Rust service examples to connect tests, containers, deployment gates, health checks, and rollback plans.
A practical DevOps session using Rust web-service examples to connect test stages, preview environments, deployment gates, and rollback planning.
A practical Rust CLI session on script-friendly behavior: exit codes, output streams, errors, and predictable command contracts.
A practical Rust CLI session on configuration files, environment variables, defaults, and precedence rules users can understand.
A practical CLI fundamentals session using clap examples for help text, configuration safety, secret handling, and operator-friendly defaults.
A practical Rust CLI session on safe file operations: path validation, delete previews, backups, and checks before irreversible changes.
A practical Rust CLI session on logs, error messages, stderr/stdout separation, and diagnostics that help people fix problems quickly.
A practical Rust CLI safety session on dry-run behavior, confirmation flows, file changes, and commands that are safe to automate.
A practical two-hour session on Rust Cargo Workspaces, focused on Package Boundaries, Features, and Release Builds. Rust is used as the implementation context while the core lesson stays on software engineering fundamentals, reliability, testing, and operational clarity.
A practical DevOps fundamentals session using Rust examples to connect local builds, tests, containers, service configuration, and deployment checks.
A practical two-hour session on Rust Feature Flags in Cargo, focused on Binary Size, Dependencies, and Release Review. Rust is used as the implementation context while the core lesson stays on software engineering fundamentals, reliability, testing, and operational clarity.
A backend fundamentals session on Axum API pagination, filters, stable ordering, and query patterns that remain predictable under load.
A practical session on Axum webhook endpoints: parsing, signature checks, idempotency, and clear error responses for real backend systems.
A practical release-engineering session using Rust service examples to cover dependency review, security checks, packaging, release notes, and rollback planning.
A practical Axum session on route design, wildcard matching, request boundaries, and tests that keep API behavior predictable.
A practical session on form handling in Axum: validation, error responses, user recovery, and tests that prevent broken submission flows.
A practical Axum session on CORS, request headers, preflight behavior, and browser-facing API contracts for real web services.