I find it much harder to get new things done with GCP compared to AWS. It's more difficult to understand the GCP concepts from the docs alone. The examples are often incomplete and assume knowledge from three other places while dependencies and requirements are never just listed but linked indirectly through some git repo elsewhere. AWS feels more solution oriented (as in products) whereas GCP seems more feature oriented (as in engineering).<p>For example there is one documentation for datastore queries [1] and one for appengine datastore queries [2], but the docs were seemingly written by different groups?<p>Are there any good alternative learning resources?<p>[1] https://cloud.google.com/datastore/docs/concepts/queries#datastore-cursor-paging-python
[2] https://cloud.google.com/appengine/docs/standard/python/datastore/queries<p>PS: The capabilities of GCP are awesome so its worth it / AWS docs also have their weak spots / all subjective personal opinions
I'm still new to GCP - but I've found the tutorials helpful.<p>The Manning book "Google Cloud Platform In Action" has been somewhat helpful in providing additional examples above what I've seen in the official docs - it's a MEAP so still being written. <a href="https://www.manning.com/books/google-cloud-platform-in-action" rel="nofollow">https://www.manning.com/books/google-cloud-platform-in-actio...</a><p>The "Google Cloud" YouTube channel has some videos I've found interesting : <a href="https://www.youtube.com/user/googlecloudplatform" rel="nofollow">https://www.youtube.com/user/googlecloudplatform</a>