David's Blog
Blogs
GitHub
FriendlyUser's blog
More posts in my blog.
rust
ffi
C and C++ Interoperability in Rust: Exploring FFI
Dec 27, 2024
In this article, we will explore Rust's FFI and demonstrate how to call functions from C and C++ libraries in Rust, allowing you to leverage the power of these languages while enjoying the benefits of Rust.
rust
ffi
How to use sycnronization primitives in Rust
Dec 27, 2024
In this article, we will explore Rust's synchronization primitives and build a program that uses mutexes to synchronize access to a shared data structure between multiple threads..
rust
ffi
How to create a simple chat server and client using Rust's networking capabilities
Dec 27, 2024
In this article, we will explore how to create a simple chat server and client using Rust's networking capabilities. We will use Rust's standard library to implement basic networking functionality and create a text-based interface for sending and receiving messages between clients.
rust
ffi
Building Web Applications with Rocket for Rust
Dec 27, 2024
In this tutorial, we'll explore how to build a web application using the Rocket web framework for the Rust programming language. Rocket is a fast, type-safe, and easy-to-use framework that allows us to build web applications quickly, leveraging the power and safety of the Rust language.
rust
ffi
Secure Hashing with SHA-2 in Rust using the `sha2` Crate
Dec 27, 2024
In this technical article, we will explore how to use the `sha2` crate in Rust to compute secure hash values using the SHA-2 family of cryptographic hashing algorithms.
rust
ffi
Weather APIs in Rust
Dec 27, 2024
In this article, we will explore how to create a simple command-line weather forecast application in Rust. We will use the reqwest crate for making HTTP requests and the serde crate for handling JSON data.
← Newer Posts
Older Posts →
© Copyright 2025 by FriendlyUsers Tech Blog. Built with ♥ by
FriendlyUser
. Last updated on 2025-11-29.