Systems | Development | Analytics | API | Testing

Latest Blogs

How to Migrate from the Open Source WSO2 Identity Server to the Subscription Version?

WSO2 Identity Server is the most popular open-source CIAM system on the market, and it is widely used by educational institutions and government agencies as an on-premise CIAM solution. Single sign-on/sign-out (SSO), identity federation, strong authentication, identity administration, account management, identity provisioning, fine-grained access control, API security, monitoring, reporting, and auditing are all possible with WSO2 Identity Server's seamless integration capabilities.

What are compiler optimized internal PHP functions and should you import them via use statement?

Every once in a while when browsing through open-source code, you will probably have come across internal functions that are either imported implicitly with use function array_map; like here in Doctrine or prefixed with the global namespace separator, for example \is_string($foo) like in Symfony. Curious beings as we are, you might wonder as did I: Why are they doing this? Do function calls not automatically fall back into the global namespace?

Monitoring Appian with Appian: Automating Threat Analysis and Information Gathering

In our previous blog posts covering our in-house Security Orchestration, Automation & Response (SOAR) application, we described the basic building blocks for the system and the steps we took to orchestrate interactions between a number of security tools. While building orchestration, we already introduced a significant amount of Automation powering features like threat intelligence collection and event polling.

Parameter Binding: Native API/Native Code vs SourcePro DB

In the previous article, we walked through an example of how to query and retrieve data from a MySQL database using the native MySQL C API and then compared that to the clean simplicity of using the SourcePro DB API. In this article, we are going to take that a step further and look at input parameter binding. Building off the system we discussed previously that manages the accounts for a credit card system, we are now going to implement a simple application that can add transactions to an account.

Top 3 Benefits of MRI Automation for Real Estate Professionals

Financial professionals in real estate contend with a wide array of responsibilities—managing financial statements, office space floors, signage, storage space, land, and more. Regulations and interest rates are in a state of constant flux, and they must be assessed as changes arise to build accurate reports.

89% of Finance Pros Are Unhappy: Here's Why

Eighty-nine percent of financial professionals across multiple geographies and industries are dissatisfied with their operational reporting tools. Why is that number so high? What are the challenges they’re facing? More importantly, what would it take to turn that dissatisfaction into satisfaction?

How to embed Live Analytics to your React-based web app with ThoughtSpot Everywhere

ThoughtSpot Everywhere provides SDKs to make embedding ThoughtSpot into your application easy. In addition to the more general JavaScript components for embedding ThoughtSpot, developers can also use React-specific components for those writing React applications. Using the React components you can quickly embed analytics with just a few lines of code.