The Evolution of QA Services: From Manual Testing to AI-Driven Processes
The evolution of QA services from manual efforts to AI-driven processes showcases the technology sectorâs commitment to improving software quality and efficiency.
The evolution of QA services from manual efforts to AI-driven processes showcases the technology sectorâs commitment to improving software quality and efficiency.

This blog post explores alternatives to Splunk On-Call (formerly VictorOps) because of potential drawbacks like cost, limited features, and hidden fees. It compares 9 VictorOps alternatives including Squadcast, Opsgenie, and Moogsoft. Key factors to consider when choosing an alternative are cost transparency, features, ease of use, and support. The blog highlights Squadcast as a strong replacement for Splunk On-Call due to its transparent pricing, all-in-one functionality, user-friendly interface, and excellent support.
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.
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.

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 Â

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 Â
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 Â

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 Â

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 Â

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 Â
