ContentPosts from @kakesnyc..
Link
@faun shared a link, 11 months, 2 weeks ago

Breaking down CPU speed: How utilization impacts performance

The Performance Engineering team at GitHub assessed how CPU performance degrades as utilization increases and how this relates to capacity... read more  

Link
@faun shared a link, 11 months, 2 weeks ago

Gateway API v1.2: WebSockets, Timeouts, Retries, and More

Gateway API v1.2 introduces significant features like GRPCRoute and ReferenceGrant graduating to the Standard channel, breaking changes such as the shift from string lists to object lists for future flexibility, and notable enhancements including percentage-based request mirroring, named fields in H.. read more  

Link
@faun shared a link, 11 months, 2 weeks ago

Public Preview: Resilient Create and Delete on Virtual Machine Scale Sets

Leveraging AI to optimize cloud infrastructure, some companies achieveda 40% reduction in operational coststhrough scalable automation and improved resource allocation models, highlighting significant ROI potential for tech-driven efficiency improvements... read more  

Link
@faun shared a link, 11 months, 2 weeks ago

Top 10 Rules of Continuous Integration

A reliable CI pipeline thrives on frequent, manageable commits to a version-controlled repository like Git, automated and efficient builds using tools like Maven or Gradle, a well-balanced testing strategy emphasizing fast unit tests and selective E2E tests, robust code quality checks with tools lik.. read more  

Top 10 Rules of Continuous Integration
Link
@faun shared a link, 11 months, 2 weeks ago

Improve your app authentication workflow with new Amazon Cognito features

Amazon Cognito unveils new developer-focused console features with Managed Login for customizable sign-in pages, passwordless login support including passkeys, and new pricing tiers (Lite, Essentials, Plus) that offer flexibility and up to 60% savings on advanced security, catering to diverse applic.. read more  

Improve your app authentication workflow with new Amazon Cognito features
Link
@faun shared a link, 11 months, 2 weeks ago

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, 11 months, 2 weeks ago

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, 11 months, 2 weeks ago

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, 11 months, 2 weeks ago

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, 11 months, 2 weeks ago

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