Must read resources for NoSQL developers [closed] - database

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
Can you recommend any resources every NoSQL developer should be familiar with?

Here's a nice link collection to databases, forums, articles and other resources:
http://nosql-database.org/

one of the "must read" resources for a developer, NoSQL or not, is "the source code"

Related

ABAP TRY CATCH: performance? best practices? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 days ago.
The community is reviewing whether to reopen this question as of 6 days ago.
Improve this question
How is TRY/CATCH in ABAP w.r.t. performance? Does it cost resources? If so, TRY/CATCH should be placed outside a loop, I guess.
What are there best practices in ABAP w.r.t. TRY/CATCH?

NoSQL vs NewSQL [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
Improve this question
I recently came upon the term NewSQL. It seems that it can be used with SQL, maintain ACID and still provide the performance and scalability of NoSQL. This sounds great!
I am wondering what are the pros and cons of NoSQL and NewSQL and why isn't NewSQL used more? Is it only because it is a new technology and it still lacks adoption and stable implementations?

AngularJs for Enterprise application [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
Is it preferable to use AngularJs for large and complex enterprise application , which in turn will use Internet Explorer 8 as client.
Choosing technology stack for developing applications would be subjective. You may go through various points mentioned on this link and learn more about AngularJS's IE8 compatibility.

CakePHP: Full blown internationalized web application [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
Can any one point to resources for internationalizing a web application using CakePHP.
Opinions differ, but I personally feel that the documentation for CakePHP on i18n is not up to the mark [please don't post your opinions though].
A full blown example will definitely be quite handy! Any resources?
You can look into the source code of a available cakephp application (maybe croogo)

What rough spots or omissions in the GAE docs tripyou up or cost you time? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
If you could wave the magic wand and fix something in the GAE 1.5.5 documentation that have caused you lost time, grief, or missed opportunities, what would they be?
Now that the Datastore reads is a crucial quota in our billing, I would like to read something about the "Datastore reads costs" since only the write part is covered.

Resources