Understanding the API-First Approach
The API has become the coolest way to expose business functionality to the outside world. Without an API, a business
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 4th post in a series on System Design. Nearly 3% of infrastructure at Twitter is dedicated to
Read MoreThis is the 3rd post in a series on System Design. Multiple independent pieces of code execute simultaneously on multiple
Read MoreThis is the 2nd post in a series on System Design. If 50% of a code executes serially, the rest
Read More