Материалы по теме 'distributedsystems' | DevsDay.ru

IT-блоги Материалы по теме 'distributedsystems'

IT-блоги Материалы по теме 'distributedsystems'


Разработка dev.to 15 мая 2024 г. 12:20

Hi there, it's been a while Today, I am excited to simplify the ACID and BASE models for anybody to understand how to make the right database decision. Continue reading and tell me if you enjoyed your reading. In databases, transactions ensure data...... читать далее

webdev database systemdesign distributedsystems

Разработка dev.to 9 мая 2024 г. 16:00

This is part 2 of a two-part series on durable execution, what it is, why it is important, and how to pull it off. Part 2 shows how Conductor, a workflow orchestration engine, seamlessly integrates durable execution into applications. Check out part...... читать далее

durableexecution statemanagement distributedsystems architecture

Разработка dev.to 8 мая 2024 г. 6:25

In the realm of distributed systems, ensuring consistency is paramount for maintaining data integrity and reliability. However, achieving consistency in distributed networks poses unique challenges due to factors like network latency, node failures,...... читать далее

webdev distributedsystems microservices systemdesign

Разработка dev.to 5 мая 2024 г. 20:54

90% of engineering manager candidates feel unprepared for their upcoming engineering manager interviews, at big tech companies like Netflix or Meta. System design interviews are a common component of the hiring process, yet the expectations remain un...... читать далее

systemdesign interview career distributedsystems

Разработка dev.to 2 мая 2024 г. 17:55

Distributed architecture represents a paradigm shift in the design and deployment of computer systems. It fosters a decentralized approach to computing for enhanced scalability, fault tolerance, and performance. At its core, distributed architecture...... читать далее

systemdesign softwaredevelopment distributedsystems architecture

Разработка dev.to 22 апреля 2024 г. 9:25

CAP Theorem: The CAP theorem, also known as Brewer's theorem, states that in a distributed computer system, it is impossible to simultaneously achieve all three of the following guarantees: Consistency (C): All nodes in the system have the same da...... читать далее

database distributedsystems dataengineering

Разработка dev.to 18 апреля 2024 г. 0:36

Hello, I've been interested in distributed systems for a long time, and my work in DevOps often had me working with distributed systems (mostly etcd which uses raft). However, this was always a surface level interaction and I've always wanted to expl...... читать далее

rust distributedsystems

Разработка dev.to 5 апреля 2024 г. 11:10

This post concludes the first phase of the state-of-the-art exploration in the scope of milestone M0.1 of the Replica_IO project, namely exploration of selected notable distributed protocol implementations. It shares the main conclusions drawn from e...... читать далее

distributedsystems decentralizedcomputing faulttolerance replication

Разработка dev.to 24 марта 2024 г. 20:25

Prerequisite - A little knowledge about message passing, Golang (maybe but not important ) Mic check !!! 0 1 2. Yeah I started on a funny index 😅, I hoped I could write this sooner but I have been busy with work. Anyway, let's see how good this...... читать далее

go concurrency distributedsystems

Разработка dev.to 30 декабря 2023 г. 0:31

Motivation About 4 months ago (approximately the last time I wrote something here), I opted to embark on a graduate school journey at Stony Brook University, Computer Science (if you have a remote position — Technical Writer and/or Software Enginee...... читать далее

distributedsystems cpp systems

Разработка dev.to 18 декабря 2023 г. 19:18

This week I've been busy leading up to the holiday season working on my CRDT (conflict free replicated data type) project. My goal is to test out some of the assumptions I made about building a really effective stack for offline and local first softw...... читать далее

crdt distributedsystems go protobuf

Разработка dev.to 18 декабря 2023 г. 18:55

In the realm of technology, ZooKeeper plays a crucial role in maintaining order within distributed systems. However, much like any compelling narrative, I recently encountered a stumbling block marked by an unexpected challenge – an EOFException pair...... читать далее

zookeeper kafka cloud distributedsystems

Разработка dev.to 15 декабря 2023 г. 12:23

Prologue In the early days of computing, we mostly relied on non-distributed systems to tackle computational challenges. This setup was pretty straightforward - all the computers in these systems shared the same memory, making it easy to keep track...... читать далее

computerscience distributedsystems programming typescript

Разработка dev.to 28 октября 2023 г. 21:08

👋 Introduction Have you ever played the game CS? 🎮 In CS, there are two teams: Terrorists and Counter-Terrorists, right? Let’s talk about the Terrorists team. In this team, there's a player with the bomb, while the rest of the players support the...... читать далее

systemdesign distributedsystems sidecarpattern microservices

Разработка dev.to 18 октября 2023 г. 11:31

The complex technological web that supports our daily lives has grown into a vast network of distributed systems. It is especially visible in the present era when our world is more connected than ever. The smooth operation of these systems has evolve...... читать далее

faulttolerance distributedsystems strategies

Разработка dev.to 5 октября 2023 г. 18:54

We are excited to announce the Open Beta launch of Tracetest, the best way to develop and test with OpenTelemetry! With this tool, we enable a concept that, up to now, has merely been an industry buzzword - Observability-Driven Development (ODD). Th...... читать далее

cloudnative testing distributedsystems development

Разработка dev.to 17 сентября 2023 г. 11:53

In the previous part of the article, we briefly discussed the explanatory mindset that one requires to get better at reverse engineering of complex software systems. We have also tipped our toes into the nasty waters of reconstructing the meaning of...... читать далее

architecture diagrams development distributedsystems

Разработка dev.to 9 сентября 2023 г. 11:52

Ever heard of the Byzantine Generals? Click here and check it out. But in a nutshell: Generals trying to launch a coordinated attack on a city, but some of them are secretly plotting to confuse the troops. It's like trying to plan a surprise party wh...... читать далее

aws sqs distributedsystems cloud

Разработка dev.to 29 августа 2023 г. 21:50

Every Tuesday we round up the previous week's top posts based on traffic, engagement, and a hint of editorial curation. The typical week starts on Monday and ends on Sunday, but don't worry, we take into account posts published later in the week...... читать далее

top7

Разработка dev.to 25 августа 2023 г. 22:00

I've been somewhat obsessed with creating workflow engines for the better part of a decade. The idea of constructing a 'mega' machine from an army of smaller machines never seems to get old for me. At their core, workflow engines are responsible for...... читать далее

workflowengine go opensource distributedsystems