Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pretzelhammer/rust-blog
Educational blog posts for Rust beginners
https://github.com/pretzelhammer/rust-blog
blog blogging rust rust-lang
Last synced: 25 days ago
JSON representation
Educational blog posts for Rust beginners
- Host: GitHub
- URL: https://github.com/pretzelhammer/rust-blog
- Owner: pretzelhammer
- License: apache-2.0
- Created: 2020-05-02T16:55:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T15:23:30.000Z (about 1 month ago)
- Last Synced: 2024-10-01T22:25:43.290Z (about 1 month ago)
- Topics: blog, blogging, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 5.21 MB
- Stars: 7,132
- Watchers: 185
- Forks: 381
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license-apache
Awesome Lists containing this project
- StarryDivineSky - pretzelhammer/rust-blog
- awesome-rust-list - pretzelhammer/rust-blog - blog?style=social"/> : pretzelhammer's Rust blog π¦. Educational blog posts for Rust beginners. (Summary)
- awesome-rust-list - pretzelhammer/rust-blog - blog?style=social"/> : pretzelhammer's Rust blog π¦. Educational blog posts for Rust beginners. (Summary)
README
# pretzelhammer's Rust blog π¦
I write educational content for Rust beginners and Rust advanced beginners.
Here are my posts in reverse chronological order.
| Year | Title | Popularity | Translations |
|-|-|-|-|
| 2024 | [Learning Rust in 2024](./posts/learning-rust-in-2024.md) | β³ | [δΈζ](./posts/translations/zh-hans/learning-rust-in-2024.md) |
| 2024 | [Beginner's Guide to Concurrent Programming: Coding a Multithreaded Chat Server using Tokio](./posts/chat-server.md) | π₯π₯ | [δΈζ](./posts/translations/zh-hans/chat-server.md) |
| 2021 | [RESTful API in Sync & Async Rust](./posts/restful-api-in-sync-and-async-rust.md) | π₯ | - |
| 2021 | [Tour of Rust's Standard Library Traits](./posts/tour-of-rusts-standard-library-traits.md) | π₯π₯π₯ |[δΈζ](./posts/translations/zh-hans/tour-of-rusts-standard-library-traits.md) |
| 2020 | [Learn Assembly with Entirely Too Many Brainfuck Compilers](./posts/too-many-brainfuck-compilers.md) | π₯ | - |
| 2020 | [Sizedness in Rust](./posts/sizedness-in-rust.md) | π₯π₯ | - |
| 2020 | [Common Rust Lifetime Misconceptions](./posts/common-rust-lifetime-misconceptions.md) | π₯π₯π₯ | [δΈζ](./posts/translations/zh-hans/common-rust-lifetime-misconceptions.md) Β· [ζ₯ζ¬θͺ](./posts/translations/jp/common-rust-lifetime-misconceptions.md) Β· [ΡΡΡΡΠΊΠΈΠΉ](./posts/translations/rus/common-rust-lifetime-misconceptions.md) |
| 2020 | [Learning Rust in 2020](./posts/learning-rust-in-2020.md) | π₯π₯ | [δΈζ](./posts/translations/zh-hans/learning-rust-in-2020.md) |
| 2020 | [Why blog?](./posts/why-blog.md) | - | [δΈζ](./posts/translations/zh-hans/why-blog.md) Β· [TΓΌrkΓ§e](./posts/translations/tr/why-blog.md) |Note: translations are community-maintained.
## Feedback
If you have any feedback please feel welcome to [open an issue](https://github.com/pretzelhammer/rust-blog/issues/new) on this repo. I accept pull requests for minor fixes like typos and grammar.
## Translations
If you wanna translate a blog post into another language that's awesome! Please feel free to fork this repo and promote your translation however you like. I also accept pull requests for translations if you'd like to host your translation on my blog directly.
## Licensing
To be compatible with [Rust](https://github.com/rust-lang/rust), all code examples in this blog are licensed under [Apache License Version 2.0](./license-apache) or [MIT License](./license-mit), at your option.
I'd like to retain exclusive rights to the English version of the posts themselves, but as mentioned above if you translate a post into another language you're welcome to promote your translations however you like.