Apogee v0.8.8 - Getting Started
Videos, tutorials and examples to help you learn how to use Apogee
Last updated
Was this helpful?
Videos, tutorials and examples to help you learn how to use Apogee
Last updated
Was this helpful?
...and answer to the question What do you do with Apogee? (This is the video on the home page.)
This video five a quick tour of how to get around the application, to help you get started.
If you want to learn more about Apogee here are some additional videos. Or, dive in for yourself by going through the tutorials.
Follow the links below for the tutorials, or proceed through them sequentially using the links at the bottom of the page.
These tutorials cover some basic usage of Apogee.
These tutorials cover using additional types of components in Apogee.
Workspace from video: .
Try an exercise for yourself!:
- This is a more in depth description of the idea behind Apogee.
- Basics for writing table formulas.
- The main data views for a data table.
- Different ways of defining functions.
- This illustrates variable scope with regards to folders.
- Table values are immutable, so sometimes you have to make copies values.
- Using the debugger to help you code.
- How to reuse code in other workspaces - sort of like a library
- How to push data to other tables, a seeming cheat on "no side effects"
- How to use FormDataComponent and DynamicForm.
- Making a custom control right in your workspace.
- Writing a function with tables, rather than lines of code.
- Making custom components others can use.