Systems | Development | Analytics | API | Testing

%term

Achieving Zero Trust on VMs with Universal Mesh

Two of the main tenets of Zero Trust are encryption between services and managing the connections each service is allowed to use. Achieving this generally falls to running a service mesh in a Kubernetes cluster. Refactoring applications to run properly in Kubernetes takes time and considerable investment. For many organizations, running their applications on virtual machines will be a necessity for years to come. However, this doesn't mean security should fall behind.

How to Use Flink SQL, Streamlit, and Kafka: Part 2

In part one of this series, we walked through how to use Streamlit, Apache Kafka, and Apache Flink to create a live data-driven user interface for a market data application to select a stock (e.g., SPY) and discussed the structure of the app at a high level. First, data with information on stock bid prices is moved via an Alpaca websocket, then, it’s produced to a Kafka topic in Confluent Cloud where it is also processed with Flink SQL.

Best practices on How to write effective Test Cases in Software Testing

In the dynamic world of software development, quality is paramount. Every line of code, every feature, every functionality needs to be meticulously evaluated to ensure a flawless user experience. This is where test cases come in – the unsung heroes of the development process.

Episode 3: Taming data chaos in digital advertising | Tinuiti

Lakshmi Ramesh, Vice President of Data Services at Tinuiti, which services brands like Rite Aid, Nestle, and Instacart, joins us to talk about her work at the intersection of tech, data and marketing. We discuss how the company manages data from hundreds of platforms to serve both clients and internal teams.

How To Compare Two Json Files?

As a developer, you usually work with JSON data, and may need to compare JSON files. This might involve checking a list of products from the database against a previous version or comparing an updated user profile returned by your REST API with the original data sent to the server. In this article, we’ll explore several methods and tools developers can use to compare two JSON files effectively.

Embracing the Power of AI and Machine Learning in Software Testing

In today's rapidly evolving digital landscape, superior software is essential, whether it be the apps on our phones or the intricate systems supporting various business requirements. The process known as Software Testing (ST) has undergone an immense transformation in order to meet this necessity where Artificial intelligence (AI) and machine learning (ML) play a great role in QA solutions.