ContentPosts from @morracheg..
Story
@adammetis shared a post, 1 year ago
DevRel, Metis

Things Platform Engineers Lack When Dealing With Databases

Platform engineers focus on all phases of SDLC around databases. However, they lack the tools, processes, and mindset to unleash the power of their teams. Let’s see what they miss and how to change our organizations to move faster.

PlatformEngineers.webp
 Activity
@mashka added a new tool Xygeni Security , 1 year, 1 month ago.
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

Reflections on IaC using Terraform

This post provides useful notes and examples on working with infrastructure as code projects using Terraform, focusing on techniques for querying from external providers and structuring variables. It also covers tips on using data blocks, variables, outputs, sensitive variables, locals, iterating ov.. read more  

Reflections on IaC using Terraform
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

What is DORA, and how does it impact the database?

DORA mandates that by January 2025, financial institutions must demonstrate robust incident management, compliance, and governance by implementing detailed logging, incident response policies, and streamlined database monitoring and patch management... read more  

What is DORA, and how does it impact the database?
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

Durable Objects aren't just durable, they're fast: a 10x speedup for Cloudflare Queues

Cloudflare Queues allow developers to decouple Workers into event-driven services, increasing performance and scalability for larger workloads. The v2 architecture for Queues leverages multiple Durable Objects for each Queue, reducing latency and increasing message throughput and consumer concurrenc.. read more  

Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

How to Use Blocks in Ansible Playbooks

Ansible blocks enhance playbook organization and error handling by grouping tasks with shared logic, while Spacelift integrates seamlessly to create custom workflows and manage multi-tool infrastructure from a single platform, boosting efficiency and compliance... read more  

Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

Model-Based Testing with Testcontainers and Jqwik

Using jqwik for model-based testing automates test case generation by comparing software against a model to identify bugs across varied demands while leveraging Testcontainers for container orchestration, enhancing test accuracy by simulating real-world conditions and uncovering hidden SQL compatibi.. read more  

Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

Microsoft Backs $30B Effort To Build More AI Datacenters

Microsoft, backed by Nvidia, BlackRock, and GIP, spearheads the $30 billion GAIIP fund aimed at developing energy-efficient U.S. datacenters to support the rising compute demands of AI technologies, with global investment potential reaching$100 billion... read more  

Microsoft Backs $30B Effort To Build More AI Datacenters
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

Introducing Amazon EC2 C8g and M8g Instances

AWS releases Amazon EC2 C8g and M8g instances with Graviton4 processors, providing up to30% enhanced performanceover Graviton3, offering larger sizes, increased networking, and energy efficiency across workloads like HPC and application servers, available in select AWS Regions... read more  

Introducing Amazon EC2 C8g and M8g Instances
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

AWS LetsEncrypt Lambda: Custom TLS Provider

A Lambda function written in Go 1.22 automates the issuance and renewal of Let's Encrypt certificates for AWS environments—via DNS or HTTP challenges and stores them securely using AWS Secrets Manager—while leveraging Terraform for infrastructure setup, with an efficient CI/CD workflow utilizing Git.. read more  

AWS LetsEncrypt Lambda: Custom TLS Provider