ContentPosts from @faun..
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

Introducing Serverless GPUs on Azure Container Apps

Azure Container Apps now enables seamless scaling and flexibility for AI workloads withserverless NVIDIA A100andT4 GPUs, offering pay-as-you-go pricing, built-in data governance, and a powerful middle layer between serverless APIs and managed compute—ideal for real-time inferencing, compute-intensiv.. read more  

Introducing Serverless GPUs on Azure Container Apps
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

Choosing the right Postgres indexes

Indexes transform Postgres performance by efficiently discarding unneeded rows or organizing them, particularly for high-frequency queries or unique constraints, but they must be balanced against their storage and write-performance overhead, especially given that tools like Query Insights and Grafan.. read more  

Choosing the right Postgres indexes
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

What docs as code really means

Docs-as-code transcends mere authoring by embedding documentation deeply into engineering workflows, treating docs with the same rigor as code to ensure they function as critical infrastructure, fostering shared ownership among developers and documentation engineers, and bridging the gap between com.. read more  

What docs as code really means
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

Netflix’s Distributed Counter Abstraction

Netflix's Distributed Counter Abstraction, leveraging the TimeSeries Abstraction for scalable and low-latency distributed counting, tackles the challenges of real-time count accuracy and infrastructure cost management, with configurable "Best-Effort" or "Eventually Consistent" modes, supported by EV.. read more  

Netflix’s Distributed Counter Abstraction
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

How to build an AI Agent for SRE

Incorporating an AI SRE Agent like Aptible's into incident response can revolutionize processes by mitigating reliance on a few experts, lowering MTTR, and enabling faster, more comprehensive data retrieval through integrations with tools like Chainlit and LLMs, while carefully balancing speed, mode.. read more  

How to build an AI Agent for SRE
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

Hackers love GitHub dorks - SecOps love outsmarting them

GitHub's rapid expansion creates an attractive target for threats, with12.8 million secrets leaked last year, making GitGuardian's free GitHub Security Audit an essential tool for assessing exposure, with features like comprehensive developer footprint analysis, attack surface quantification, and zo.. read more  

Hackers love GitHub dorks - SecOps love outsmarting them
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

GitHub Copilot for Azure: 6 Must-Try Features

GitHub Copilot for Azure in Public Preview enhances development efficiency by deeply integrating with Visual Studio Code to assist with tasks like deploying containerized applications on Azure, navigating AI models, and managing cloud migrations, all through intuitive natural language prompts withou.. read more  

GitHub Copilot for Azure: 6 Must-Try Features
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

Local Serverless Development with LocalStack and Terraform

LocalStack offers an efficient local development environment by emulating AWS services, allowing developers to prototype applications like a Spring Boot backend with React frontend—handling CRUD operations on shipment data—without AWS dependency, using Terraform to seamlessly transition identical in.. read more  

Local Serverless Development with LocalStack and Terraform
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

Debian 12.8 Released With Many Bug Fixes & Security Updates

Debian 12.8 updates "Bookworm" with critical security and bug fixes, including btrfs-convert checksum error corrections, expanded cloud-init support, glibc improvements,Linux kernel enhancements, Node.js build corrections, and important OpenSSL vulnerability fixes, emphasizing its role as a routine .. read more  

Debian 12.8 Released With Many Bug Fixes & Security Updates
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

Terraform Files - How to Structure Terraform Project

Terraform configurations can be organized by services or components for ease of root cause analysis and environment consistency, using variables to manage scaled environments with .tfvars files; Spacelift further simplifies by providing CI/CD automation, workspace management, and integrated module r.. read more Â