Systems | Development | Analytics | API | Testing

Internal API Security Measures: Protecting Your Infrastructure

The rapid development and deployment of software applications largely rely on the power of APIs. These Application Programming Interfaces act as the glue holding together various components, enabling efficient communication and data exchange between them. From mobile apps to web services and enterprise systems, APIs are ubiquitous, playing a critical role in the seamless functioning of modern software architecture – but its important to take internal API security risks seriously.

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!