Systems | Development | Analytics | API | Testing

%term

Distributed Multi-Cloud and Multi-Cluster Service Mesh | Kong Mesh

Are you an enterprise architect who is currently facing the challenge to secure and observe service connectivity across every cloud and every cluster, including hybrid Kubernetes and VM environments? Kong Mesh, built on top of CNCF’s Kuma and Envoy, is a universal service mesh delivering simplicity and scalability to every application.

Ship healthier code with Codecov and Bitrise - How to establish a code coverage benchmark | WEBINAR

Are you looking to improve your code quality to make your app development easier? Rewatch our webinar on-demand, and learn about the tools, processes and best practices of making code coverage part of your CI flow. What you’ll learn? In this webinar, we are exploring the most common code coverage metrics, tools and reports Codecov provides and we’ll show you how you can integrate Codecov and Bitrise to automate your code coverage reports and improve your code quality.

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.

5 features that make Testsigma the best cross browser compatibility testing tool

Cross Browser Testing is adopted by developers in order to ensure that an application works as intended across all combinations of devices and browsers. This will help developers to reveal issues that might have been left ignored or uncovered otherwise. Each browser comes with an exceptional blend of web support but also has certain drawbacks.

How to Log API Traffic from Envoy Proxy and Monitor Metrics with Moesif

Envoy is a high-performance C++ distributed proxy designed for microservices and service-oriented architecture, as well as a scalable communication bus and “universal data plane” designed for large scale service meshes. Envoy runs alongside every application and abstracts the network by providing common features in a platform-agnostic manner.

Using Sendgrid with Moesif API Analytics to Send Behavioral Emails

In this guide you’ll learn how to send Moesif behavioral emails with Sendgrid. Moesif behavioral emails is a feature that automatically sends emails to customers based on their API usage. This can be used to notify customers about technical issues, such as hitting rate limits, using deprecated APIs, or broken integrations. You can even use it to trigger business-related events such as when an item is shipped. If something can be mapped to an API call, then you can send an email from it.

Exploding arrays in Kafka with lateral joins

In this article we are going to explore lateral joins. "What is a lateral join?" you may ask. It's a new kind of join that allows to extract and work with the single elements found inside an array, as if the array was a normal table. Lenses 4.1 comes with a lot of new features that make your life easier when working with arrays: we introduced 6 new functions to work with arrays, better support for array literals, and lateral joins.