David's Blog
Blogs
GitHub
FriendlyUser's blog
More posts in my blog.
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.
rust
C++ I/O: Reading and Manipulating CSV Data .
Dec 26, 2024
In this article, we'll explore how to build a program in C++ that reads in a CSV file, performs operations on the file.
rust
Rust's IO: Build a program that reads in a CSV file and performs operations such as sorting and filtering on the data.
Dec 26, 2024
In this article, we'll explore how to build a program in Rust that reads in a CSV file, performs operations such as sorting and filtering on the data, and writes the results to a new file..
rust
Rust's Threads: Building a Program to Calculate Pi Using Multithreading
Dec 26, 2024
In this article, we will learn how to calculate pi using Rust's threads and the Monte Carlo method.
rust
How to use Rust Collections
Dec 26, 2024
In this article, we will build a program that uses Rust's collections, specifically HashMap and HashSet, to perform operations such as counting the frequency of words in a text file.
rust
Rust's borrowing rules
Dec 24, 2024
In this article, we will explore Rust's borrowing rules by building a program that uses a borrowed reference to a vector of integers to determine the average value of the integers.
← Newer Posts
Older Posts →
© Copyright 2026 by FriendlyUsers Tech Blog. Built with ♥ by
FriendlyUser
. Last updated on 2026-06-06.