Join us

heart Posts from the community...
Sponsored Link FAUN Team
@faun shared a link, 1 year, 1 month ago

Read Golang Weekly

Golang Weekly Newsletter, Gopa. Curated Golang news, tutorials, tools and more! 

Join thousands of other readers, 100% free, unsubscribe anytime.

 Activity
@jjones26734 started using tool Kubernetes , 4 days, 14 hours ago.
 Activity
@jjones26734 started using tool Helm , 4 days, 14 hours ago.
 Activity
@jjones26734 started using tool Google Kubernetes Engine (GKE) , 4 days, 14 hours ago.
 Activity
@jjones26734 started using tool Go , 4 days, 14 hours ago.
Link
@faun shared a link, 4 days, 2 hours ago

Cloud Run and Cloud Storage…now a perfect match

This article describes the recent feature enhancement to Cloud Run allowing Cloud Storage bucket to be mounted as a Container volume. With the introduction of Cloud Storage mounts in Cloud Run, you can now mount Cloud Storage buckets as volumes within Cloud Run containers without utilizing additiona..

Cloud Run and Cloud Storage…now a perfect match
Link
@faun shared a link, 4 days, 2 hours ago

How Ahrefs gets a Billion dollar-worth infrastructure with a 90% discount

AWS OnDemand vs AWS Reserved Instances: The infrastructure costs can skyrocket with AWS OnDemand, while switching to a serverless architecture can cut costs significantly. The potential for cost savings with AWS serverless setups is clear. It's important to carefully consider all options to optimize..

How Ahrefs gets a Billion dollar-worth infrastructure with a 90% discount
Link
@faun shared a link, 4 days, 2 hours ago

Distributed Tracing for Distributed System: Save Your Time & Company

Nowadays, one should absolutely respect these rules: 1) Building a microservice distributed system without proper monitoring/observability tools can be challenging as it may be hard to identify the root cause of bottlenecks. 2) Understanding the basics of distributed systems, such as how they consis..

Distributed Tracing for Distributed System: Save Your Time & Company
Link
@faun shared a link, 4 days, 1 hour ago

Scaling PHP Applications with RoadRunner

Application servers like RoadRunner use long-lived PHP processes to handle multiple requests without constantly bootstrapping new execution environments, reducing overhead and improving performance. This tutorial will guide you through developing a PHP application on RoadRunner, explaining its setup..

Scaling PHP Applications with RoadRunner
Link
@faun shared a link, 4 days, 1 hour ago

Distributed Circuit Breakers in Event-Driven Architectures on AWS

Understand how circuit breakers work in event-driven architectures, including the stateful checks and handling of slow requests. Implementations in serverless architectures, like using Elasticache for state storage, are discussed. Recommended resources for further reading and considerations for high..

Distributed Circuit Breakers in Event-Driven Architectures on AWS
Link
@faun shared a link, 4 days, 1 hour ago

Building a GitOps CI/CD Pipeline with GitHub Actions (SOC 2)

This guide details a GitOps-based CI/CD pipeline on GitHub Actions for SOC 2 compliance, with an emphasis on simplicity and developer experience. The workflow includes automated testing, artifact publishing, and infrastructure deployment controlled through pull requests...

Building a GitOps CI/CD Pipeline with GitHub Actions (SOC 2)