Systems | Development | Analytics | API | Testing

Guide for a Smooth Transition - Upgrade Katalon Studio from 8.x to 9.x

In late 2023, we proudly introduced Katalon Studio 9.0, 9.1, and 9.2 release, the latest editions of Katalon's test authoring capabilities. This release boasts major upgrades in our core libraries, introduces the AI-powered coding assistant StudioAssist, and supports Appium 2.0 for more streamlined mobile testing. With these enhancements, you can now reduce coding time, resolve issues faster, enhance test coverage, and minimize risks associated with coding.

Behaviour Driven Development in Ruby with RSpec

RSpec is a library for writing and running tests in Ruby applications. As its landing page states, RSpec is: "Behaviour Driven Development for Ruby. Making TDD productive and fun". We will return to that last part later. This post, the first of a two-part series, will focus on introducing RSpec and exploring how RSpec especially helps with Behaviour Driven Development in Ruby. Let's dive in!

The iOS Developer's Playbook: Mastering SwiftUI Forms

In this article we’re going to examine how a SwiftUI Form can used in our SwiftUI apps. This will be a very technical article useful for any iOS developer, during which we’ll take a deep-dive into the code and then create a SwiftUI Form that combines a user profile with a settings screen. Table of Contents.

Quality Assurance in MedTech: Safeguarding Excellence and Innovation

With advancements occurring at a rapid rate, it becomes extremely crucial to ensure the overall safety & quality of healthcare solutions in this MedTech's dynamic landscape. Just as technology has taken the entire world by storm, it is playing an extensive role in the advancement of the healthcare industry, which further enhances the significance of Quality Assurance (QA) and software testing services.

Data Visualization Best Practices: Making Your Data Shine

Effective data visualization is an important aspect of creating impactful and actionable reflections of key metrics in today’s business environment. Our five key takeaways are: This piece explores data visualization best practices and core principles, from integration to analysis, and the skills you need to create stunning dashboards, breathe life into your KPIs, and discover the secret to designing data visuals that shine.

Build A Simple Tracing System in Elixir

In this post, the first of a two-part series, we'll cover how Elixir applications can be traced using OpenTelemetry and how macros can make this process super easy and streamlined. First, we'll talk about tracing and OpenTelemetry in Elixir. Then we'll improve our custom tracing layer step-by-step until we get an easy and seamless tool to trace our application. Let's get started!

Accelerate Your Machine Learning Workflows in Snowflake with Snowpark ML

Many developers and enterprises looking to use machine learning (ML) to generate insights from data get bogged down by operational complexity. We have been making it easier and faster to build and manage ML models with Snowpark ML, the Python library and underlying infrastructure for end-to-end ML workflows in Snowflake.

Processes and Artisan commands in Laravel

The command-line interface (CLI) can be a powerful tool for developers. You can use it as part of your development workflow to add new features to your application and to perform tasks in a production environment. Laravel allows you to create "Artisan commands" to add bespoke functionality to your application. It also provides a Process facade that you can use to run OS (operating system) processes from your Laravel application to perform tasks such as running custom shell scripts.

Bring your Snowpark models to life on ThoughtSpot

ThoughtSpot is taking Snowpark use cases to the next level with generative AI, connecting the dots between ML-powered insights and business action. If you’re new to Snowpark, this is Snowflake’s set of libraries and runtimes that securely deploy and process non-SQL code including Python, Java, and Scala.