Skip to content

Commit 7b34af6

Browse files
committed
docs: add blog posts
1 parent 20b3308 commit 7b34af6

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

README.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
| 04 | [**Hello**](#hello) | A multithreaded web server that says “hello”. |
1111
| 05 | [**Game of Life**](#life) | A zero-player game to learn how to use Rust, WebAssembly, and JavaScript together. |
1212

13+
## Get Inspired
14+
15+
Check out our [**collection of articles**](https://www.onbusinessplan.com/) for those beginning their Rust journey. Find tips, tricks, and motivational content to keep you engaged and motivated throughout your learning process.
16+
1317
## <a name="hellocargo"></a> 1) Hello Cargo
1418

1519
A quick intro to Rust syntax.
@@ -30,8 +34,6 @@ A quick intro to Rust syntax.
3034
- defining enums.
3135
- grabbing args from CLI.
3236

33-
Based on [Rust Crash Course](https://www.youtube.com/watch?v=zF34dRivLOw) by Brad Traversy (2019).
34-
3537
## <a name="guessing"></a> 2) Guessing Game
3638

3739
A hands-on introduction to the Rust language.
@@ -48,8 +50,6 @@ A hands-on introduction to the Rust language.
4850
- quitting after a correct guess.
4951
- handling invalid input.
5052

51-
Based on [The Rust Programming Language](https://doc.rust-lang.org/book/) by Steve Klabnik and Carol Nichols (2021).
52-
5353
## <a name="minigrep"></a> 3) Minigrep
5454

5555
A simple version of the classic command line tool grep.
@@ -66,8 +66,6 @@ A simple version of the classic command line tool grep.
6666
- writing error messages to standard error instead of standard output.
6767
- using closures and iterators.
6868

69-
Based on [The Rust Programming Language](https://doc.rust-lang.org/book/) by Steve Klabnik and Carol Nichols (2021).
70-
7169
## <a name="hello"></a> 4) Hello
7270

7371
A multithreaded web server that says “hello”.
@@ -83,8 +81,6 @@ A multithreaded web server that says “hello”.
8381
- improving throughput with a thread pool.
8482
- handling graceful shutdown.
8583

86-
Based on [The Rust Programming Language](https://doc.rust-lang.org/book/) by Steve Klabnik and Carol Nichols (2021).
87-
8884
## <a name="life"></a> 5) Game of Life
8985

9086
A zero-player game to learn how to use Rust, WebAssembly, and JavaScript together.
@@ -111,4 +107,14 @@ A zero-player game to learn how to use Rust, WebAssembly, and JavaScript togethe
111107
- optimizing performances with time profiling and benchmarking.
112108
- shrinking .wasm size with wasm-opt and gzip.
113109

114-
Based on [The Rust and WebAssembly Book](https://rustwasm.github.io/docs/book/) by The Rust and WebAssembly Working Group (2021).
110+
## Acknowledgments
111+
112+
These projects are adapted from various sources:
113+
114+
- [Rust Crash Course](https://www.youtube.com/watch?v=zF34dRivLOw) by Brad Traversy (2019)
115+
- [The Rust Programming Language](https://doc.rust-lang.org/book/) by Steve Klabnik and Carol Nichols (2021)
116+
- [The Rust and WebAssembly Book](https://rustwasm.github.io/docs/book/) by The Rust and WebAssembly Working Group (2021)
117+
118+
## Show Your Support
119+
120+
If you find these projects helpful or interesting, please consider starring the repository. It's a simple gesture that helps to boost the visibility of the project and show appreciation for the effort put into creating it. Additionally, if you'd like to support my work further, you can [**become a sponsor**](https://github.com/sponsors/solygambas). Your support is greatly appreciated. Thank you!

0 commit comments

Comments
 (0)