Unlock Your Python Backend Career: Build 30 Projects in 30 Days. Join now for just $54

LATEST rust ARTICLES

Latest rust Articles curated daily by the community.

This is the most comprehensive guide to the Rust Programming Language online.

In this article, I’ll programmatically introduce you to Rust Programming Language. I’d point out that Rust Language is not for newbie programmers.

It is difficult.

Rust Programming: The Ultimate Guide (2023)

It is said that 37% of its users only feel productive after a month and 70% after a year.

Rust for Backend Development

By . Updated Mon Sep 25 2023
Rust for Backend Development

This comprehensive guide will explore why Rust is an excellent choice for backend development, its unique features, libraries, and tools, and how to get started with Rust for building robust and secure backend systems.

Actix Web: The Ultimate Guide (2023)

By . Updated Sun Dec 17 2023
Actix Web: The Ultimate Guide (2023)

This is the most comprehensive tutorial on the Actix Web framework online.

In this Actix Web tutorial, you will learn Actix Web from scratch to an advanced level.

You will learn how to build and deploy your first Actix Web app.

Rocket: The Ultimate Guide (2023)

By
Rocket: The Ultimate Guide (2023)

This is the most comprehensive tutorial on the Rocket framework online.

In this Rocket tutorial, you will learn Rocket from scratch to an advanced level.

You will learn how to build and deploy your first Rocket app.

Axum Framework: The Ultimate Guide (2023)

By . Updated Sun Dec 17 2023
Axum Framework: The Ultimate Guide (2023)

This is the most comprehensive tutorial on the Axum framework online.

This article will explore Rust's Axum framework, a powerful and efficient tool for building web applications.

We'll dive into the basics of Axum, its key features, and how to get started with backend web development using this framework.

Asynchronous Recursion In rust

By . Updated Fri Feb 21 2025
Asynchronous Recursion In rust

However, unlike in languages like Python or JavaScript, building recursive functions can be more challenging due to Rust’s strict memory safety guarantees. This is even more apparent when trying to make recursion asynchronous.

Are async blocks dead? Introducing  async closures (rust 1.85)

We just saw the official release of Rust's 1.85 version, and a lot of wow changes came with it, one of them being async closures. This new feature has caused a lively debate in the Rust community: Are async blocks, a staple of Rust’s async ecosystem, now obsolete? Are they useless?

Building a Validator System in Rust

By . Updated Wed Apr 09 2025
Building a Validator System in Rust

In this article, we'll explore how to build a type-safe and flexible validator system in Rust, taking cues from DRF's elegant design. We'll start with a basic structure and progressively enhance it to create a more practical and feature-rich solution.

Why Rust is the most Readable Language.

By . Updated Sun Apr 20 2025
Why Rust is the most Readable Language.

Ever tried contributing to an open-source project or even worked on a large code base with neck-breaking documentation? If you have done any of these, you would at least know the benefits of a readable language.