I had mostly developed my own systems/coping mechanisms by the time I figured this out, so I didn't really go looking for external advice that much.
My main way of absorbing material is making hypotheses and knocking them down until I can't. Remembering a model is easier than remembering unconnected facts. But I'm not sure if that's more to do with the spatial thinking or the not getting advice half of that equation.
You might enjoy mind palaces, mind maps, graph theory, "Refactoring" by Martin Fowler - though I can't entirely explain why, and activities that demand proprioception (martial arts, dance, rock climbing).
I looked at the demo video, it didn’t appear to allow embedding of anything that R would output but rather just appended data that was manipulated within R back to the output of the original query.
Mode has python notebook integrated and can read in your queries as datasets and then embed whatever you render from python. You cannot modify the original data of the query within the python notebook and then use mode's stock visualizations from the data you created in python.
This is a pretty big difference between the two if I'm understanding it correctly.
The GUI/Dashboarding of this looks way better than mode.
I'm curious how Cluvio supports filters such as drop down menus, filters based on dynamic queries (vs. hardcoded), and supporting drop down filters with multi select. (Mode does these things very poorly, chartio does them pretty well).
i.e. the R step is injected, takes data as input and produces data (in the form of data.frame, vector of values or primitive values) as output.
Re: the filters. We support time-based filters very well with a nice UI (custom time ranges, time ranges relative to today, additional comparison time range). Custom value filters are currently in beta and once launched (in couple weeks) will support multi-select as well as values based on dynamic queries.