How to write great software for pleased business owners without telling them how long it will take you to do just about anything The article’s author suggests a new approach to software development that does not involve committing to estimates of how long a project will take. The method puts […]
Devamını Oku
The real life case study Building a Kubernetes platform at Pinterest Over the years, 300 million Pinners have saved more than 200 billion Pins on Pinterest across more than 4 billion boards. To serve this vast user base and content pool, we’ve developed thousands of services, ranging from microservices of […]
Devamını Oku
A creative look at the trade-offs between consistency, availability, and partition tolerance in distributed systems. In distributed systems, it is essential to ensure that all nodes in the system maintain the same state of the world. However, there are often trade-offs between different properties of distributed systems, such as consistency, […]
Devamını Oku
It is all too easy to dismiss problematic codebases on some nebulous idea of bad practice or bad programmers. Poor code, however, is rarely arbitrary and random in its structure or formulation. Systems of code, well or poorly structured, emerge from systems of practice, whether practical or ineffective. To improve […]
Devamını Oku
In this video, we will learn how to generate an SSL/TLS certificate signing request (CSR) and have it signed by a Certificate Authority (CA). We won’t submit the CSR to a real CA for this tutorial. Instead, we will play both the certificate authority and the certificate applicant. We will […]
Devamını Oku
A creative look at the three properties that distributed systems must choose between Partition tolerance, Availability, Consistency, Latency, and Consensus. In distributed systems, it is crucial to ensure that all nodes agree on the same state of the world. However, there are often trade-offs between different properties of distributed systems, […]
Devamını Oku
Foodology, a cloud-based Colombian cooking and virtual restaurant group, announced a US$17 million financing round on August 3, 2023. The round was led by Andreessen Horowitz (a16z) and Chimera, with participation from new investors such as 30N Ventures, a Chile-based VC focused on exceptional founders in emerging markets. The funding […]
Devamını Oku
A creative look at how Raft ensures that all nodes in a distributed system agree on the same state of the world. In distributed systems, all nodes must agree on the same state of the world. This is because if nodes disagree, it can lead to problems such as data […]
Devamını Oku
At the height of the pandemic, when dining rooms were closed, the phrase “ghost kitchen” entered the public lexicon, and new “hot” delivery-only concepts opened their hidden doors almost every day. But as the post-pandemic dust settles, the off-premises restaurant industry is evolving beyond the rush of flash-in-the-pan celebrity-backed chicken […]
Devamını Oku
A creative look at the three properties that some people consider desirable for names of participants in a network protocol. In the early days of the Internet, it was easy to remember and track the names of people and websites. But as the Internet grew, so did the number of […]
Devamını Oku