heart Posts from the community...
Link
@faun shared a link, 5 hours ago

Lessons from building an automated SDK pipeline

Cloudflare now offers software development kits (SDKs) for Typescript, Go, and Python. To get started, install the packages using the following commands: npm install cloudflare for Typescript, go get -u github.com/cloudflare/cloudflare-go/v2 for Go, and pip install --pre cloudflare for Python. Autom..

Lessons from building an automated SDK pipeline
Link
@faun shared a link, 5 hours ago

Implementing vertical autoscaling for Aurora databases using Lambda functions in AWS

AWS provides horizontal scaling, but vertical scaling is not available. By using Amazon CloudWatch Alarms, Amazon RDS Events, Simple Notification Service, and Lambda Functions, the goal of vertical autoscaling was achieved...

Implementing vertical autoscaling for Aurora databases using Lambda functions in AWS
Link
@faun shared a link, 5 hours ago

Best practices for monitoring ML models in production

There are several key issues that can affect ML models' functional performance in production, including training-serving skew, data and concept drift, and data processing pipeline issues. Monitoring model performance in production requires setting up a system that can ingest data and prediction logs..

Best practices for monitoring ML models in production