Today we will talk about information security, focusing on the purpose of converting personal data into non-personal data and the way it is done.
Insights & Knowledge
Sparks of our daily work and broad point of view on the industry we live in.
We continue to talk about feature flags (FF) — switchers in the code that start and deactivate product features. This time we’d like to tell you about our concept — a Feature Flags Portal that allows business customers to manage the FF modes, and therefore also the product features.
Postman is a convenient tool that can describe and execute requests, receive information about their statuses, build chains of requests, loop them, and create scripts. The main advantage is that you almost do not need to write any code at all.
Today we will share the criteria our teams use to verify the quality of a product when getting it to production.
Microservice orchestration helps create complex processes in products. To avoid programming these mechanics manually, developers can use ready-made frameworks that contain microservice management tools. We have examined this topic and want to discuss three such frameworks.
Active Directory is one of the most popular directory services and is used by most of our customers. So the need to integrate with it is apparent on almost every project. In order for the teams to avoid the need to solve this problem again every time, our developers have created a service that can now be integrated into other products in a ready-made form. Sharing the experience.
In order for your product to leverage the competition, new features must be delivered to the product environment as quickly as possible, without compromising quality. Our teams use the Trunk Based Development approach. New code is immediately added to the master branch, and third-party branches live for several days. To prevent commitments from interfering with each other, the developers use Feature Flags - the switches in the code that start and stop its components.