Systems | Development | Analytics | API | Testing

Latest Posts

CIAM: Codifying the ever-changing keys to B2B commerce

WSO2 recently announced the release of their Private CIAM Cloud service, and it made me think about the changing role of personal identity versus business entity in today’s complex distributed software environments. The CIAM space has evolved far beyond the traditional end user’s need for identity and access to applications in a B2C (business to customer) scenario.

Qlik Expands Google BigQuery Solutions, Adding Mainframe to SAP Business Data for Modern Analytics

In April this year, we announced that Qlik had successfully achieved Google Cloud Ready – BigQuery Designation for its Qlik Sense® cloud analytics solution and Qlik Data Integration®. We continue increasing customer confidence by combining multiple Qlik solutions alongside Google Cloud BigQuery to both help activate SAP data, and now mainframe data as well.

AI at Scale isn't Magic, it's Data - Hybrid Data

A recent VentureBeat article , “4 AI trends: It’s all about scale in 2022 (so far),” highlighted the importance of scalability. I recommend you read the entire piece, but to me the key takeaway – AI at scale isn’t magic, it’s data – is reminiscent of the 1992 presidential election, when political consultant James Carville succinctly summarized the key to winning – “it’s the economy”.

7 Top React Testing Libraries Everyone Should Know

In any application, testing is crucial, as it verifies that everything is working as expected and that what we are going to deliver to the end user is what was described in the project plan. Typically, it allows developers to inspect whether their app meets functional, performance, and UI specifications. Web applications can be tested using a variety of methods and types. These testing methods have already been combined into reusable libraries by many open-source developers.

Best Practices for Enhancing React Native App Performance

There is no denying the fact that React Native is the future of developing hybrid apps. It offers scalability, flexibility, speed, agility, cost-efficiency and excellent performance. No wonder so many successful companies rely on React Native for building their applications. After all, in the age of the Internet, every business needs a high-performing app that squarely satisfies customer needs. React Native tries to provide everything that is needed to develop a high performing application.

What is Self Service Analytics? The Role of Accessible BI Explained

Self service analytics (also called self-service business intelligence, or self-service BI) is a term commonly used among analytics vendors and organizations adopting BI, often in the context of being the next big thing in driving more people to use data to find insights. But what is self service analytics? How does self service analytics work? And why does self service analytics matter?

The Selenium Click Command (Including Examples)

Learn how Selenium’s click() command works to simulate mouse clicks for automated UI testing, as well as how to send a right-click mouse command. If you’re using Selenium to automate UI testing for your app, Selenium’s will become one of your most commonly used methods. It’s important to understand how the Selenium click() command works for automated testing and how to find more information and resources when your needs are more complex.

Phoenix LiveView 0.18: New Special HTML Attributes

Phoenix LiveView 0.18 just shipped, with lots of new goodies to make developing LiveView an even better experience. In this post, I'll take you through a lesser-known new feature - LiveView's new special HTML attributes - and show you how to write cleaner HTML with :if, :for, and :let. When we're done, you'll have an eloquent, ergonomic, and dynamic function component you can use to render a list anywhere in your LiveView app. Let's dive in!