-
Notifications
You must be signed in to change notification settings - Fork 17
Description
The problem to solve
As a developer, I find it frustrating to follow along and understand the code provided in the "Learn Apostrophe CMS" tutorial videos and written videos. The tutorials do not adequately show how each code change impacts the website under construction. I need to see the how the website should look after each code change in the tutorial. This helps me visually see what each line of code in the tutorial does. Additionally, it allows me to quickly identify and correct copy / paste issues and other issues preventing my code from running properly.
Proposed solution
Please consider revising the tutorial videos to show a "side-by-side" view of the code editor and the web browser. As the narrator pastes code snippets into the code editor, viewers should see how the web browser responds. Likewise, each step of the written tutorials should include screenshots of the web browser.
Thank you for considering my suggestion :)