In-App Tutorials¶
Arqon Maestro already ships with tutorial content inside the app. That is the fastest way to learn the command grammar interactively.
Video placeholder: choosing and completing an in-app tutorial.
What The Tutorials Cover¶
Basic coding tutorials:
- Python Basics
- JavaScript Basics
- Java Basics
- C/C++ Basics
- C# Basics
- Ruby Basics
- Go Basics
- Rust Basics
Additional tutorials:
- Chrome Basics
- Formatting
- Navigation
- Advanced Python
- Advanced JavaScript
What They Teach¶
- command anatomy
- alternatives
- inserting code
- adding structured code
- navigation
- deleting and changing existing code
- formatting control
- browser navigation
Recommended Order¶
- one language basics tutorial
FormattingNavigationChrome Basics- advanced language tutorial relevant to your stack
Why They Matter¶
The tutorials reflect the command patterns the application actually supports today. They are more reliable than guessing and faster than trying to infer the grammar from trial and error.