From 41dbece5a3900503a2cec5e5ecc0251ef29ddf4c Mon Sep 17 00:00:00 2001 From: Sarup Banskota Date: Fri, 1 Apr 2022 16:58:58 -0700 Subject: [PATCH] Add CodeCrafters.io Adding [CodeCrafters](https://codecrafters.io/for/rust) to the code examples list. It's similar in concept to some of the other projects listed above! --- en/src/elegant-code-base.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/en/src/elegant-code-base.md b/en/src/elegant-code-base.md index a12788c..f349b72 100644 --- a/en/src/elegant-code-base.md +++ b/en/src/elegant-code-base.md @@ -30,5 +30,11 @@ Tutorial [`https://www.philippflenker.com/hecto/`](https://www.philippflenker.co [This blog series](https://os.phil-opp.com) creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code, so you can follow along if you like. The source code is also available in the corresponding [Github repository](https://github.com/phil-opp/blog_os). +### 7. CodeCrafters.io: Build your own Git, Docker, SQLite, or Redis -**To be continued...** \ No newline at end of file +On [CodeCrafters](https://codecrafters.io/for/rust), you can recreate your favorite developer tools from scratch. It's a hands-on, minimally-guided approach to master Rust, while appreciating the internals and documentation of popular technology that we use every day. + +--- + + +**To be continued...**