Systems | Development | Analytics | API | Testing

Latest Blogs

Why k6 does not support multiple scripting languages?

At k6 we regularly get a request to support another programming language in addition to JavaScript. Go developers would like to write test scripts in Go, Java developers migrating from jMeter would like to write tests in Java. We have evaluated these requests and discussed in detail internally if this is a good direction for the k6 tool. Ultimately we have decided against supporting more programming languages for scripting. Below is our reasoning for this decision.

The Importance of Compliance Risk Assessments

In a world that’s literally had to define a new normal, standards and rules around safety and quality have been scrutinized more than ever before. And that new reality is affecting standard operations for some industries. While the importance of compliance has not changed, the complexity of it may have. Considering how quickly we continue advancing, this increasing complexity may also be part of our new normal. If you’ve not updated your compliance management lately, now may be a good time.

Google Chrome Developer Tools - Part 2

This is the second part of the Google Chrome Developer tools article. In this post we will share show you more of the new Developers Tools that Google has added to Chrome. Remember that Google Chrome Dev Tools is a set of powerful tools that help developers to build better webs. If you haven’t done it yet, you can read the first article of the series.

Producing Protobuf data to Kafka

Until recently, teams were building a small handful of Kafka streaming applications. They were usually associated with Big Data workloads (analytics, data science etc.), and data serialization would typically be in AVRO or JSON. Now a wider set of engineering teams are building entire software products with microservices decoupled through Kafka. Many teams have adopted Google Protobuf as their serialization, partly due to its use in gRPC.

What is AUR and How Can It Help You Power Your E-Commerce Business?

What is AUR? The five most important things to know are: E-commerce stores such as Amazon have revolutionized the field of online shopping. But whether you're a massive online store or a small business owner, you need to keep track of your company's metrics and KPIs (key performance indicators) to evaluate the success of your business model.

Best Big Data API Management Platforms

Every time someone uses an app, information travels from a database to the user via an API. Single instances may not seem very important. As long as they perform the required task, people don’t think too much about how applications work. From a business perspective, the big data flowing through APIs could unlock important knowledge that helps tap into emerging trends and target customers better. To get the best results, companies need the best big data API management.

How to Cross-Browser Test with the Best of the Best

With thousands of different web browsers, operating systems, and device combinations available, it’s impossible for software companies to control their users’ environments. All of these choices put the control in the hands of the user: if your web application or website is glitchy or looks bad on the browser they use, then you’ve probably lost that user as a customer.

What is data integration (with 5 use cases)

Data integration is the data engineering process of combining data from disparate sources into a single unified view of the data. The process begins with data ingestion from different source systems. This includes data extraction from disparate sources, data transformations or cleaning, and loading the data into a single repository - anything from Excel data sets to Enterprise data stores.

Open-source iOS projects for learning better practices

In your iOS development learning journey, you want to understand and use the best practices while writing code. These include working with Clean Architecture, writing good tests for your native iOS app, and knowing how and what to test. This post discusses some open-source iOS Swift projects that you can take inspiration from to learn better development practices, such as: Build, test and deliver mobile apps in record time Start now