Learning resources

Dmitry Borzov | Jul 15, 2018 | 2 minutes read

The list of (external) learning materials that people have found useful to learn more about the relevant technologies, to understand the kolmoblocks project, motivation and the context behind it, as well as its positioning within the industry.

Feel free to propose additions by opening a PR with your changes. The Wikipedia definition pages and the official project’s websites might be ommitted as self-evident.

Relevant information theory concepts

VM (Virtual Machine) concepts

Distributed Systems

Network protocols

Webassembly

  • rsms.me/wasm-intro - different from other hands-on intros to webasm in that it introduces the breakdown/“anatomy” of a wasm module right away (things like type section, import section and so on).
  • Webassembly’s Future - an overview blogpost on the roadmap for the subsequent direction of Webassembly project outside of the MVP version.