Close

publish-subsribe pattern, pub-sub messaging

Publish-subscribe messaging, or pub/sub messaging, is an asynchronous communication model that makes it easy for developers to build highly functional and architecturally complex applications in the cloud.

Thunderbolt vs. USB-C: What’s the Difference?

Thunderbolt vs. USB-C: What's the Difference?

Thunderbolt and USB-C are two of the most popular connector standards today. Both offer a high-speed data transfer rate and the ability to connect various devices. However, there are some critical differences between the two standards. Thunderbolt is a newer standard that Intel developed. It offers a maximum data transfer […]

Devamını Oku

Google Cloud Introduces Shelf Inventory AI Tool for Retailers

Google Cloud Introduces Shelf Inventory AI Tool for Retailers

An image database of more than a billion products helps power the tool. Google Cloud has developed an AI tool to help big-box retailers better track their inventory. The algorithm can recognize and analyze the availability of consumer packaged goods products on shelves from videos and images provided by the […]

Devamını Oku

Amazon Lambda Nedir?

Amazon Lambda Nedir?

Amazon Lambda, Amazon Web Services (AWS) tarafından sunulan bir bulut hizmetidir. Bu hizmet, kullanıcıların kod parçacıklarını (lambda fonksiyonları) çalıştırmalarını ve bu kod parçacıklarının çalıştırılmasını tetikleyen olayları tanımlama imkanı sunar. Bu sayede, kullanıcılar, belirli olaylar gerçekleştiğinde kodlarını otomatik olarak çalıştırabilirler. Amazon Lambda, bir bulut çalışma zamanı olarak tanımlanır ve bu çalışma […]

Devamını Oku

The Power of Message Brokers in Modern Architecture

The Power of Message Brokers in Modern Architecture

How to Choose the Right Message Broker for Your Application If you are developing a distributed application that relies on asynchronous communication between its components, you might need a message broker to handle the data flow. A message broker is a software module that acts as an intermediary between different […]

Devamını Oku

MQTT Protokolü Nedir?

MQTT

MQTT,  Message Queuing Telemetry Transport  teriminin kısaltmasıdır.  Mesajın karşı tarafa gönderilmesini sağlayan basit ve hızlı bir protokoldür.  MQTT bir message broker üzerinden çalışır.  Message Broker ya da kısaca Broker bir mesajın uç noktaların anlayabileceği biçime getirilmesi işini sağlayan bir uygulamadır.  Broker ‘a abone olan uçlara mesaj gönderilir.  Bu işleme publish, […]

Devamını Oku