-
Notifications
You must be signed in to change notification settings - Fork 74
Re-format examples as tutorials #60
Comments
I'm starting to sketch this out at https://flyingzumwalt.github.io/ipfs-tutorials/ |
Sounds awesome 👍 |
Aside: How to deal with CLI vs. Code TutorialsExample: "Adding Files to IPFS" is something we can show people how to do 1) using the command line, 2) using the go-ipfs API, 3) using the js-ipfs API, 4) a couple other ways. We don't want to maintain tutorials for all of these. What to do? For now I'm focusing on command line tutorials. We can use those as the main way to introduce functionality, explain any related concepts, and provide links to further reading. Once we have those, we might be able to get away with having each library merely provide code examples that correspond to each step in the CLI tutorials -- ie. js-ipfs can have a section "How to add a file to IPFS and read it back" and then link to the CLI tutorial for anyone who wants more explanation of the concepts. I'm not certain this approach will work, but it's good for a first pass. |
Focusing on the CLI initially makes the most sense. |
All this sounds great to me!
|
Note: The tutorial should probably cover all of the uses that @jbenet demonstrates in the IPFS Alpha Demo video |
FYI: I'm toying with putting the tutorials in a gitbook. See the repo and the rendered book. |
@flyingzumwalt really enjoying the gitbook :) |
I loved the demonstration during the all hands! I think there is a lot of use for this internally as well as externally. Thanks @flyingzumwalt! |
Re-format the info in most of these examples as tutorials structured similar to the Railsbridge Curriculum, so that they can be used for self-directed online learning AND for in-person trainings/workshops.
The text was updated successfully, but these errors were encountered: