Pave Golden Paths with Platform Engineering
Golden Paths are an effective way to standardize software development, and Platform Engineering can provide an additional boost. Discover more about them!
Exploring GCPâs Multi-Writer Persistent Disks: A Guide to Building a Shared Filesystem
Throughout this post, the authors delves into: - Creating the VPC network, firewall rules, instances, and multi-writer disk with Terraform - Installing and configuring the OCFS2 clustered filesystem - Mounting the shared storage on both instances - Understanding the high availability offered by OCFS.. read more Â

Introducing Kubescape 3.0
Kubescape has announced the preview release of its next-generation Kubernetes security tool, offering features such as in-cluster scanning of container images for vulnerabilities and a new security scan mode to help set a baseline for cluster security. The tool also includes an in-cluster component .. read more Â

Profiling Python programs promptly
Python can be a slow programming language, especially when working with large datasets. Profiling your program's runtime can help identify areas that need improvement, and tools like cProfile and pyinstrument can assist with this... read more Â

OpenTelemetry Gotchas: Phantom Spans
Using OpenTelemetry to trace execution in a Haskell codebase, the author encountered a mysterious issue where unrelated web requests were linked together in a trace. After investigating, they found that the issue was caused by incorrectly initiating spans and using thread-local state to determine th.. read more Â

What is ACTUALLY Included in the AWS Free Tier?
The AWS Free Tier offers an easy way to test AWS services and avoid spending $. But is it REALLY free? And what's included in the fine print?.. read more Â

Amazon OpenSearch Serverless extends auto-scaling to handle high query rates
Amazon OpenSearch Serverless now supports auto-scaling capabilities to handle tens of thousands of query transactions per minute, efficiently responding to spikes in search traffic by dynamically increasing shard replicas for hot shards and scaling back when demand decreases... read more Â

Pinecone working with AWS to solve Generative AI hallucination challenges
Integration of Amazon Bedrock and Pinecone's vector database allows enterprises to overcome the challenge of deploying reliable generative AI applications. This integration helps customers streamline the development process and deliver relevant and accurate responses, enabling faster deployment of s.. read more Â




