| ▲ | Show HN: Learn by rebuilding Redis, Git, a database from scratch(shipthatcode.com) |
| 11 points by acley 4 hours ago | 6 comments |
| |
|
| ▲ | xqb64 an hour ago | parent | next [-] |
| How does this differ from codecrafters.io? |
| |
|
| ▲ | acley 4 hours ago | parent | prev [-] |
| I kept noticing that most "learn to code" content is tutorials you copy-paste, so I never had to actually understand why anything worked. I built this to flip that: each lesson gives you a real spec (e.g. implement the Redis SET/GET protocol) and you write the code yourself, then it actually runs against tests. Right now there are 80+ of these "build X from scratch" courses — Redis, a database, Git, a compiler, a container runtime, a raft KV store, etc. — across Python, Go, Rust, C, C++, and others. Would love feedback, especially on where the early lessons feel too hand-holdy or too sparse. |
| |
| ▲ | AlexeyBrin 26 minutes ago | parent [-] | | First impression - looks great. Congrats. I have couple of questions: * I didn't see any AI mention, was it entirely built by humans without AI ? * Were will the tests run ? Your servers or the user machines ? If on your servers, how do you plan to cover the costs if you don't charge for the service ? * Will you accept contrbutions to the teaching material? How can other people contribute to the teaching material ? What is the AI policy for contributors ? | | |
| ▲ | acley 20 minutes ago | parent [-] | | 1. We have temporarily removed it due to abuse (people are sending their own project code through it).
2. Tests are run on our dedicated server. I had some spare servers that we bought for our other platform echoed. gg
3. Will you accept contributions to the teaching material? ofc we would. I am also thinking of open-sourcing the project
4. What is the AI policy for contributors? You can use AI(we also used it), but the quality of the course, should match the rest of the courses |
|
|