Systems | Development | Analytics | API | Testing

Cloud

Data Wizardry: Excel's Snowflake Integration

Combining the impressive cloud storage capabilities of Snowflake with the robust and versatile processing tools of Microsoft Excel is the type of data wizardry that can deliver incredible results. By leveraging these two powerhouses, developers can tap into unparalleled data analysis, visualization, and reporting, transforming raw data into insightful decisions with ease.

Snowpark Unleashed: Data Magic Within Snowflake

In the cloud data platform environment, Snowflake has carved out its place as a scalable, flexible, and efficient solution. At the heart of its offering is an ecosystem designed to meet the diverse needs of modern businesses. This includes everything ranging from data storage and analysis to complex data science projects. Snowflake simplifies these data operations and provides a robust foundation for innovation and growth.

Deploying Microfrontends on AWS: A Guide for Developers

If you are new to Microfrontends architecture, it’s a modern approach for splitting the frontend of your application into multiple components, so it’s easier to code and manage. We’ve actually got a separate article, introducing the concept, which you can read here. Or, if you’ve already read that introduction and now want to go a step further, just read on.

Cloudera Named a Visionary in the Gartner MQ for Cloud DBMS

We’re excited to share that Gartner has recognized Cloudera as a Visionary among all vendors evaluated in the 2023 Gartner® Magic Quadrant™ for Cloud Database Management Systems. This recognition underscores Cloudera’s commitment to continuous customer innovation and validates our ability to foresee future data and AI trends, and our strategy in shaping the future of data management.

Bidirectional Data Sharing Between Snowflake and Salesforce Data Cloud Is Now Generally Available

Snowflake and Salesforce are happy to share that bidirectional data sharing between Snowflake, the Data Cloud company and Salesforce Data Cloud is now generally available. In September, we proudly announced that organizations could begin leveraging Salesforce data directly in Snowflake via zero-ETL data sharing to unify their customer and business data, accelerate decision-making and help streamline business processes.

Building Serverless Apps with the AWS CDK Using TypeScript

The AWS Cloud Development Kit (CDK) lets you build serverless applications with the expressive power of a programming language like TypeScript. The CDK defines cloud infrastructure in code and deploys via AWS CloudFormation. In this post, we will build a Lambda function, an AWS Gateway API, and an S3 bucket to upload CSV files. The API will take requests in JSON and seamlessly convert them to CSV format. We will use the AWS CDK in TypeScript to reliably deploy our app through AWS CloudFormation. Ready?

Securing Access: A Guide to Implementing API Keys in AWS API Gateway

Implementing an API gateway API key is key to securing your APIs. In this guide, you’ll learn to generate and apply these keys, ensuring your AWS API gateway effectively authenticates and processes authorized client requests. We’ll dive into setup procedures, management tips, and security best practices to help you maintain robust access control. Get ready to fortify your services’ entry points.