ContentPosts from @minithor..
Story
@squadcast shared a post, 1 year, 7 months ago

Fight Alert Fatigue with Powerful Alert Suppression Techniques

Alert Suppression: Conquer Alert Fatigue and Streamline Incident Management

This blog post tackles alert fatigue, a common issue in today's IT world. It explains how alert suppression can be a powerful tool to silence unnecessary notifications and focus on critical incidents.

The blog explores the benefits of alert suppression, including reduced fatigue, improved efficiency, and better situational awareness. It also details steps to implement suppression rules, including identifying unnecessary alerts, defining suppression criteria, and testing and monitoring the effectiveness of the rules.

Squadcast, a powerful incident management platform, is highlighted for its robust Alert Suppression features. These features include a user-friendly UI-based Rule Builder, a Raw String Method for advanced users (with a code example demonstrating suppression with the discard() function), and flexible conditions for rule creation.

In conclusion, the blog emphasizes the value of alert suppression in streamlining incident management and recommends exploring solutions like Squadcast for a calmer and more efficient workflow.

Story
@adammetis shared a post, 1 year, 7 months ago
DevRel, Metis

How Enabling Slow Query Log Enhances Postgres Observability

In PostgreSQL, the slow query log is a feature that allows you to log queries that take longer than a specified threshold to execute. This log helps you identify and optimize queries that may be causing performance issues in your database. Let’s see how we can use it.

How Enabling Slow Query Log Enhances Postgres Observability@3x
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

How to install Linux from a Windows installer

Alpine Linux can be installed alongside Windows by partitioning the disk correctly and creating an EFI partition. This can be achieved by using the Windows installer to create the necessary partitions and then booting into Alpine Linux using GRUB... read more  

How to install Linux from a Windows installer
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

System Design Interview Question: Design URL Shortener

This post covers the system design of a URL shortener tool like TinyURL or Bitly, including functional and non-functional requirements, database design, URL shortener service implementation, high-level architecture components, and security considerations. The system needs to handle 1000 writes per s.. read more  

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

How an empty S3 bucket can make your AWS bill explode

AWS billing issue caused by unauthorized write requests originating from multiple accounts outside AWS, resembling a DDoS attack. Lesson learned: add random suffixes to bucket names for enhanced security and specify AWS region in requests to avoid additional costs and API redirection. Take precautio.. read more  

How an empty S3 bucket can make your AWS bill explode
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

Q1 2024 Internet disruption summary

Cloudflare's network spans over 310 cities in 120 countries, connecting with 13,000 network providers. They recently explored the impact of Internet disruptions from a routing and traffic perspective. The first quarter of 2024 saw Internet disruptions due to cable damage, military action, and cybera.. read more  

Q1 2024 Internet disruption summary
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

21 Tools to take your dev skills to the moon 

There are many AI tools available to help developers save time and focus on things that matter. One interesting tool is Taipy, an open-source Python library that offers end-to-end application development features for efficient data flow management and improved performance. It also integrates seamles.. read more  

21 Tools to take your dev skills to the moon 
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

Create a serverless URL shortener in AWS with Terraform

Build a serverless URL shortener using AWS services like API Gateway, Lambda, DynamoDB, and DAX for caching to increase response time and efficiency. Implement the infrastructure code using Terraform, and easily manage and modify the components of the application to optimize performance and scalabil.. read more  

Create a serverless URL shortener in AWS with Terraform
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

A brief history of web development. And why your framework doesn't matter.

History of web development frameworks is important to help keep perspective. Over the past year, the journey of web development has been crazy, with changes in architecture, such as moving from a single-server structure to more decentralized spaces for sharing information... read more  

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

The 2024 Golang Developer RoadMap

If you want to become a Golang developer, you have come to the right place. This article shares a complete roadmap to follow to become a competent Golang developer, including mandatory tech skills and additional optional skills to excel in backend development... read more  

The 2024 Golang Developer RoadMap