Tag: tips
-
Simple example in integrating Flagsmith into an Android Application
Add the SDK Declare the SDK client and (optionally) the feature you want to use Initiate the SDK client Retrieve the feature (in this example I’m retrieving text color)
-
Another perspective in RabbitMQ queue naming convention
RabbitMQ is a popular open-source message broker that allows applications to communicate with each other asynchronously using various protocols and patterns. One of the key aspects of using RabbitMQ is designing and naming the queues that store and deliver the messages between the producers and consumers. However, there is no definitive or universal rule for…