Systems | Development | Analytics | API | Testing

Technology

Mobile testing: Most critical scenarios you shouldn't miss to test

The owners and makers of web applications always try to carve up a section to represent their mobile applications in the footer tab like this on Myntra: Or showcase it with lines that show that their app has much more to offer than their website like Uber: And sometimes, dedicate a complete section on the top 25% screen of the website like Makemytrip: Screen space is very valuable in a web application.

The Modern Data Stack Ecosystem: Spring 2022 Edition

Welcome to the Spring 2022 Edition of the Modern Data Stack Ecosystem. In this article, we’ll provide an in-depth look at the Modern Data Stack (MDS) ecosystem, updated from our Fall 2021 edition. We also highly recommended our article, The Future of the Modern Data Stack, to anyone who is new to the MDS and wants to learn about its history.

Issues with uploading to the App Store and how to solve them

After you successfully build and test your app, you may want to upload the build to TestFlight or the App Store. Sometimes, you may face an unknown authentication error that makes it difficult for you to upload the iOS binary to App Store Connect. You may even face an authentication error after using a valid App Store API key. If you’ve faced this problem, you’re not alone.

Ably launch Kafka Connector at Kafka Summit 2022 - London

Here at Ably, we're excited to announce our participation and Silver sponsorship of the Kafka Summit 2022, taking place between 25-26 April. The Kafka Summit is the only dedicated technical conference for the Apache Kafka® Community, and it's a great opportunity for anyone building large-scale event-driven systems to learn and share ideas. It's also the perfect event for us to launch the general availability of the Ably Kafka Connector.

What Is AWS? Modern Technology Fueling Digital Transformation

In today’s fast-paced, digital-first economy, companies must continually find ways to innovate and remain relevant. Amazon Web Services (AWS) cloud computing platform gives companies the tools to be agile in a competitive environment and keep up with customer demand. This guide discusses what is AWS, its most common use cases for the cloud infrastructure, and what services AWS offers to support a digital transformation.

How to implement GraphQL with Flutter + GraphQL example

Have you ever faced the task of implementing a REST API and had to call multiple endpoints to populate data for a single screen? You probably wished you had more control over the data returned by the endpoint so that you could fetch more data with a single endpoint call or have only the necessary data fields returned by the call. Follow along to see how you can achieve this with GraphQL. In this article, we’ll be implementing GraphQL in an existing codebase.