Systems | Development | Analytics | API | Testing

%term

Choosing the Right API: REST vs. RESTful for Integration

Choosing between REST API vs RESTful API is pivotal for efficient and scalable business solutions in data integration. Application Programming Interfaces (APIs) are critical in data integration, enabling diverse systems to communicate and data exchange seamlessly. In this landscape, REST (Representational State Transfer) APIs have emerged as a standard, known for their simplicity and effectiveness in handling network requests.

Upcoming changes to Google Play for developers

You may have heard the adage of “quality over quantity”, and it seems that Google is taking this saying to heart regarding the quality of apps developers submit to Google Play. Back in November 2023, Google published an article on the Android Developers Blog outlining their intent to improve the quality of Android apps in the Play Store. In this article, we’ll take a look at how things were, and what the upcoming changes mean for developers who want to publish to the Google Play store.

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!

Cyber Defense Automation & Mobile App Security Explained

What is Appdome? How does it work? Is any particular mobile OS more prone to malicious threats? In this week’s episode of the Test Case Scenario, Appdome’s Senior Product Manager Kurt Dusek joins our panelists. They discuss the many incredible features of this cyber defense automation platform, how it detects and fights against cybersecurity threats, code obfuscation, common security threats, and best practices for mobile app security and more.

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.

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.

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.

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!