Author: agaksemimanual-admin
-
The Unseen Struggles of Indonesian Millennials: Income Taxes, Parental Irresponsibility, Rising Costs, and Fuel Subsidy Limitations
In contemporary Indonesia, the narrative of success and prosperity often skips over the silent majority—millennials who are wrestling with socioeconomic challenges. Despite the external facade of a thriving nation, many Indonesian millennials are silently battling the triple threat of burdensome income taxes, irresponsible parenting, and skyrocketing living costs. Recent policy shifts limiting fuel subsidies further…
-
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…
-
Flagsmith as A/B testing platform
Flagsmith is an open source feature flagging and remote configuration platform that allows you to control features and settings across web, mobile, and server-side applications. It also supports A/B testing and multivariate testing, which are methods of experimenting with different versions of your app or website and measuring their performance based on various metrics. With…
-
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…