Event Details:
Date: 21st August 2025
Time: 7pm - 9pm
Venue: Shortcut Asia 🔗 https://lnkd.in/gRTMU2_j 📍 B-12-6, Level 12, Tower B, The Vertical Office Suites, Bangsar South, Kuala Lumpur
Huge thanks to Shortcut Asia for being the venue sponsor of this event!
Content:
Buzzcorner - Rust Adoption
axum web framework
Diesel ORM
Example and demo - e-wallet app
Optional post-meetup networking session
Outcome:
Learn the basics of backend web development using axum and Diesel.
🦀 Rust as a High-level Programming Language: Backend Webdev with axum and Diesel 🕸
Have you ever considered that Rust could be a highly productive and expressive high-level programming language? Let us show you how the combination of Rust, axum and Diesel will always beat the likes of TypeScript, Express / NestJS and TypeORM.
Part of the Tokio project, axum is a well-architectured web framework with a macro-free API, async route handlers, declarative request parsing and type-safe state management. It gives you the full power of the Tower middleware ecosystem.
Diesel is a powerful and high-performance ORM that checks your database queries at compile time using Rust's type system. It supports multiple database backends (including PostgreSQL, MySQL, SQLite), database connection pooling and integrates well with async. It also allows you to write migrations to manage changes in the database schema.