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

AWS shares 11 key announcements from re:Invent 2023

Amazon's cloud event, re:Invent 2023, featured exciting announcements such as a new generative AI assistant called Amazon Q, next-generation AWS-designed chips for faster and more energy-efficient workloads, and powerful capabilities for Amazon Bedrock to customize models and execute multistep tasks.. read more  

AWS shares 11 key announcements from re:Invent 2023
Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

Blue/Green deployments using AWS CDK Pipelines and AWS CodeDeploy

Customers often struggle with implementing Blue/Green deployments to Amazon Elastic Container Service (Amazon ECS) using AWS CodeDeploy, especially in cross-Region and cross-account deployment scenarios. The author discusses specific design decisions and introduces CDK Pipelines as a solution to aut.. read more  

Blue/Green deployments using AWS CDK Pipelines and AWS CodeDeploy
Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

A Comprehensive Guide to Testing in Terraform: Keep your tests, validations, checks, and policies in order

The new testing framework for Terraform allows you to test your Terraform configurations using Terraform itself, running plan and apply commands to create actual infrastructure. This framework is declarative and uses the same language as the rest of your infrastructure, eliminating the need for thir.. read more  

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

Zero downtime Postgres upgrades

Knock recently upgraded from Postgres 11.9 to 15.3 with zero downtime using logical replication, support scripts, and tools in Elixir & Erlang’s BEAM virtual machine. They planned the upgrade well in advance, minimizing customer impact and ensuring a smooth transition by gradually migrating tables a.. read more  

Zero downtime Postgres upgrades
Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

AI-Powered Flamegraph Interpreter in Grafana Pyroscope

AI is becoming an inevitable necessity in the world of software engineering, particularly in observability where complexity often surpasses comprehension. The Pyroscope team used AI to make flamegraph analysis intuitive, even for beginners, by comparing the interpretations of humans and AI when give.. read more  

AI-Powered Flamegraph Interpreter in Grafana Pyroscope
Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

What DevOps teams need to know for 2024

Delivering better software, faster remains the primary goal for DevOps teams heading into 2024. However, it's important to remember that DevOps is not just about technology, but about removing the friction between silos and promoting teamwork... read more  

What DevOps teams need to know for 2024
Story
@adammetis shared a post, 1 year, 11 months ago
DevRel, Metis

Database Monitoring Metrics: Key Indicators for Performance Analysis

Database is the most crucial part of each application. While we can accept some issues with the frontend or with the backend, we simply cannot let our database fail or become slow. In this post we will see the crucial database performance metrics and how to improve database performance. We will focus on monitoring, configuration, and various database engines (postgres or mysql), and we will see why they are important.

Database Monitoring Metrcis Key Indicators for Performance Analysis.png
Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

There's an uptick in AWS employees quitting right now

Recent resignations from Amazon have been sparked by the company's strict return-to-office mandate, known as the Return to Hub (RTH) policy, which requires employees to work in designated team hubs instead of their nearest office location, causing dissatisfaction and poor communication surrounding t.. read more  

There's an uptick in AWS employees quitting right now
Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

Debunking the Myth of “Anonymous” Data

Personal data is collected and sold by corporations who track online behavior, often claiming to deidentify the data, but in reality, anonymized data can be reidentified. This can lead to the erosion of personal privacy and exposes individuals to potential misuse and surveillance by governments, as .. read more  

Debunking the Myth of “Anonymous” Data
Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

From Monitoring to Observability: eBPF Chaos

Michael Friedrich discusses eBPF learning steps, its use cases, and the tools and libraries available for development. He emphasizes the need to understand related programming languages like Go, Rust, or C/C++ to get started with eBPF... read more  

From Monitoring to Observability: eBPF Chaos