Category: 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)
-
Azure Deployment Of Flagsmith Using Azure Portal
In Azure portal go to Home -> Container Apps -> Create Container App For the ingress tab After your container is created, go to Monitoring -> Log Stream and observe the console Reset your admin password using the supplied URL
-
Using RedisJSON to store nested data
Let’s say you want to utilize redis to store and manipulate this JSON You can use the module RedisJSON to do it. Prerequisites If you don’t have the module installed you must build it first. You’ll need to install these first (example commands are for Rocky Linux, but should be at least similar to other…
-
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…