Homepage
Open in app
Sign inGet started

Digital Solutions Group

Azure DevOps ile Projede Unit Testler İçin Küçük Ama Etkili Bir Dokunuş

Azure DevOps ile Projede Unit Testler İçin Küçük Ama Etkili Bir Dokunuş

Merhaba! Bu yazımda, projelerimizde unit test yazımına dair önemli ve etkili bir yaklaşımı ele alacağız. Projelerimizde zaman zaman yeni…
Go to the profile of Ali Mert
Ali Mert
Mar 5
Dual Write Problem: Challenges and Solution Approaches

Dual Write Problem: Challenges and Solution Approaches

The Dual Write Problem arises in distributed systems when there is a need to write data to multiple storage systems simultaneously. This…
Go to the profile of Teoman Güngören
Teoman Güngören
Dec 29, 2024

SwiftUI’ın gözünden

SwiftUI, bir view oluştururken kodunuza nasıl yaklaşıyor, performansı nasıl optimize ediyor ve en önemlisi view’inizi çizerken nelere…
Go to the profile of Ali Mert
Ali Mert
Dec 26, 2024
Google Play’deki Uygulamaya Kullanıcıların Yorum Yapmasını ve Yıldız Vermesini Uygulama Üzerinden…

Google Play’deki Uygulamaya Kullanıcıların Yorum Yapmasını ve Yıldız Vermesini Uygulama Üzerinden…

Merhaba,
Go to the profile of tuğba berk
tuğba berk
Dec 9, 2024
Data consistency patterns comparisons, 2PC vs SAGA

Data consistency patterns comparisons, 2PC vs SAGA

Hello there, in this article I will try to explain data consistency and the two popular patterns used to achieve it and their differences.
Go to the profile of Sırat Semih Çöp
Sırat Semih Çöp
Dec 8, 2024
How does Elasticsearch ensure consistency when writing data?

How does Elasticsearch ensure consistency when writing data?

Elasticsearch, as a distributed system, provides robust mechanisms to ensure consistency for write operations. Data synchronization between…
Go to the profile of Teoman Güngören
Teoman Güngören
Dec 1, 2024
Understanding CQRS Design Pattern and Concepts

Understanding CQRS Design Pattern and Concepts

What is CQRS?
Go to the profile of Furkan Yaman
Furkan Yaman
Nov 23, 2024
Introduction to Contract Testing

Introduction to Contract Testing

What is Contract Testing?
Go to the profile of Furkan Yaman
Furkan Yaman
Nov 19, 2024
“xcodebuild” Komutları ve Kullanım Örnekleri

“xcodebuild” Komutları ve Kullanım Örnekleri

Merhabalar, bu yazımda Xcode üzerinden yaptığımız bazı aksiyonların (build, archive, test vb.) arka tarafta hangi terminal komutu olarak…
Go to the profile of Uğurcan Durak
Uğurcan Durak
Apr 1, 2024
Decorator Pattern in Spring Boot with Kotlin

Decorator Pattern in Spring Boot with Kotlin

Why use the Decorator pattern?
Go to the profile of Sırat Semih Çöp
Sırat Semih Çöp
Jan 15, 2024
Spring Kafka Retryable Topic

Spring Kafka Retryable Topic

Kafka’nın güçlü özelliklerinden biri, her partition için Consumer’a ait bir offset değerinin olmasıdır. Bu offset değeri, Consumer’ın…
Go to the profile of Mehtap Tamtürk Kaba
Mehtap Tamtürk Kaba
Jan 2, 2024
Elastic Beanstalk + Creating CI/CD with Jenkins For AWS Elastic Beanstalk

Elastic Beanstalk + Creating CI/CD with Jenkins For AWS Elastic Beanstalk

Creating CI/CD with Jenkins For AWS Elastic Beanstalk
Go to the profile of orhan boz
orhan boz
Dec 27, 2023
RSA vs EC Encryption: A High-Load Performance Comparison

RSA vs EC Encryption: A High-Load Performance Comparison

Asymmetric encryption plays a vital role in securing data, and there are different algorithms available for this purpose. In this article…
Go to the profile of Abdussamet KACI
Abdussamet KACI
Nov 14, 2023
iOS Unit Test

iOS Unit Test

Selamlar, bu yazımda detaylı bir şekilde Swift dili ile iOS uygulama geliştirmede unit test yazımından bahsetmeye çalışacağım. Unit Test’in…
Go to the profile of Yusuf Kaya
Yusuf Kaya
Mar 29, 2023
Kafka Auto Generated Documentation for Spring with Event-Catalog

Kafka Auto Generated Documentation for Spring with Event-Catalog

One of the best ways to understand the logic of a system’s operation is to read the documentation for that system. Especially for someone…
Go to the profile of Abdussamet KACI
Abdussamet KACI
Mar 14, 2023
How to implement an async Kafka consumer with Spring

How to implement an async Kafka consumer with Spring

Kafka is fast, very fast. But sometimes our consumers fail to keep up the pace. Kafka expects periodic heartbeats from a consumer. If a…
Go to the profile of Bekir Durak
Bekir Durak
Sep 22, 2022

How to use Redis with Spring Boot via reactive way

Traditional caching implementation with Spring is easy, thanks to @Cacheable annotation. But when it comes to implementing that in a…
Go to the profile of Bekir Durak
Bekir Durak
Sep 13, 2022
GCP’de Kafka Kurulumu

GCP’de Kafka Kurulumu

Google Cloud Platform üzerine stand-alone Kafka kurulumu ve ayarları.
Go to the profile of Batuhan Kök
Batuhan Kök
Jan 13, 2022
Veri Görselleştirme — Yönergeler | 2

Veri Görselleştirme — Yönergeler | 2

İyi bir veri görselleştirme için nelere dikkat edilmeli? Bunun için gerekli yönergeler, Edward Tufte tarafından 4 temel madde ile…
Go to the profile of Iris Eskinazi
Iris Eskinazi
Jan 13, 2022
Merging the Mundane and the Magic with Kotlin Standart Extensions

Merging the Mundane and the Magic with Kotlin Standart Extensions

Kotlin is a strong choice in modern languages nowadays. Although it has tons of capabilities, even its basic features comes very handy for…
Go to the profile of Burak Kocer
Burak Kocer
Jan 12, 2022
Dönüşen Dijital Dünya ile Değişen UX/UI Trendleri

Dönüşen Dijital Dünya ile Değişen UX/UI Trendleri

Teknolojilerde olduğu gibi, her yıl değişen ve tasarım dünyasına yön veren yeni trendler ortaya çıkar. Dünyanın evrildiği noktaya doğru…
Go to the profile of Onur Deneri
Onur Deneri
Jan 12, 2022
Clean Architecture ve Jetpack Compose İle Android GraphQL Kullanımı

Clean Architecture ve Jetpack Compose İle Android GraphQL Kullanımı

Merhabalar, bu yazımda GraphQL’ in bir Android projesinde Clean bir mimari ile nasıl kullanıldığından bahsetmeye çalışıcam. GraphQL’ i yeni…
Go to the profile of Uğurcan Durak
Uğurcan Durak
Jan 4, 2022
Veri Görselleştirme — Giriş

Veri Görselleştirme — Giriş

Veri Görselleştirme nedir? Ortak kullanım alanları nelerdir? Veri görselleştirmeye kimin, neden ihtiyacı var? Anlama sürecindeki yeri…
Go to the profile of Iris Eskinazi
Iris Eskinazi
Oct 18, 2021
About Doğuş TechnologyLatest StoriesArchiveAbout MediumTermsPrivacyTeams