David's Blog
Blogs
GitHub
Photos
FriendlyUser's blog
More posts in my blog.
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.
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'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.
Lifetimes in Rust: Managing Borrowed Data
Dec 24, 2024
Lifetimes ensure that references to data remain valid as long as the data exists. This article demonstrates Rust lifetimes through an example data structure containing vectors of strings and string references.
Review of Polygot Notebooks
Dec 21, 2024
My thoughts of polygot notebooks after writing a book with them
C++ Performance Optimization Techniques
Dec 19, 2024
This article will explore various C++ performance optimization techniques that can help developers write efficient code.
← Newer Posts
Older Posts →
© Copyright 2023 by Astro Tech Blog. Built with ♥ by
FriendlyUser
. Last updated on 2023-05-29.