Open in app

Sign In

Write

Sign In

Sterling Cobb
Sterling Cobb

185 Followers

Home

About

Jan 24

Working with Unsafe Code in Rust

Rust is a systems programming language that prides itself on its safety features, such as memory safety and data race prevention. However, there are certain situations where the use of unsafe code may be necessary, such as when interfacing with C libraries or when performance optimization is a priority. …

Rust

3 min read

Working with Unsafe Code in Rust
Working with Unsafe Code in Rust
Rust

3 min read


Jan 7

Advanced Macro Usage in Rust

Multiple Examples and Best Practices — Macros in Rust are a powerful tool that allow developers to write code that generates other code at compile time. They can be used to abstract away repetitive or boilerplate code, as well as to create custom language constructs. …

Macro

3 min read

Advanced Macro Usage in Rust
Advanced Macro Usage in Rust
Macro

3 min read


Jan 5

Mastering I/O and Networking in Rust

Multiple examples with good code and best practices for Rust developers — If you’re a Rust developer, you know that Rust is a systems programming language that is fast, safe, and concurrent. One of the areas where Rust excels is in input/output (I/O) and networking. …

Rust

4 min read

Mastering I/O and Networking in Rust
Mastering I/O and Networking in Rust
Rust

4 min read


Jan 3

Error Handling in Rust: Multiple Examples and Best Practices

A guide to handling errors in Rust, with examples and best practices for writing reliable and maintainable code. — Error handling is an important aspect of writing reliable software, and Rust provides several options for dealing with errors in your code. In this article, we’ll explore some of the most common approaches to error handling in Rust, with examples to help you understand how each one works. …

Rust

4 min read

Error Handling in Rust: Multiple Examples and Best Practices
Error Handling in Rust: Multiple Examples and Best Practices
Rust

4 min read


Dec 31, 2022

Exploring the Standard Library Data Structures and Algorithms in Rust

Examples and Best Practices for Using Rust’s Standard Library Introduction In this blog post, we will explore the standard library data structures and algorithms available in the Rust programming language. Rust is known for its emphasis on memory safety, efficiency, and concurrency, making it a great choice for systems programming. …

Standard Library

4 min read

Exploring the Standard Library Data Structures and Algorithms in Rust
Exploring the Standard Library Data Structures and Algorithms in Rust
Standard Library

4 min read


Dec 22, 2022

Testing and Debugging Rust Code: Tips and Best Practices

Rust is a statically-typed programming language known for its speed, memory safety, and concurrency. As with any language, it is important to test and debug your Rust code to ensure it is working as intended. …

Rust

2 min read

Testing and Debugging Rust Code: Tips and Best Practices
Testing and Debugging Rust Code: Tips and Best Practices
Rust

2 min read


Dec 21, 2022

Rust 101: Understanding the Basics of Syntax and Data Types

Rust is a programming language that is known for its safety, efficiency, and concurrency. It is a statically-typed language, which means that the type of each value must be known at compile time. …

Programming

2 min read

Rust 101: Understanding the Basics of Syntax and Data Types
Rust 101: Understanding the Basics of Syntax and Data Types
Programming

2 min read


Dec 20, 2022

Concurrency and Parallelism in Rust: An Overview and Examples

Concurrency and parallelism are important concepts in programming, and they are especially well-supported in Rust. In this article, we will explore what concurrency and parallelism are, how they differ, and how to use them in Rust. What is concurrency? Concurrency refers to the ability for different tasks or threads to…

Rust

2 min read

Concurrency and Parallelism in Rust: An Overview and Examples
Concurrency and Parallelism in Rust: An Overview and Examples
Rust

2 min read


Dec 16, 2022

The Ruins of the Rust Belt

The Rust Belt is a region in the Northeastern and Midwestern United States that was once home to a large number of manufacturing and industrial jobs. …

Article

2 min read

The Ruins of the Rust Belt
The Ruins of the Rust Belt
Article

2 min read


Dec 16, 2022

Mastering Enums in Rust: Best Practices and Examples

Enums, or enumerations, are a powerful feature in the Rust programming language that allow you to define a set of named constants. They can be used to represent a fixed set of values that a variable can take on, such as the four seasons or the days of the week…

Rust

4 min read

Mastering Enums in Rust: Best Practices and Examples
Mastering Enums in Rust: Best Practices and Examples
Rust

4 min read

Sterling Cobb

Sterling Cobb

185 Followers

Programming, Traveling, Entrepreneurship

Following
  • Ev Williams

    Ev Williams

  • Duane Johnson

    Duane Johnson

  • Arlen Meyers, MD

    Arlen Meyers, MD

  • Eric Elliott

    Eric Elliott

  • Louis Moynihan

    Louis Moynihan

See all (190)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams