ContentPosts from @mudit009..
Link
@faun shared a link, 2 years, 8 months 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, 2 years, 8 months 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, 2 years, 8 months 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, 2 years, 8 months 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, 2 years, 8 months 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, 2 years, 8 months 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, 2 years, 8 months 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, 2 years, 8 months 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
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Connecting a 1980s Pinball Machine to the Internet

Want to connect your old pinball machine to the internet and upload your scores automatically? This post provides a detailed guide to build a device that can tap into the memory bus of the machine and upload scores to a website. While there are a lot of technical obstacles to overcome, the author b.. read more  

Connecting a 1980s Pinball Machine to the Internet
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

cURL audit: How a joke led to significant findings

The Trail of Bits team audited cURL. They discovered memory corruption bugs, specifically use-after-free issues, double-free issues, and memory leaks through fuzzing cURL's command-line interface (CLI). They usedAFL++fuzzer to generate a large amount of random input data for cURL's CLI and identifi.. read more  

cURL audit: How a joke led to significant findings