Nice site tho
Show HN: Learn by rebuilding Redis, Git, a database from scratch
71–75 of 75 posts
Re: Show HN: Learn by rebuilding Redis, Git, a database from scratch
#72Earlier quoted context omitted.
But can you run it on their platform? NO, you need to run it on your own machine which takes a bit of work. And we have over 80 courses waaay over whatever codecrafters has
I'd rather have something I can tinker with on my own machine, thank you very much
Every course now has a "work in your own editor" mode: you can download a zip with the starter code for every lesson plus a run_tests.sh that runs the full test suite locally. After that, you can push it to a public GitHub repo, we will judge it based on our grading system and internal tests
Re: Show HN: Learn by rebuilding Redis, Git, a database from scratch
#73I 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…
Is this going to remain free? I´d love an open source project like this where I could run the tests in my own machine.
Every course now has a "work in your own editor" mode: you can download a zip with the starter code for every lesson plus a run_tests.sh that runs the full test suite locally. After that, you can push it to a public GitHub repo, we will judge it based on our grading system and internal tests