Systems | Development | Analytics | API | Testing

Sundeck Query Engineering Platform Optimizes Snowflake Warehouse Utilization

Jacques Nadeau, co-creator of Apache Arrow, Dremio, and Substrait, and current CEO and Co-founder of Sundeck, sits down with “Powered by Snowflake” guest host Felipe Hoffa to discuss Sundeck’s OpsCenter and Query Engineering Platform, two tools designed to help Snowflake developers optimize their use of Snowflake data warehouses. With Sundeck, developers can customize the behavior of Snowflake for each and every query. That includes the ability to automatically decide whether a query can execute, automatically decide if a query should be re-routed to a different warehouse, and more.

Drive Your Retail Media Strategy with Data Clean Rooms

Retail media is the topic everyone is talking about in the retail and consumer goods industry. And for good reason: the $45 billion U.S. retail media market is surging as retailers capitalize on the consumer shift to ecommerce while offering advertisers access to their unique audiences and data insights. Many retailers developed their own retail media networks over the last few years, from digital marketplaces and department stores to commerce intermediaries.

An Introduction to REST API with Python

REST API is an acronym that stands for Representational State Transfer Application Programming Interface. REST APIs are used to create "web services" in HTTP requests, which provide data between client and server applications. This article will cover some of the basics of REST APIs and will also walk you through making a basic API using Python. Here are the 5 key takeaways from the article.

How to Use Shoulda Matchers with RSpec for Ruby on Rails

When writing tests in Rails, you should avoid repetition and have the right amount of tests to satisfy your use case. This article will introduce you to shoulda-matchers with RSpec for testing functionality in Rails. At the end of the post, you should feel confident about using shoulda-matchers in your Rails application. Let's get going!

How to Deploy a Python Flask app with Heroku

In this tutorial, we will build a simple Flask app that is primed and ready to deploy to Heroku. Once the bare bones of the app are built, we will guide you through the setup process on GitHub and Heroku so that you can start making automatic deploys in no time. But before we dive straight into the code, why choose Flask and Heroku in the first place?