Hi there,
I'm responsible for creating tutorials for our SDKs. I'm trying to get some inspiration from other companies who might have built really cool interactive tutorials. Wondering if you like any, that you'd like to recommend?
I remember Parse tutorials fondly (now mostly open sourced) [0]. When you needed a token or application key in a snippet of code it will be provided dynamically from your selected project so the code is ready to go (instead of "go to a complex config page and copy paste).<p>I also liked the interactive part where they wait for you to send a request from the SDK and then congratulate you, and display the actual values you sent. It made me feel I was getting productive very quick.<p>[0]: <a href="https://parseplatform.org/" rel="nofollow">https://parseplatform.org/</a>
Was recently provided with a PYNQ dev board from Xilinx. Docs as code makes it very easy to get setup. App development occurs right in Jupyter notebooks. And the examples are also provided in the form of reconfigurable Jupyter notebooks<p><a href="https://pynq.readthedocs.io/en/latest/index.html" rel="nofollow">https://pynq.readthedocs.io/en/latest/index.html</a>