Tag: rust

Using Rust And Axum To Build A Jwt Authentication Api

Using Rust and Axum to build a JWT authentication API

Dev

Learn to build a basic JWT authentication system with Rust and Axum, including setting up the routes, handlers, and the middleware system.

Eze Sunday
May 29, 2024 ⋅ 9 min read
Understanding Cross Platform Graphics In Rust With Wgpu

Leverage Rust and wgpu for effective cross-platform graphics

Dev

Use Rust with wgpu to work directly with the new WebGPU standard for better control, cross-platform performance, and bug handling.

Mario Zupan
May 28, 2024 ⋅ 36 min read
Using Pavex For Rust Web Development

Using Pavex for Rust web development

Dev

The Pavex Rust web framework is an exciting project that provides high performance, great usability, and speed.

Ukeje Goodness
May 10, 2024 ⋅ 6 min read
Exploring Nushell, A Rust Powered, Cross Platform Shell

Exploring Nushell, a Rust-powered, cross-platform shell

Dev

Nushell is a modern, performant, extensible shell built with Rust. Explore its pros, cons, and how to install and get started with it.

Chigozie Oduah
Apr 23, 2024 ⋅ 6 min read
Exploring Zed, An Open Source Code Editor Written In Rust

Exploring Zed, an open source code editor written in Rust

Dev

The Zed code editor sets itself apart with its lightning-fast performance and cutting-edge collaborative features.

Nefe Emadamerho-Atori
Apr 22, 2024 ⋅ 7 min read
Learn How To Read A File In Rust

Learn how to read a file in Rust

Dev

Learn how to read JSON, YAML, and TOML files from external sources to use in your projects in Rust.

Ikeh Akinyemi
Mar 27, 2024 ⋅ 13 min read
Understanding String And &str In Rust

Understanding String and &str in Rust

Dev

Explore the differences between the Rust String and Str string types, looking at how they each impact your Rust coding practices.

Mario Zupan
Mar 26, 2024 ⋅ 12 min read
Warp Adoption Guide: Overview, Examples, And Alternatives

warp adoption guide: Overview, examples, and alternatives

Dev

The warp web framework for Rust offers many enticing features. Let’s see when and why you should consider using warp in your projects.

Ukeje Goodness
Mar 26, 2024 ⋅ 8 min read
Understanding The Rust Borrow Checker

Understanding the Rust borrow checker

Dev

Learn what Rust’s borrow checker does for us and how it compares to other forms of memory management.

Thomas Heartman
Mar 25, 2024 ⋅ 9 min read
Migrating A Javascript Frontend To Leptos, A Rust Frontend Framework

Migrating a JavaScript frontend to Leptos, a Rust framework

Dev

Leptos is a Rust frontend framework with excellent performance and support for modern features like signals, SSR, CSR, and more.

Eze Sunday
Mar 19, 2024 ⋅ 7 min read
Actix Web Adoption Guide: Overview, Examples, And Alternatives

Actix Web adoption guide: Overview, examples, and alternatives

Dev

Actix Web is definitely a compelling option to consider, whether you are starting a new project or considering a framework switch.

Eze Sunday
Mar 18, 2024 ⋅ 8 min read
Using CRDTs To Build Collaborative Rust Web Applications

Using CRDTs to build collaborative Rust web applications

Dev

CRDTs, or conflict-free replicated data types, is a concept that underlies applications facing the issue of data replication across a […]

Mario Zupan
Feb 23, 2024 ⋅ 15 min read