Systems | Development | Analytics | API | Testing

%term

Fueling Enterprise Generative AI with Data: The Cornerstone of Differentiation

More than two-thirds of companies are currently using Generative AI (GenAI) models, such as large language models (LLMs), which can understand and generate human-like text, images, video, music, and even code. However, the true power of these models lies in their ability to adapt to an enterprise’s unique context. By leveraging an organization’s proprietary data, GenAI models can produce highly relevant and customized outputs that align with the business’s specific needs and objectives.

S1.E6: Learning and evolving skills for better testing | QA Therapy Podcast

Feeling uncertain about how to approach testing certain elements effectively? In this episode, we talk about the importance of continuous learning and its pivotal role in refining our testing skills. This time, with our esteemed QA Therapist is Emna Ayadi, a vibrant member of the testing community known for her active involvement in meetups and conferences. At Xray, we share the belief that continuous learning is essential for enhancing our testing skills and knowledge. That's why we provide comprehensive tutorials, tips, and tricks on Xray's product documentation site.

Snowflake ML Now Supports Expanded MLOps Capabilities for Streamlined Management of Features and Models

Bringing machine learning (ML) models into production is often hindered by fragmented MLOps processes that are difficult to scale with the underlying data. Many enterprises stitch together a complex mix of various MLOps tools to build an end-to-end ML pipeline. The friction of having to set up and manage separate environments for features and models creates operational complexity that can be costly to maintain and difficult to use.

Snowflake Summit 2024 | Opening Keynote

Watch the full Opening Keynote presentation from Snowflake Summit 2024. The presentation features comments by Snowflake CEO Sridhar Ramaswamy, who discusses the impact AI has had across every organization, followed by a CEO fireside conversation between Sridhar and NVIDIA Founder and CEO Jensen Huang, who discusses what the future holds in this new AI era.

Api Integration - Importance And Best Practices

In today’s digital world, applications need to communicate with each other to provide users with seamless experiences. This communication is often made possible through APIs (Application Programming Interfaces). API integration is a process where different software systems are connected using APIs, allowing them to share data and functionalities. Let’s delve deeper into what API integration is, how it works, and why it’s crucial for modern software development.

Advanced Dependency Injection in Elixir with Rewire

In our last post, we explored how Dependency Injection (DI) is a powerful design pattern that can improve our ExUnit tests. In this article, we will dive deeper into the topic of DI in Elixir, focusing on the Rewire library for Elixir projects. We will cover Rewire's core concepts, how to get started with it, and practical examples. We will also see how to use Rewire alongside Mox. Let's get started!

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.

Preventing Medical Device Recalls: The Vital Role of SIL, HIL, and Hybrid Loop Testing

The medical device industry has recently seen a troubling increase in recalls, often due to software failures or software-to-hardware miscommunication. The number of medical devices with software is also increasing, considering the rise in IoMT (Internet of Medical Things). These issues highlight the urgent need for thorough and robust testing methodologies to ensure the reliability and safety of medical devices.

Branching Strategies Guide: Code Branching Strategy Best Practices

Having a dedicated branching strategy is key for teams wanting to speed up their workflows, meet tasks on a deadline, and reduce code errors. But with all the different branching strategies – including release branching, trunk-based branching, feature branching, and more – it can be difficult to determine which one best fits your team’s needs.