Systems | Development | Analytics | API | Testing

Debugging Applications in Production with Service Mesh

As an application developer, have you ever had to troubleshoot an issue that only happens in production? Bugs can occur when your application gets released into the wild, and they can be extremely difficult to debug when you cannot reproduce without production data. In this blog, I am going to show you how to safely send your production data to development applications deployed using a service mesh to help you better debug and build production proof releases.

November '22 Updates: iOS 16.1 and Latest iPads on Simulators & Real Devices, Announcing Our Community Fellows, and More

Fall is on the way out, and we have a lot to be grateful for: hot apple cider, extra helpings of stuffing, and oh yes — a bounty of exciting updates from Sauce Labs! Let's dive in.

10 Myths About Custom Website Development

Website design has a significant impact on how long an online business will last, whether you’re operating a basic affiliate marketing business or an online store. Website development is an entirely different discipline, which also has a significant impact on business success. To ensure you get the best of both, consider hiring a professional to create a website for you.

Česká spořitelna: How the Biggest Czech Bank Builds Data Products in Days Instead of Weeks

Česká spořitelna is the biggest Czech retail bank with 4.5 million clients across 400 branches. Running a bank of this size brings its own data challenges from strict regulatory compliance via a wide range of data management needs, to almost limitless product possibilities within the data-rich environment.

How You Can Contribute to ClearML's MLOps Platform

ClearML is an open source MLOps platform, and we love the community that’s been growing around us over the last few years. In this post, we’ll give you an overview of the structure of the ClearML codebase so you know what to do when you want to contribute to our community. Prefer to watch the video? Click below: First things first. Let’s take a look at our GitHub page and corresponding repositories. Later on, we’ll cover the most important ones in detail.

Data Governance Framework Policy - What Do You Need to Know?

According to IDCs Global Datasphere, 64.2 ZB of data was created in 2020 alone. This number is projected to grow by 23% annually from 2020-2025. Therefore, we need data governance frameworks for efficient data management and control. This will help us extract maximum value out of such high volumes of data. Such frameworks would be required for data integrity, data protection, and data security. Indeed, according to BDO, the average data breach cost has been estimated to be around USD 3.8 million.

3 Low-Risk Digital Transformation Strategies

Digital transformation is one of the hottest new business models in the enterprise today. Going through this process places digital technologies front and center in all of a company’s strategic goals. And it’s not an easy undertaking, either. You’ll need to contemplate and analyze core business functions carefully. You’ll also need to involve change management and invest time and resources, but the potential rewards are many.

Using Loadero Python Client To Store Test Data In GitHub

Loadero API allows managing and running tests just as one would via the Loadero web application. However, sending an HTTP request every time a test needs to be created, updated, or run can become cumbersome. We already had a Java client, which makes the processes easier, and now Loadero team has been hard at work creating a new client and we are proud to present – Loadero-Python.

Introduction to async/await in TypeScript

Imagine if your application were allowed to perform only one task at a time. For example, if users download their favourite music or scroll through the feed, delivering seamless navigation would have needed interdimensional sorcery! However, thanks to asynchronous programming, such cases are easily avoidable during development. So, be it a mobile app or web application, the usability of asynchronous programming is inevitable.

Debugging in Elixir and Erlang: An Introduction

Welcome to part one of this two-part series on debugging in Elixir and Erlang. In this post, we'll use several different tools and techniques to debug Elixir code. First, we'll get to know the demo project I created to showcase certain tools: dist_messenger. It's an Elixir project of a distributed messaging system that can be used directly on IEx. It allows users in different nodes to send and receive messages to each other.