Systems | Development | Analytics | API | Testing

5 Tips for Pushing Data from Your Warehouse to PeopleSoft

PeopleSoft is an enterprise resource planning (ERP) software platform that is intended for medium-sized to large businesses. Originally designed for human resources and finance applications, PeopleSoft can now help organizations with tasks such as human capital management (HCM), financial management, supply chain management, and enterprise service automation.

The Cloudera Enterprise Data Cloud Maturity Report: Uncovering progressive steps towards a hybrid future

Global survey of IT and business executives reveals how a mature data strategy relates to business performance and resilience. Organizations fall under one of four categories when it comes to enterprise data maturity, and they need to be aware of how to address multi-dimensional challenges of a hybrid future.

Beautifully simple: Yellowfin Brand Guidelines 2022

Fishies, say hello to the new Yellowfin Brand, and Brand Guidelines. Now, we shouldn’t actually say ‘brand new’ because the logo and some of the elements are a progression from what is currently our brand. But, as you have heard us say many times, our brand is not just the logo, fonts and colors. The Yellowfin brand encompasses the reason we do what we do, and it sits behind why we develop the products we develop. It’s why we code what we code.

Testing APIs is Every Bit Important as Testing the UI

What I see too often though is folks running multiple UI tests in an attempt to validate specific output values or logic. A much easier way to accomplish this task is to run specific API tests on the business logic of the software. Why should we do this? It’s much faster and easier to write these tests. We can have our developers supporting this process and not just Selenium or automation experts. 'Work smarter, not harder' is a theory we should all be familiar with.

Qlik Cloud and Amazon SageMaker: Expanding the Power of Predictive Analytics in the Cloud Together

The ability to discover insights from past events, transactions and interactions is how many customers currently utilize Qlik. Qlik’s unique approach to Business Intelligence (BI) using a unique analytics engine and intuitive interface has democratized BI for typical business users, who usually have little to no technical savvy.

A Complete Guide to CORS (Cross-Origin Resource Sharing) for REST APIs

Many current web applications rely on near-frictionless and simultaneous access to numerous API providers' Web APIs. However, the web's default is to prohibit such "loose" behaviour, much like a firewall that blocks access to untrusted parties in the name of security. That default, thankfully, can be safely altered. Before doing so, however, it is necessary for both Web application developers and API providers to understand the concepts of Cross-Origin Resource Sharing (CORS).