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

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

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


Разработка DZone Web Dev 22 мая 2020 г. 18:41

Today I would like to talk about Retry pattern. In distributed applications, where constant communications are made between services and/or external resources, temporary or transient failures (transient failures) can occur when interacting with these...... читать далее

web dev retry retry pattern

DevOps DZone DevOps 22 мая 2020 г. 18:12

Nowadays, there’s no lack of articles about the GitOps approach, ArgoCD, and other tools for Kubernetes configuration management and application deployments. Yet most of them are pretty high level, or don’t go beyond the “hello world” level.  In...... читать далее

devops kubernetes configuration management infrastructure as code gitops configuration as code

Разработка Yet Another Swift Blog 25 февраля 2020 г. 0:00

Downloading and displaying images from a remote URL is a common task in iOS and macOS engineering. Although SwiftUI doesn’t provide a built-in solution for it, we can come up with own implementation by utilizing rich APIs available in Apple system fr...... читать далее

swiftui

Разработка DZone Web Dev 4 февраля 2020 г. 14:48

For the last couple of years, we’ve been working on Cube.js, an analytics framework built specifically for customization and embedding. There are a lot of great tools data engineers can use to build internal data infrastructure. But there is a lack o...... читать далее

open source database architecture web dev cubejs

Разработка Think Big 5 марта 2019 г. 23:09

Many analysts are hailing Data as the new oil. However, contrary to what they're saying, oil is a depleting resource. Data on the other hand, is an expanding resource.... читать далее

data big data analytics scalability

DevOps linuxhint.com 23 августа 2018 г. 17:20

Most of the applications that run on a distributed system like Kubernetes are always live like web servers or databases or API servers. But there are a seperate class of objects that are meant to run once or only wake up every once a while and run th...... читать далее

Разработка .NET Escapades 15 ноября 2016 г. 11:12

This post explores the GetOrAdd function of ConcurrentDictionary, the level of thread safety it provides, and ways to add additional threading constraints.... читать далее

ASP.NET Core Source Code Dive