Show HN: Learn by rebuilding Redis, Git, a database from scratch
shipthatcode.com
Show HN: Learn by rebuilding Redis, Git, a database from scratch
1–10 of 75 posts
Re: Show HN: Learn by rebuilding Redis, Git, a database from scratch
#2Re: Show HN: Learn by rebuilding Redis, Git, a database from scratch
#3Re: Show HN: Learn by rebuilding Redis, Git, a database from scratch
#4How does this differ from codecrafters.io?
Re: Show HN: Learn by rebuilding Redis, Git, a database from scratch
#5Re: Show HN: Learn by rebuilding Redis, Git, a database from scratch
#6I 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 con…
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 ?
Re: Show HN: Learn by rebuilding Redis, Git, a database from scratch
#7I 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 con…
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 ? W…
Re: Show HN: Learn by rebuilding Redis, Git, a database from scratch
#8I 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 con…
Re: Show HN: Learn by rebuilding Redis, Git, a database from scratch
#9I 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 con…
I only have browsed your site from a phone and looks interesting but I wanted to ask if you had particular insights around getting people to approach learning, design through tests, breaking down problems, without having someone to guide them. Have you had a chance to observe people using your tool and adjust or it's been mostly dog fooding something you would've loved to have.