Tag: rust

Create and Manage Windows in Your Rust App With Winit

Create and manage windows in your Rust app with Winit

Dev

Winit is versatile and cross-platform, making the library a must-have in your Rust platform development arsenal.

Solomon Esenyi
May 15, 2023 ⋅ 5 min read
Build Desktop App Qt Rust

Build a desktop app with Qt and Rust

Dev

We demonstrate how to build a desktop Qt application using Rust and QML, add encryption, and create a GitHub CI workflow.

Azzam S.A
May 11, 2023 ⋅ 9 min read
Build Microservices In Rust With Spin

Building microservices in Rust with Spin

Dev

Build microservices in Rust using the Spin framework, which allows you to build reliable and scalable systems.

Oduah Chigozie
May 11, 2023 ⋅ 6 min read
Optimizing Rust Code With Llvm

Optimizing Rust code with LLVM: A detailed breakdown

Dev

Let’s dive into how you can use LLVM with Rust to generate the fastest code possible with a detailed example!

Greg Stoll
May 3, 2023 ⋅ 6 min read
Rust and React Logos

Build a real-time chat app with Rust and React

Dev

Learn to build a real-time chat app that’s fast and reliable, using Rust and React. WebSockets enables the client-server communication.

Ahmad Rosid
Apr 26, 2023 ⋅ 25 min read
Plotting Rust Projects Using Plotly

Plotting Rust projects using Plotly

Dev

Create customizable charts and graphs in your Rust project using the Plotly package for data-intensive projects.

Ukeje Goodness
Apr 26, 2023 ⋅ 7 min read
How to Build a WebSocket Server With Rust

How to build a WebSocket server with Rust

Dev

This tutorial will demonstrate how to build a basic message relay service in Rust that clients can connect to via WebSockets.

Mario Zupan
Apr 25, 2023 ⋅ 11 min read
Create an Async CRUD Web Service in Rust With Warp

Create an async CRUD web service in Rust with warp

Dev

Learn how to create an asynchronous web app using warp and tokio-postgres and build a database-backed CRUD service with error handling — all in fewer than 300 lines of Rust code.

Mario Zupan
Apr 24, 2023 ⋅ 14 min read
Exploring the Top Rust Web Frameworks

Exploring the top Rust web frameworks

Dev

In this article, we’ll explore the top Rust web frameworks to use in your next frontend and backend development projects.

Abiodun Solomon
Apr 21, 2023 ⋅ 6 min read
Using Rust Scoped Threads To Improve Efficiency And Safety

Using Rust scoped threads to improve efficiency and safety

Dev

Scoped threads in Rust are a fantastic way to make multitasking safer and more efficient. Learn how to work with them in this tutorial.

Oduah Chigozie
Apr 21, 2023 ⋅ 10 min read
Understanding Cloudflare Workers In Rust

Understanding Cloudflare Workers in Rust

Dev

Build a serverless API and deploy your Rust app on the Cloudflare Server using the Cloudflare Workers platform.

Abiodun Solomon
Apr 20, 2023 ⋅ 6 min read
Understanding And Handling Rust Mutex Poisoning

Understanding and handling Rust mutex poisoning

Dev

Use mutexes in your Rust app when accessing shared resources, and handle mutex poisoning to ensure that your code is resilient and reliable.

Ikeh Akinyemi
Apr 18, 2023 ⋅ 5 min read