Greg Stoll

  https://gregstoll.com/ Greg is a software engineer with over 20 years of experience in the industry. He enjoys working on projects in his spare time and enjoys writing about them!

     



4 Stories by Greg Stoll

Web scraping with Rust

Let's explore how to write a web scraper with with Rust. We'll look at some helpful Rust tools and important principles to keep in...
2 8 min read

Pathfinding in Rust: A tutorial with examples

Let's take a look at some options for pathfinding in Rust using breadth-first search, Dijkstra's algorithm, and the A* search algorithm.
0 5 min read

Guide to using arenas in Rust

Learn how to use arenas in Rust to improve the performance of memory allocation and deallocation to run your code faster.
0 5 min read

Understanding Rust Option and Result enums

Learn about one of these Rust's convenient functionalities, enums, and how to use the Option and Result types.
0 5 min read