bronxbomber92 7 years ago

On a related topic, what are other's favorite learning resources for applied distributed systems?

jammygit 7 years ago

So many languages to learn and so little time

  • timClicks 7 years ago

    FOMO is hard to avoid, but try to go easy on yourself. Ultimately, they're just programming languages.

timClicks 7 years ago

Really fascinated that this material and my book--well one chapter of it--both cover implementing the Bitcast storage backend. It looks like I picked my example projects well :)

tmaly 7 years ago

I would be curious to know if this is the best way to learn a technical skill using a course in github?

Are there other variations of using github for a course?

tarasmatsyk 7 years ago

Links in README of the go repo are broken, is rust your primary language?

usrnm 7 years ago

I've only looked at the first project in test-plan/rust, but it clearly contradicts the description in project.md. It should be virtually empty, with only tests and the student is supposed to write all the code needed for the tests to pass. But it actually contains all the needed code, it compiles and all tests are green. I don't quite get it, what's the "learning" part? Just looking at the code and trying to understand it?