#cloud
Read more stories on Hashnode
Articles with this tag
Introduction CAP theorem is a concept that a distributed system can only have two of the following three properties: Consistency: All nodes see the...
The basics of designing APIs. · Introduction Imagine the Twitter API. You can use it to post, get, and even delete tweets. The Twitter API is an example...
A security standard to prove companies deal with customers' data securely. · Introduction SOC 2 is a way to show that a company keeps data safe and...
Managing downtime and data loss. · Introduction If you've worked in software engineering for a while, you may have encountered the words RTO, RPO, or SOC...
Introduction These are notes I took while watching the video The only Cloud services you actually need to know by Neetcode. VM A VM, or "Virtual...
Retrying too quickly can cause problems. · The Problem Have you ever thought about what happens when your app tries to talk to a server, but the server...