Systems | Development | Analytics | API | Testing

Latest Blogs

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).

Metrics and Logs Are Out, Distributed Tracing Is In

In this episode of Kongcast, I spoke with Chinmay Gaikwad, the tech evangelist at Epsagon, about distributed tracing and observability for microservices architectures. Check out the transcript and video from our conversation below, and be sure to subscribe to get email alerts for the latest new episodes.

Accelerating Digital Transformation with IoT

If your business is in the process of digital transformation, IoT technology may be factoring into your plans. IoT gives organizations across industries new opportunities to foster a more direct connection with customers. It lets them collect new data, turn that data into insights, and then turn insights into action. IoT has become so prevalent that companies in most industries can’t afford to put off adopting it.

The Top 5 Mulesoft Alternatives

Mulesoft is an all-inclusive data and application integration platform owned by Salesforce. It offers many types of functionality, including Extract, Transform, Load (ETL), API management, and Integration Platform as a Service (IPaaS). Mulesoft may offer a broad range of capabilities, but it has a challenging learning curve, a high price point, and may be far more than what your organization needs for data transformation.

How to consume RESTful APIs in Low-code

APIs are created so that users can use them as a bridge to connect to applications and services. There are thousands of APIs available for consumption, and each API is unique. But it’s really easy to consume APIs to extend the capabilities of your Linx apps, even complex ones that require OAuth 2.0 tokens. Let us show you how with a real-life example.