Systems | Development | Analytics | API | Testing

Latest News

Announcing New Innovations for Data Warehouse, Data Lake, and Data Lakehouse in the Data Cloud

Over the years, the technology landscape for data management has given rise to various architecture patterns, each thoughtfully designed to cater to specific use cases and requirements. These patterns include both centralized storage patterns like data warehouse, data lake and data lakehouse, and distributed patterns such as data mesh. Each of these architectures has its own unique strengths and tradeoffs.

Elevate Your Testing Experience: Introducing the New Zephyr Squad

We are thrilled to announce the launch of the new and improved Zephyr Squad, a test management solution providing core test planning and execution tools within Jira. Whether you are a seasoned QA professional, a developer, or a project manager, this update will make your testing process faster, more efficient, and more user-friendly than ever before.

A Deep Dive Into LiteDB for Ruby on Rails

In the second post of our series covering LiteStack (an alternative way to build Rails applications entirely based on SQLite), we'll explore the database's concepts of flexible typing and type affinity. We'll not only discover how SQLite's data handling differs from other SQL databases, but also how we efficiently process and store binary data, like images, directly in a database column. Note: LiteDB is essentially SQLite, but fine-tuned for usage in Rails.

C# Delegates: Definition, Types & Examples

The C# delegate is an essential “construct” in the C# programming language. Delegates are essential for event handling, LINQ queries, asynchronous programming and more. And you can, of course, make use of delegates to make your code simpler and more concise. This post offers you a guide to this incredibly useful tool in C#. By the end of the post, you’ll have learned: Let’s get started.

Build and deploy ML with ease Using Snowpark ML, Snowflake Notebooks, and Snowflake Feature Store

Snowflake has invested heavily in extending the Data Cloud to AI/ML workloads, starting in 2021 with the introduction of Snowpark, the set of libraries and runtimes in Snowflake that securely deploy and process Python and other popular programming languages.

Apex Integration Services: The Ultimate Guide

In the ever-evolving landscape of software development and integration, Apex Integration Services is a powerful toolset within the Salesforce ecosystem. It enables seamless communication and data exchange between Salesforce and external systems. This guide will explore its features, benefits, and best practices to help you harness its full potential.

Legacy Code to Cloud Migration with Choreo

In today's evolving technology landscape, businesses are increasingly recognizing the potential of migrating legacy systems to the cloud. Even though they are the backbone of many organizations, legacy systems and services deployed via on-premises servers often need help to keep up with modern business requirements. Cloud migration offers a transformative opportunity to enhance scalability, flexibility, and efficiency, while enabling access to a wealth of innovative services.

What Do Deno and Bun Bring to the Table?

Deno and Bun are two JavaScript runtime newcomers that aim to undermine Node.js. These alternatives have gained popularity for their innovative approach to server-side development with JavaScript. But the real question is: what do they bring to the table compared to Node.js? In this post, you'll learn what Deno and Bun are, what they offer, and how they address some long-standing drawbacks in Node.js. We'll shed light on specific use cases where Deno and Bun excel.