Systems | Development | Analytics | API | Testing

Latest Posts

Process Automation Types, Explained

Are you confused about the multiple types of business process automation? You’re not alone. Automation tool vendors seem to have created more flavors than a contestant on Top Chef. Let’s get to the bottom of the differences between the various types of process automation and find out what they can and can’t do, in plain terms. Here’s a starting hint: Get ready for synonyms. In some cases, different analyst firms and tool vendors use different terms for the same ideas.

Testsigma Ranked as a High Performer in G2 Spring 2023 Automation Testing Report

We are proud to announce that Testsigma has been recognized as a High Performer in the Grid® Report for Automation Testing and Software Testing categories. G2 acknowledges Testsigma as having high Customer Satisfaction that includes an average rating of more than 90% in Quality of Support, Ease of Use, and Meeting Customer Requirements. This is an amazing feat for Testsigma as ranking was based on direct feedback from our customers, among various other parameters.

Writing your back end in Dart

In this blog post, we will explore the process of building a back end using only Dart. With the numerous options available for achieving this, it’s normal to feel overwhelmed or unsure of where to begin. Thus, this post is primarily directed at Flutter developers who are considering Dart for their back end for its various benefits, which we will discuss later on.

Solving key challenges in the ML lifecycle with Unravel and Databricks Model Serving

Machine learning (ML) enables organizations to extract more value from their data than ever before. Companies who successfully deploy ML models into production are able to leverage that data value at a faster pace than ever before. But deploying ML models requires a number of key steps, each fraught with challenges.

The A to Z Guide of CSS Grid: From Fundamentals to Advanced Techniques

The aspect of look and feel of a website could be a challenging task for the developers. It is of no doubt that presentation is a key area for enhancement of user experience. This is where CSS comes in to play allowing you to style your website as per your requirement. It presents different approaches to website development. CSS holds a variety of features and elements that help you style your website.

Beginner's Guide to Elasticsearch API: Indexing and Searching Data

Elasticsearch is a JSON-based database leaning heavily towards the unstructured types within the databases available out there. ( Postgres and MySQL are purely structured, while NoSQL is entirely unstructured). It interacts through restful APIs and provides a central unit system combining several datasets arising out of logs, metrics, and application trace data. A quick comparison with relational database management systems (RDBMS) will tell us their similarities.

The Glue Schema that binds Apache Kafka

With increased applications developed by different engineering teams on Kafka comes increased need for data governance. JSON is often used when streaming projects bootstrap but this quickly becomes a problem as your applications iterate, changing the data structures with add new fields, removing old and even changing data formats. It makes your applications brittle, chaos ensues as downstream consumers fall over due to miss data and SREs curse you.