Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.