ContentPosts from @dawnalvarez494..
Link
@faun shared a link, 3 years ago
FAUN.dev()

Cloud Spanner — Is it possible to speed-up index creation?

The article explores the impact of node count on the creation of indexes inCloud Spannerdatabases. Adding nodes before index backfill starts is effective in speeding up the process, but adding nodes during the process does not improve performance. Additionally, reducing nodes during the process cou.. read more  

Cloud Spanner — Is it possible to speed-up index creation?
Link
@faun shared a link, 3 years ago
FAUN.dev()

No, Cloud Run is not better than Google Cloud Functions

Google Cloud Run and Cloud Function: Which one to use? After reading tons of articles, the conclusion is always the same ⇒ Cloud Run is well complete for any language, even Coffee. Although both are compared in the article, the main goal is to strike back at Cloud Run lobbyists, but it shows that .. read more  

No, Cloud Run is not better than Google Cloud Functions
Link
@faun shared a link, 3 years ago
FAUN.dev()

Overcoming Common Challenges of Google Cloud Workflows

Google Cloud Workflowsis a highly scalable and easily monitored service that is ideal for businesses seeking a cost-effective solution for event processing and batch jobs. While it offers many benefits, developers may encounter challenges including the lack of support for user-defined environment v.. read more  

Overcoming Common Challenges of Google Cloud Workflows
Link
@faun shared a link, 3 years ago
FAUN.dev()

Speeding Up the Web: A Comprehensive Guide to Content Delivery Networks and Embedded Caching

CDNs are collections of geographically distributed caches that place content closer to end-users to improve performance and reduce traffic on backbone networks. Placing CDN caches inside ISPs networks - embedded caches - has become increasingly popular, but it also adds complexity to operating cache.. read more  

Link
@faun shared a link, 3 years ago
FAUN.dev()

69 Ways to F*** Up Your Deploy

"This post is a cursed compendium of 69 ways to f*** up your deploy. It is the irreverent Grimms Brothers version of deployment scenarios." The 69 ways are categorized by themes such as identity crisis, logging and monitoring errors, and deployment mismatches. The author caution against common mist.. read more  

69 Ways to F*** Up Your Deploy
Link
@faun shared a link, 3 years ago
FAUN.dev()

Migrating a Web App to AWS Lambda with Lambda Web Adapter

Developers seeking to build web applications that can scale seamlessly and adapt to change without incurring excessive costs can consider migrating to AWS Lambda, which offers scalability, flexibility and cost savings. This can be made even easier withAWS Lambda Web Adapter, an open-source project .. read more  

Migrating a Web App to AWS Lambda with Lambda Web Adapter
Link
@faun shared a link, 3 years ago
FAUN.dev()

What you should know about DynamoDB Streams

AWS DynamoDB streamis an event-driven mechanism to process database change events. It enables storing data for multiple independent consumers, sharing information between microservices, and sending data to an external analytic system. In comparison to Amazon Kinesis stream, DynamoDB stream guarante.. read more  

What you should know about DynamoDB Streams
Link
@faun shared a link, 3 years ago
FAUN.dev()

Serverless Puppeteer

This blog post explores the various use cases for using Serverless andPuppeteerin production. Puppeteer is a headless browser made by the Chrome Dev team for end-to-end testing of frontends and document generation. The post includes examples of companies like Uber and Tripplo using Puppeteer for i.. read more  

Serverless Puppeteer
Link
@faun shared a link, 3 years ago
FAUN.dev()

Build a Serverless Gym App with ChatGPT, Twilio and WhatsApp

The article describes a tutorial on how to build a serverless gym app that sends a workout plan to a WhatsApp number using ChatGPT, AWS Lambda, and Twilio. The tutorial covers building a Lambda function in Go, integrating with OpenAI, setting up a Twilio account, deploying the app with AWS SAM, set.. read more  

Link
@faun shared a link, 3 years ago
FAUN.dev()

A new simple approach to diagram as code on AWS with CDK and D2

The article discusses a new approach to generating diagrams from AWS resources using CDK annotations in code. The goal of this approach is to create a clear and focused diagram that conveys the architecture's intention using only a few primary resources. The article includes an example of a server.. read more  

A new simple approach to diagram as code on AWS with CDK and D2