In today’s cloud-driven landscape, storage scalability, and performance are critical factors for businesses of all sizes. AWS Elastic File System (EFS), a fully managed cloud-based file storage service offered by Amazon Web Services (AWS), provides a flexible and scalable solution for storing and accessing data in the cloud. What Is AWS Elastic File System AWS […]
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 a handful CPUs to huge […]
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, availability, and partition tolerance. The […]
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 code quality, it makes more […]
Devamını Oku
Kalbim Çukurda Bir şehir sanki karşında…Hatıraların arkanda…Kıstırıyorlar seni sokakta…Öldün her köşebaşında… İsmin her yıkık duvarda…Anlatıp kaldırımlarda…Kandırıyorlar seni masalla…Kalbin hep aynı çukurda… O kalbi gerekirse parçalar elim!Asla kaçmadan geri.Onlar bulmadan beni.Koş gel, bir köşe başında kesilmiş nefesim.Kısılmış sesim.Sanki çok yakınmış deniz.Gözümde sanrılar, gerçeğin tılsımı yitik.Mahallem fişlenmiş, basılmış evim.Sakınmış beni.Belki bir ağaç, belki bir kedi.Vefa servetim dedim.Sevda […]
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 use OpenSSL to do the […]
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, such as partition tolerance, availability, […]
Devamını Oku
The introduction of meal delivery apps, including Uber Eats, GrubHub, and DoorDash, expanded e-commerce in the food industry and increased the size of the food delivery market.1 Over the last five years before the start of 2020, the delivery market had grown 300% faster than the dine-in market.2 As the delivery market expands, restaurants and […]
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 will expand Foodology’s cloud kitchen […]
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 corruption and inconsistency. Many different […]
Devamını Oku