heart Posts from the community...
Link
@faun shared a link, 5 days, 2 hours 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, 5 days, 2 hours 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, 5 days, 2 hours 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)