Browsing Tag
rust
140 posts
Rust Error Handling Compared: anyhow vs thiserror vs snafu
Error handling is an indispensable part of Rust development. Rust’s Result provides fundamental support, but the specific implementation…
Taking Payments with AI Agents and Rig using Stripe’s MCP server
Introduction Hello world! In today’s post we’re going to take a look at how you can build AI…
Rust Concurrency: A Beginner’s Exploration
Concurrency and Parallelism Many people cannot distinguish between the concepts of concurrency and parallelism, so before diving into…
Rust Async Programming: Parallelism with join! vs select!
When executing only one Future, you can directly use .await inside an async function async fn or an…
Rust Key Concepts (I): Ownership System
Rust has specific design choices and feature selections that make the language unique. Let’s dive into the key…
Tauri (8) – Implementing global shortcut key function
Introduction In modern desktop applications, shortcuts are an essential tool for enhancing user experience and productivity. Many applications…
A Gentle Introduction to WebAssembly in Rust (2025 Edition)
It’s clear WebAssembly is one of the more popular up-and-coming technologies out there. Its promise, a universal executable…
Using the GitHub API in Rust
With Octocrab crate Introduction The github_api repository demonstrates how to interact with the GitHub API using Rust. This…
Unlocking the Power of Elixir Phoenix and Rust: A Match Made for High-Performance Web Applications
As developers, we’re always on the lookout for tools and technologies that enable us to build faster, more…
Offering help with a project
Hey everyone. I’m looking for people who need a hand with their projects. I want to practice Rust,…