-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Codelabs tool for learning material #28
Comments
I tried one, I wonder if there is a web terminal for postgres somewhere |
Yes, some interactive console would be nice, but this probably requires some server instances, which usually cost money. Or there would be a simple way for users to setup this themselves. But I liked the way the excercises are strutured with the progress on the left and information about renaming time. And it can be hosted independently, because the tool is Open Source and just generates a website. I would like to split the next generation of the workshop into a set of small excercises, that they can be done independently, if there is not enough time for the whole workshop. |
What ever we use/decide for generating it, in general terms I like:
My comments on it: But I feel that is more a "1 file per function" tutorial For example This is a page for 2 different pgRouting functions To my mind comes the idea of using the sample data of the documentation for a tutorial section within the workshop.
This could help for 2 things:
Other way to do it is like what I did here: |
Just found Google Codelabs, which provides nice looking tutorials: https://codelabs.developers.google.com/
So I was curious, if its source code is actually released as Open Source, which seems to be the case: https://github.com/googlecodelabs/tools
This could be an interesting alternative for howto's or a new workshop.
The text was updated successfully, but these errors were encountered: