ContentPosts from @minithor..
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

The Next Generation of Serverless is Happening

The next generation of serverless functions is faster, easier, cheaper, and more portable. It includes ops-less cloud services that eliminate the need for developers to handle operational tasks, allowing them to focus on writing code... read more  

The Next Generation of Serverless is Happening
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

The Implications of Serverless Architecture: Beyond the Hype

Serverless architecture offers benefits such as easier maintenance and cost efficiency, but it also presents challenges. Care must be taken to define the domain clearly, avoid circular dependencies, address code duplication, promote knowledge sharing, and devise effective testing strategies. Serverl.. read more  

Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Estimate Your BigQuery Storage Cost

BigQuery is a flexible data warehouse that offers two pricing models: on-demand pricing where you pay for the data you use, and slot commitment pricing where you reserve a specific compute capacity. In addition to query costs, BigQuery also charges for storage, which comes in two types: logical stor.. read more  

Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Private, cross-account GraphQL APIs with AppSync Merge APIs

AWS AppSync recently released two promising features: private APIs that restrict access to GraphQL APIs within a private network, and the ability to merge APIs to create a single consolidated and secure GraphQL endpoint. These features provide valuable options for engineers looking to securely share.. read more  

Private, cross-account GraphQL APIs with AppSync Merge APIs
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

How to Run Batch Data Jobs with GCP Batch and Cloud Workflows

Instance batch data jobs can be run for an extended period of time due to API rate limit restrictions, and by combining GCP Batch and Cloud Workflow, sequential batch jobs that last for hours or even days can be submitted and managed effectively on the GCP infrastructure. By containerizing the batch.. read more  

Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Announcing preview of the AWS Database Encryption SDK for Amazon DynamoDB

AWS has launched the preview of the AWS Database Encryption SDK, an upgrade to the Amazon DynamoDB Encryption Client. It allows for client-side encryption in DynamoDB, enabling attribute-level encryption and easy searching on encrypted attributes without decrypting the entire database beforehand... read more  

Announcing preview of the AWS Database Encryption SDK for Amazon DynamoDB
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Creating a Scalable Flask App with HarperDB and Deploying on Google Cloud: A Step-by-Step Guide

Building scalable web applications in today's digital landscape is crucial. Flask, a lightweight Python web framework, combined with HarperDB as the backend database and deployed on Google Cloud Platform using GitHub Actions, allows developers to create robust and scalable applications... read more  

Creating a Scalable Flask App with HarperDB and Deploying on Google Cloud: A Step-by-Step Guide
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

How GoDaddy Implemented a Multi-Region Event-Driven Platform at Scale

GoDaddy is a global provider of domain registration and web hosting services, serving millions of domains and customers since its establishment. They have implemented a customer signal platform using Amazon EventBridge to capture, analyze, and act on customer and product data, helping to improve the.. read more  

How GoDaddy Implemented a Multi-Region Event-Driven Platform at Scale
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Monitoring CloudSQL using Dynatrace

Monitor Microsoft SQL Server instances remotely using the ActiveGate extension for comprehensive insight into cloud SQL instances and databases, whether they are hosted on-premises or in a public cloud provider. The extension covers many metrics that DBAs are interested in and can be easily configur.. read more  

Monitoring CloudSQL using Dynatrace
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Dependency Injection for Serverless Applications

Dependency injection is a software design pattern that addresses the component's dependency. It allows for the easy management and swapping of dependencies, making the code more modular and maintainable... read more  

Dependency Injection for Serverless Applications