Close

özgür özkök

Spring Cloud Stream: The Future of Distributed Messaging and Stream Processing

Java

Spring Cloud Stream is a framework for building highly scalable event-driven microservices connected with shared messaging systems. The framework provides a flexible programming model built on already established and familiar Spring idioms and best practices, including support for persistent pub/sub semantics, consumer groups, and stateful partitions. Binder Implementations Spring Cloud […]

Devamını Oku

Mirantis acquires Docker Enterprise.

Docker Containers

Mirantis today announced that it had acquired Docker’s Enterprise business and team. Docker Enterprise was very much the heart of Docker’s product lineup, so this sale leaves Docker as a shell of its former, high-flying unicorn self. Docker, which installed a new CEO earlier this year, says it will continue to focus on tools that will advance […]

Devamını Oku

Rekabet Kurumu’ nun BKM Kararı

Bankalararası Kart Merkezi

Daha önce verilen kararın ardından bir değişiklik yayınlandı. Karar Sayısı : 19-38/563-232 Karar Tarihi : 7.11.2019 İdari Yargılama Usulü Kanunu’nun 11. maddesi çerçevesinde yapılan yeniden değerlendirme sonucu; Bankalararası Kart Merkezi A.Ş. tarafından sunulan BKM Express hizmetinin, 4054 sayılı Kanun’un 5. maddesinde yer alan koşulları sağlamaması nedeniyle söz konusu faaliyete muafiyet […]

Devamını Oku

PSD2 ve PSD1 Nedir

PSD2 ve PSD1

ÖDED (Ödeme ve Elektronik Para Derneği) 6493 sayılı Ödeme ve Menkul Kıymet Mutabakat Sistemleri, Ödeme Hizmetleri ve Elektronik Para Kuruluşları Hakkında Kanun uyarınca Türkiye’de ödeme ve elektronik para hizmetleri sunan ve ödeme ve elektronik para kuruluşu statüsündeki firmaları temsil eden tek sektör derneğidir. ÖDED ‘in kurumsal adresi www.oded.com.tr ‘dir.  ÖDED tarafından PSD2 […]

Devamını Oku

Python, Hello World

Python Programming Language, Python Programlama Dili

print(“Hello World”) Ne kadar basit görünse de “hello world” yazdırabilmek önemli bilgileri doğrulanmasını sağlar. Geliştirme ortamını kurabildiniz. Bir satır dahi olsa yazdığınız program doğru sonuç verdi. Çalıştırma ortamınız doğru kurulmuş. Dilin doğasını tanımaya başladınız. Komutlar nasıl yazılıyor ? “örneğin Print değil print”, satır sonunda ne vardı?

Devamını Oku

What is SCP and Example syntax for Secure Copy (scp)

Linux

What is SCP and Example syntax for Secure Copy (scp) SCP copies files between different hosts. It uses SSH and provides authentication for remote host Examples Copy the file “foobar.txt” from a remote host to the local host • $ scp remoteusername@remotehost:foobar.txt /some/local/directory Copy the file “foobar.txt” from the local […]

Devamını Oku

How to change the time server on Windows 10?

windows 10 NTP

My father uses Windows 10.  I had to change “Time Server” last night.  He couldn’t browse the internet. How to change the time server on Windows 10 How to troubleshoot time server synchronization problems Some useful NTP, Windows Time Server related commands. 

Devamını Oku

How to get developer options on Android?

How to get developer options on Android?

Every Android device contains a secret set of options  “Android Developer Options”  . It is intended principally for developers.   Developers  need additional functions to test software, debug and simulate. Developer Options are available on all Android devices, but OEMs do make accessing them slightly different on occasion. They all […]

Devamını Oku