Tag: rust

Writing Webpack Plugins Rust SWC Faster Builds

Writing webpack plugins in Rust using SWC for faster builds

Dev

We explore how to build custom SWC plugins using Rust and then use them in webpack-based projects to speed up our builds.

Mario Zupan
May 24, 2023 ⋅ 7 min read
Mocking Rust Mockall Alternatives

Mocking in Rust: Mockall and alternatives

Dev

We discuss how mocking differs from general unit testing, demonstrate mocking in Rust, and evaluate the Mockall library and its alternatives.

Chigozie Oduah
May 16, 2023 ⋅ 11 min read
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.

Chigozie Oduah
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
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.

Chigozie Oduah
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