Systems | Development | Analytics | API | Testing

Latest Blogs

Understanding the benefits of test management and BDD

Teams have been testing software for as long as software has existed. With the increased adoption of continuous integration and delivery, automated tests are becoming essential. Behaviour-driven development (BDD) is a modern approach to developing software that grew out of Agile and test-driven development. Most teams/organisations can benefit from test management and BDD, but BDD adoption is much more than simply managing tests – automated or manual.

Using Airtable as a database to store realtime messages

In this article, we'll see how to use Airtable to store realtime messages using a group chat app as an example. We'll use Ably's realtime infrastructure to power the chat app and make use of WebHooks to publish messages to Airtable directly in the correct order from Ably. Check the full source code of the group chat app written in VueJS on GitHub and the live demo of the application at https://realtime-chat-storage.ably.dev/

Digital Transformation: What Does It Mean for Small and Medium-Sized Businesses?

Small and medium-sized businesses (SMBs) are the lifeblood of the economy: according to Deloitte, companies with fewer than 500 employees represent 99.7 percent of all businesses in the U.S., and employ 48 percent of the private workforce. Yet despite their sheer numbers, SMBs don’t have access to the power, budget, and resources that larger organizations can wield, particularly when it comes to digital transformation.

Distributed API Management: What You Need to Know

APIs (application programming interfaces) are an essential, yet often overlooked, component of the modern organization’s IT environment. According to a 2020 study, 83 percent of IT professionals and executives say that API integration is “critical” to their business strategy. These days, a single organization may rely on dozens or hundreds of third-party APIs, each of which may have a significant downstream effect on a company’s productivity and profitability.

Bringing transaction support to Cloudera Operational Database

We’re excited to share that after adding ANSI SQL, secondary indices, star schema, and view capabilities to Cloudera’s Operational Database, we will be introducing distributed transaction support in the coming months. The ACID model of database design is one of the most important concepts in databases. ACID stands for atomicity, consistency, isolation, and durability. For a very long time, strict adherence to these four properties was required for a commercially successful database.

How does Apache Spark 3.0 increase the performance of your SQL workloads

Across nearly every sector working with complex data, Spark has quickly become the de-facto distributed computing framework for teams across the data and analytics lifecycle. One of most awaited features of Spark 3.0 is the new Adaptive Query Execution framework (AQE), which fixes the issues that have plagued a lot of Spark SQL workloads. Those were documented in early 2018 in this blog from a mixed Intel and Baidu team.

Top 3 Challenges in Cross Browser Testing and How to Tackle Them

Since the beginning of the internet era, browsers and websites have lived co-dependently. Starting from the internet explorer, then to the Mozilla project and now to at least six major browsers in the market, we have evolved quite well. But browsers and web development technologies do not seem to be in a happy relationship. To ease out the web development, developers think of new ways to have a dedicated and organised system of sustainable websites such as subgrids. Result?

How to Select the Best Cross Browser Testing Tool

Cross browser testing can be a real headache for a software tester. You may have tested your application on the latest versions of Chrome, Firefox, and Edge, but more often than not, some browsers such as Internet Explorer, Opera Mini, UC Browser get missed out. As a result of this, a portion of your users will not be able to view your product properly. Thanks to the cross-browser testing tools available in the market, now the cross-browser testing efforts can be significantly reduced.