Data Sharding: Twitter Posts
Scenario Let's begin with a Twitter-like service that allows you to tweet new posts. The service has very high read and write traffic , we'll say ~10k »
Scenario Let's begin with a Twitter-like service that allows you to tweet new posts. The service has very high read and write traffic , we'll say ~10k »
What is a NFT? A NFT (non-fungible token) is: A unit of data for blockchains with smart contracts functionality (i.e. Ethereum, Cardano) Uniquely represents one »
Authentication Authentication means to verify who you are. Basic Auth Sensitive data required for login is encoded with Base64. Base64 is very easy to decode. Not »
Use Cases There are many ways to store your data. In this article we'll walk through some examples of data storage in common system designs. Reminder: »
HATEOAS stands for Hypertext as the Engine of Application Source. Basically what this means is that the REST APIs are augmented to give back more helpful »