33 Stories by Mario Zupan
To show Iced.rs in action, we’ll build a very basic frontend application using Iced and Rust, which uses JSONPlaceholder for fetching data.
This complete tutorial explores how to create a shared Rust module and build a full-stack web application with practical examples.
WebAssembly has made it possible to build frontend apps in Rust. Now, learn to build a simple web app with Rust and Yew, powered...
Use Linfa in your Rust application to add algorithms for many areas of machine learning like linear regression and data clustering.
Measure Rust web application performance with this introductory tutorial and guide to several handy profiling tools.
Master the GNU Project Debugger (GDB) tool to perform basic but effective debugging of Rust programs with minimal extra tooling.
Learn how to build a command-line interface in Rust with TUI, a framework for building terminal user interfaces.
In this tutorial, we’ll show you how to build a very simple peer-to-peer application using Rust and the fantastic libp2p library.
In this tutorial, we’ll demonstrate how to write a very basic URL parser in Rust using the nom parser combinator library.
In this tutorial, we'll explain how to implement authentication and authorization using JWTs in a Rust web application.
Time and date handling, especially with time zones, are tricky business. Fortunately, Rust’s ecosystem provides us with all the tools we need.
Using small, lightweight libraries and a bit of self-written code to compose a minimal system can help improve performance, maintainability, and code quality.