ContentPosts from @devopslinks..
Link
@devopslinks shared a link, 2 months, 3 weeks ago
FAUN.dev()

How AI can help your DevSecOps pipeline

AI is sliding into DevSecOps and turning security into less of a slog. Tools likeDarktrace PREVENT,CrowdStrike Falcon, andMicrosoft Security Copilotaren't just watching—they're flagging weird behavior, proposing fixes, and unclogging patch pipelines inside CI/CD. The shift:DevSecOps is on its way to.. read more  

How AI can help your DevSecOps pipeline
Link
@devopslinks shared a link, 2 months, 3 weeks ago
FAUN.dev()

How Shopify Handles 30TB of Data Every Minute with a Monolithic Architecture

Shopify handles billions of Black Friday requests on amodular monolith, built with Ruby on Rails and kept in check byPackwerk. Domain boundaries are enforced. Chaos averted. Inside, it blendsHexagonal Architecture, isolatedPods, and real-time Kafka pipes. The system scales without fracturing into mi.. read more  

How Shopify Handles 30TB of Data Every Minute with a Monolithic Architecture
Link
@devopslinks shared a link, 2 months, 3 weeks ago
FAUN.dev()

How I Block All 26 Million Of Your Curl Requests

A developer built a razor-sharp TLS fingerprinting and blocking tool—all in kernel space—witheBPFandXDP. It hooks into incoming packets, scrapes TLS Client Hello messages, and cranks out simplified JA4-style hashes from their cipher suite lists. The fun part? It's running under tight stack limits, s.. read more  

How I Block All 26 Million Of Your Curl Requests
Link
@devopslinks shared a link, 2 months, 3 weeks ago
FAUN.dev()

CVE-2025-49844 - The Redis CVSS 10.0 vulnerability and how we responded

Report URI closed the door on Redis CVE-2025-49844 fast. They rolled out ACL-based command blocks and jumped to Redis8.2.2, now running on a freshRedis Sentinel-based HA setup. To prove the fix stuck, they ran command counter checks and layered in enforced blocking rules—then pushed it all out fleet.. read more  

CVE-2025-49844 - The Redis CVSS 10.0 vulnerability and how we responded
Link
@devopslinks shared a link, 2 months, 3 weeks ago
FAUN.dev()

Hosting Remote MCP Server on Azure Container Apps (ACA) using Streamable HTTP transport mechanism

A fresh setup shows how to runModel Context Protocol (MCP) servers over HTTPinsideAzure Container Apps—stateless, serverless, and ready for real-time jobs like live forex conversion. It pipes in a live API fallback, adds caching, and speaksJSON-RPC 2.0overPOST. You can spin it up withBicep templates.. read more  

Hosting Remote MCP Server on Azure Container Apps (ACA) using Streamable HTTP transport mechanism
Link
@devopslinks shared a link, 2 months, 3 weeks ago
FAUN.dev()

Migrating to Hetzner - We saved 76% on our cloud bills

DigitalSociety ditched AWS and DigitalOcean. Swapped the comfort of cloud for full control onHetzner, built onTalos Linux. PostgreSQL? Now running onCloudNativePG. Traffic flows throughIngress NGINXwithExternalDNShandling the names. The payoff: monthly costs dropped from $449.50 to under $100. ARM v.. read more  

Migrating to Hetzner - We saved 76% on our cloud bills
News FAUN.dev() Team
@devopslinks shared an update, 2 months, 4 weeks ago
FAUN.dev()

Git 3.0 to Launch by 2026 with SHA-256 for Enhanced Security

git

Git 3.0, set for release by 2026, will adopt SHA-256 for improved security and performance, modernizing the platform.

Git 3.0 to Launch by 2026 with SHA-256 for Enhanced Security
News FAUN.dev() Team Trending
@devopslinks shared an update, 2 months, 4 weeks ago
FAUN.dev()

Linux Kernel 6.18 RC1 Released: Public Testing Begins

Rust GNU/Linux The Linux Kernel

The Linux kernel 6.18 RC1 has been released for public testing, featuring enhancements in Btrfs, LoongArch KVM, FreeBSD’s Bhyve hypervisor, and AMD's Secure AVIC, with the final release expected by late 2025.

Linux Kernel 6.18 RC1 Released: Public Testing Begins
News FAUN.dev() Team
@devopslinks shared an update, 3 months ago
FAUN.dev()

Microsoft Launches Azure Kubernetes Service Automatic for Developers

Keda

Microsoft announces Azure Kubernetes Service Automatic, a fully-managed Kubernetes offering that reduces operational overhead and integrates security and reliability features by default.

News FAUN.dev() Team
@devopslinks shared an update, 3 months ago
FAUN.dev()

GitHub Introduces Post-Quantum Secure SSH Key Exchange Algorithm

GitHub enabled a post-quantum secure SSH key exchange algorithm on September 17, 2025, to protect against future quantum decryption threats.