Systems | Development | Analytics | API | Testing

Latest Blogs

How to Perform Load Testing with k6 using GitHub Actions

You can find a collection of k6 scripts and GitHub workflows referenced in this tutorial here. In this tutorial, we will look into how to integrate performance testing in your development process with GitHub Actions and k6. For a video tutorial 🎥 , check out the following tutorial on YouTube. k6 is an open-source load testing tool for testing the performance of APIs, microservices, and websites.

Which Modern Data Architecture Should You Choose?

Understand the tradeoffs to make the best choice “Why are you still doing ETL pipelines?” “The Data Warehouse is the only way you can keep data quality high, despite the extra data modeling needed.” “Have you not heard of data mesh beforehand? It solves all centralization problems.” When it comes to data management, there are as many opinions as there are data managers. This is not to say there aren’t any good answers or right principles to follow.

How do you do REST integration | Step-by-Step Methodology

When you need two or more applications and services to exchange data between them on a regular basis, REST integration (or REST API integration) is one method that slowly but steadily gains status of the new and preferred standard. But as with any other project where you need to connect apps and web services via API, integrating REST requires good preparation and a solid methodology to avoid project delays, development overhead and too many errors. So, how do you do REST integration the right way?

New Features in Cloudera Streams Messaging for CDP Public Cloud 7.2.14

With the launch of CDP Public Cloud 7.2.14, Cloudera Streams Messaging for Data Hub deployments has gotten some powerful new features! In this release, the Streams Messaging templates in Data Hub will come with Apache Kafka 2.8 and Cruise Control 2.5 providing new core features and fixes. KConnect has been added and gains additional capabilities with new connectors and Stateless Apache NiFi capabilities which can run NiFi Flows as connectors.

The Ultimate Guide to Azure Synapse Analytics

Five things you should know about Azure Synapse Analytics: Azure Synapse Analytics is a scalable, cloud-based data warehousing solution from Microsoft. Upon its launch, Microsoft described it as “the next iteration of Azure SQL Data Warehouse.” In addition to offering all of the technology and features of that platform, Azure Synapse also incorporates business intelligence, data analytics, and machine learning tools for both relational and non-relational data.

Should You Choose Integrate.io or Glew.io?

Here are four differences between Integrate.io vs Glew.io: You already know the benefits of data analytics for your business. But how can you analyze data when it's spread across multiple siloed systems? Both Integrate.io and Glew.io let you move data from various places to one single location so you can make better business-related decisions. As a result, you can improve organizational decision-making and give your business a competitive edge. But which platform is better? Integrate.io or Glew.io?

Scalable mobile app security testing with the new NowSecure integration on Bitrise

More than 70% of time spent on digital media is spent using mobile apps, and we have to prepare for more frequent hacker attacks. With the partnership of Bitrise and NowSecure, you can be assured that your apps are safe and supported by a fully automated security and privacy testing software.

Ablyeye: How we visualized an Ably SDK with Go and Ebiten

I started working for Ably recently, at the beginning of 2022. One of the first tasks I was given was to build a demo project that used one of the Ably SDKs. Working as a backend Go developer for the past 4 years made my choice of SDK easy. I definitely wanted to work with ably-go. I found myself wondering how to explore, debug and test an SDK in a visual way, rather like how the Postman API Client interacts with an API.