Tag: rust

Building Rust microservices with Apache Kafka

Building Rust microservices with Apache Kafka

Dev

In this article, you’ll learn how to build a basic Rust microservice with Apache Kafka to store and delete texts.

Chigozie Oduah
Sep 23, 2022 ⋅ 8 min read
Using Generic Impl Blocks In Rust

Using generic impl blocks in Rust

Dev

Use Rust generic implementation blocks to simplify implementation methods for generic types and for several different types at once.

Alex Merced
Sep 15, 2022 ⋅ 4 min read
Rust Bevy Entity Component System

Rust Bevy Entity Component System

Dev

What makes Bevy’s API so elegant is that users can write regular functions in Rust, and Bevy will know how to call them by their type signature.

Pascal Hertleif
Sep 15, 2022 ⋅ 9 min read
Understanding Smart Pointers In Rust

Understanding smart pointers in Rust

Dev

Improve app memory management in Rust by using smart pointers, data types that store memory addresses of values and prevent memory leaks.

Deborah Emeni
Sep 13, 2022 ⋅ 7 min read
Understanding Primitive Data Types In Rust

Understanding primitive data types in Rust

Dev

Rust primitive types can be grouped into scalar and compound data types. Let’s review what they are, how they’re used, and their limitations.

Victor Jonah
Sep 2, 2022 ⋅ 5 min read
An Eclipse Over a Cloudy Background

Improve repo management with moon

Dev

Moon is a repository management, organization, orchestration, and notification tool for JavaScript-based projects. Here’s how to use it.

James Sinkala
Sep 1, 2022 ⋅ 14 min read
Interacting With Databases In Rust Using Diesel Vs Sqlx Two Different Approaches

Interacting with databases in Rust using Diesel vs. SQLx

Dev

In this tutorial, we’ll cover how to interact with Rust databases using two different libraries: Diesel and SQLx.

Oluwatomisin Bamimore
Aug 12, 2022 ⋅ 6 min read
Understanding Rust Generics And How To Use Them

Understanding Rust generics and how to use them

Dev

Generics are a way to reduce the need to write repetitive code and instead delegate this task to the compiler […]

Yashodhan Joshi
Aug 10, 2022 ⋅ 17 min read
Web Scraping With Rust

Web scraping with Rust

Dev

Let’s explore how to write a web scraper with with Rust. We’ll look at some helpful Rust tools and important principles to keep in mind.

Greg Stoll
Jul 26, 2022 ⋅ 8 min read
Rust Fleet

Fleet: A build tool for improving Rust’s Cargo

Dev

Fleet has great potential, especially for developers who do not enjoy fussing around with build pipelines, or build processes in general.

Mario Zupan
Jul 21, 2022 ⋅ 5 min read
Rust vs Python

Rust vs. Python: Could Rust replace Python?

Dev

Although Python holds a firm place in the machine learning and data science community, Rust is likely to be used in the future as a more efficient backend for Python libraries.

David Adeneye Abiodun
Jul 12, 2022 ⋅ 6 min read
Rust Solid Tauri Build App

Rust, SolidJS, and Tauri: Create a cross-platform desktop app

Dev

Explore Tauri, a new framework that offers what people liked most about Electron but fixes many of the security and performance concerns.

Alex Merced
Jul 12, 2022 ⋅ 7 min read