Please enable JavaScript.
Coggle requires JavaScript to display documents.
Fourth reading, chapter 15, Ariana Alvarado Molina 2021089068 - Coggle…
Fourth reading, chapter 15
Programmer Productivity
-
-
-
-
2000 popular frameworks like: Hibernate, iBATIS and Rails Active Record.
-
The best possible evaluation should be made, knowing the defects.
Working a week using technology is much more efficient than watching and learning hundreds of presentations.
Data-Access Performance
-
-
-
-
Properly test -> create something, run it and measure it.
-
Hedging your bets
To change the choice the most classic way to do it is through a data warehouse layer like Data Mapper and Repository.
By wrapping sections of your DB in services, you can replace parts with NoSQL technology as the advantages become clear over time.
-
NoSQL -> programmer productivity, data access performance.
-