Securing APIs with Transport Layer Security (TLS)
The Transport Layer Security protocol (TLS) ensures the confidentiality and integrity of data in transit, and by enforcing client authentication,
Read MoreThe Transport Layer Security protocol (TLS) ensures the confidentiality and integrity of data in transit, and by enforcing client authentication,
Read MoreAny system is no stronger than its weakest link. Connectivity relies heavily on APIs. We live in a world where almost
Read MoreThe API has become the coolest way to expose business functionality to the outside world. Without an API, a business
Read MoreThe JSON format is a popular way to share data online. It stands for JavaScript Object Notation. JSON syntax is
Read MoreSoftware development and release require speed and agility. Branching and merging code can quickly become complicated when a large team
Read MoreThis is the 8th post in a series on System Design. Any failure that can happen will eventually happen as
Read MoreThis is the 7th post in a series on System Design. Eventual consistent databases allow data sets to be partitioned
Read MoreThis is the 6th post in a series on System Design. The emergence of distributed, NoSQL databases has increased the
Read MoreThis is the 5th post in a series on System Design. The faster you can extract insights and knowledge from
Read MoreThis is the 3rd post in a series on System Design. Multiple independent pieces of code execute simultaneously on multiple
Read More