DEV Community

[Comment from a deleted post]
Collapse
 
ajcwebdev profile image
ajcwebdev

Yeah it can definitely be a challenge when you first get your hands on it. I'd recommend playing around with the Fauna Shell, just creating some collections, documents, and indexes and querying them in different ways with functions like Pagination, Map, and Lambda. I go into this in another tutorial here.

I'd also say spend a little time working with a LISP like languages like Scheme (check out this old but still amazing tutorial). FQL is very LISP like.