talent-plan VS easy_rust

Compare talent-plan vs easy_rust and see what are their differences.

talent-plan

open source training courses about distributed database and distributed systems (by pingcap)

easy_rust

Rust explained using easy English (by Dhghomon)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
talent-plan easy_rust
23 21
9,813 7,815
1.4% -
0.0 0.0
7 months ago over 1 year ago
Rust Shell
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

talent-plan

Posts with mentions or reviews of talent-plan. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.
  • Need insights to build a distributed key value store from scratch.
    1 project | /r/DistributedComputing | 8 Dec 2023
    Pls check this course: https://github.com/pingcap/talent-plan . It includes how to implement sql and key value store. It’s an awesome course
  • Ask HN: Leetcode for Back End and Server Development
    4 projects | news.ycombinator.com | 11 Jul 2023
    - https://hackattic.com/ : Interesting programming Problems.

    - https://sadservers.com/ : Learn Linux by solving problems.

    - https://fly.io/dist-sys/ : Distributed Systems Problems.

    - https://github.com/pingcap/talent-plan/ : System Programming / Distributed System Challenge.

    - https://protohackers.com/ : Server Programming Challenges.

    - https://codecrafters.io/ : Implement server tech / softwares from scratch.

    - https://hyperskill.org/ : Lots of projects based tutorials.

    3 projects | news.ycombinator.com | 3 Jul 2023
    - https://github.com/pingcap/talent-plan/ : System Programming / Distributed System Challenge.
  • new Rust Networking book
    1 project | /r/rust | 14 Apr 2023
  • Gossip Glomers: Fly.io Distributed Systems Challenges
    2 projects | news.ycombinator.com | 22 Feb 2023
    Awesome stuff!

    Just to share in the way: open source training courses about distributed database and distributed systems by PingCap.

    https://github.com/pingcap/talent-plan

  • Learning and Building a KV Database in rust.
    2 projects | /r/rust | 17 Feb 2023
  • How does serde_json work?
    1 project | /r/rust | 18 Nov 2022
    You should try this lab by PingCAP (write a serde implementation for redis serialization protocol) ; you can find answers/seek help in github if you really don't know to figure out it.
  • Hey Rustaceans! Got a question? Ask here! (20/2022)!
    5 projects | /r/rust | 20 May 2022
    I am doing pingcap's talent plan recently, where you need to implement a custom Deserializer for REdis Serialization Protocol for the building block 3. What confuses me most is the implementation of `EnumAccess` and `VariantAccess`. One of my attempt looks like the following:
  • Love
    5 projects | /r/rust | 28 Mar 2022
    Looking at your project, I would recommend following this tutorial that makes you write key-value store in Rust. They don't provide you with a solution and make you come up with most stuff yourself, but give you some direction and structure for learning. You seem to have come up with most of this yourself already, but it might still be useful for you.
  • Newbie here. Just finished reading the book. What now?
    5 projects | /r/rust | 12 Jan 2022
    If you are interested in network programming and distributed system, checkout https://github.com/pingcap/talent-plan

easy_rust

Posts with mentions or reviews of easy_rust. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-23.

What are some alternatives?

When comparing talent-plan and easy_rust you can also consider the following projects:

dnsguide - A guide to writing a DNS Server from scratch in Rust

too-many-lists - Learn Rust by writing Entirely Too Many linked lists

duckdb - DuckDB is an in-process SQL OLAP Database Management System

rust-by-example - Learn Rust with examples (Live code editor included)

toydb - Distributed SQL database in Rust, written as a learning project

Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!

rust-plus-golang - Rust + Go — Call Rust code from Go using FFI

Rust-Full-Stack - Rust projects here are easy to use. There are blog posts for them also.

mini-redis - Incomplete Redis client and server implementation using Tokio - for learning purposes only

Exercism - website - The codebase for Exercism's website.

duckdb-rs - Ergonomic bindings to duckdb for Rust

tour_of_rust - A tour of rust's language features