Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
Learning Rust Series' Articles
Back to Fady GA ๐'s Series
Learning Rust ๐ฆ: 01- Intro and Setup
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Jun 3 '23
Learning Rust ๐ฆ: 01- Intro and Setup
#
learning
#
rust
24
ย reactions
Comments
1
ย comment
6 min read
Learning Rust ๐ฆ: 02- The basics: Variables and Data Types
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Jun 6 '23
Learning Rust ๐ฆ: 02- The basics: Variables and Data Types
#
learning
#
rust
#
programming
#
development
7
ย reactions
Comments
Addย Comment
6 min read
Learning Rust ๐ฆ: 03- The basics: Functions
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Jun 8 '23
Learning Rust ๐ฆ: 03- The basics: Functions
#
learning
#
rust
#
programming
#
development
6
ย reactions
Comments
Addย Comment
4 min read
Learning Rust ๐ฆ: 04- The basics: Flow Control
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Jun 11 '23
Learning Rust ๐ฆ: 04- The basics: Flow Control
#
learning
#
rust
#
programming
#
development
Comments
2
ย comments
6 min read
Learning Rust ๐ฆ: 05- Your first Rust game: "Guess The Number"
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Jun 16 '23
Learning Rust ๐ฆ: 05- Your first Rust game: "Guess The Number"
#
learning
#
rust
#
programming
#
development
5
ย reactions
Comments
Addย Comment
9 min read
Learning Rust ๐ฆ: 06 - Ownership: Intro
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Jun 23 '23
Learning Rust ๐ฆ: 06 - Ownership: Intro
#
learning
#
rust
#
programming
#
development
Comments
Addย Comment
4 min read
Learning Rust ๐ฆ: 07 - Ownership: Memory Dynamics
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Jul 28 '23
Learning Rust ๐ฆ: 07 - Ownership: Memory Dynamics
#
learning
#
rust
#
programming
#
development
2
ย reactions
Comments
Addย Comment
4 min read
Learning Rust ๐ฆ: 08 - Ownership: Functions and References
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Aug 5 '23
Learning Rust ๐ฆ: 08 - Ownership: Functions and References
#
learning
#
rust
#
programming
#
development
3
ย reactions
Comments
Addย Comment
4 min read
Learning Rust ๐ฆ: 09 - Ownership: The Slice type
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Aug 12 '23
Learning Rust ๐ฆ: 09 - Ownership: The Slice type
#
learning
#
rust
#
programming
#
development
10
ย reactions
Comments
3
ย comments
5 min read
Learning Rust ๐ฆ: 10 - The Struct
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Aug 18 '23
Learning Rust ๐ฆ: 10 - The Struct
#
learning
#
rust
#
programing
#
development
8
ย reactions
Comments
2
ย comments
5 min read
Learning Rust ๐ฆ: 11 - Debugging custom types/Structs
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Aug 25 '23
Learning Rust ๐ฆ: 11 - Debugging custom types/Structs
#
learning
#
rust
#
programming
#
development
9
ย reactions
Comments
Addย Comment
4 min read
Learning Rust ๐ฆ: 12 - Basic enum
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Sep 2 '23
Learning Rust ๐ฆ: 12 - Basic enum
#
learning
#
rust
#
programming
#
development
10
ย reactions
Comments
Addย Comment
4 min read
Learning Rust ๐ฆ: 13 - Pattern matching basics
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Sep 8 '23
Learning Rust ๐ฆ: 13 - Pattern matching basics
#
learning
#
rust
#
programming
#
development
4
ย reactions
Comments
Addย Comment
5 min read
Learning Rust ๐ฆ: 14 - Option Enum: An Enum and Pattern matching use case
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Sep 15 '23
Learning Rust ๐ฆ: 14 - Option Enum: An Enum and Pattern matching use case
#
learning
#
rust
#
programming
#
development
9
ย reactions
Comments
Addย Comment
6 min read
Learning Rust ๐ฆ: 15 - How you can organize your Rust code with "Modules"
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Oct 1 '23
Learning Rust ๐ฆ: 15 - How you can organize your Rust code with "Modules"
#
learning
#
rust
#
programming
#
beginners
16
ย reactions
Comments
Addย Comment
11 min read
Learning Rust ๐ฆ: 16 - Rust Collections: Vectors
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Oct 5 '23
Learning Rust ๐ฆ: 16 - Rust Collections: Vectors
#
learning
#
rust
#
programming
#
beginners
5
ย reactions
Comments
Addย Comment
6 min read
Learning Rust ๐ฆ: 17 - Rust Collections: Strings - How complex can it be?!
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Oct 13 '23
Learning Rust ๐ฆ: 17 - Rust Collections: Strings - How complex can it be?!
#
learning
#
rust
#
programming
#
beginners
5
ย reactions
Comments
Addย Comment
6 min read
Learning Rust ๐ฆ: 18 - Rust Collections: HashMaps, accessing values with keys instead of indices
Fady GA ๐
Fady GA ๐
Fady GA ๐
Follow
Oct 20 '23
Learning Rust ๐ฆ: 18 - Rust Collections: HashMaps, accessing values with keys instead of indices
#
learning
#
rust
#
programming
#
beginners
6
ย reactions
Comments
Addย Comment
6 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account