#backend
Read more stories on Hashnode
Articles with this tag
Cryptographic hash functions like SHA-256 and MD5 are designed to be more uniform and secure compared to simple manual hashing techniques using ASCII...
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...
API API stands for Application Programming Interface. It simply is a way to access the functionality of a program or a service. APIs are used to...
Meaning of ACID The well-known acronym ACID stands for Atomicity, Consistency, Isolation, and Durability. These are the properties that a transaction...
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...