/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

128bit.io
| | michaelscodingspot.com
1.1 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | oracle-base.com
1.8 parsecs away

Travel
| | ORACLE-BASE - Articles about MySQL databases.
| | initialcommit.com
1.9 parsecs away

Travel
| | How to Create a DynamoDB Table on AWS. In Java, dynamodb create table java and you are done. DynamoDB is a fully managed NoSQL database and you do not have to manage any servers. Amazon DynamoDB is the primary database in AWS for building serverless applications.
| | abdulapopoola.com
22.6 parsecs away

Travel
| TLDR Very easy to read. Direct link to the paper. Interesting takeaways Novel approach to conflict resolution: Unlike most data systems that push conflict resolution to the write phase, Dynamo allows writes and shifts conflict resolutions to reads. This unique strategy ensures that writes are never rejected. Quality: An impressively high bar by focusing...