Tagged articles
30 articles
Page 1 of 1
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Jan 29, 2026 · Operations

Master Enterprise Monitoring with Zabbix: A Complete 7‑Chapter Guide

This guide provides a comprehensive, 7‑chapter, 159‑page tutorial on Zabbix, covering its architecture, planning, deployment, basic monitoring concepts, proxy setup, real‑world case studies, notification mechanisms, and automation techniques, enabling beginners to build and operate their own enterprise‑grade monitoring system.

NotificationProxyTutorial
0 likes · 4 min read
Master Enterprise Monitoring with Zabbix: A Complete 7‑Chapter Guide
Efficient Ops
Efficient Ops
Apr 20, 2025 · Operations

How to Instantly Monitor Socket Health with the Lightweight 'dish' CLI Tool

This article introduces the lightweight command‑line tool dish, explains its core features such as one‑time socket health checks, remote configuration, concurrent testing, zero dependencies, multiple notification methods, caching, and provides installation steps, usage examples, and a comprehensive flag reference for efficient operations monitoring.

CLIGoNotification
0 likes · 7 min read
How to Instantly Monitor Socket Health with the Lightweight 'dish' CLI Tool
Python Programming Learning Circle
Python Programming Learning Circle
Aug 8, 2024 · Operations

Automating Python Notifications for Model Training, Data Transfer, and Financial Modeling via Email

This article explains how to use Python scripts, the email and smtplib libraries, and MIME components to automatically send progress and completion notifications for long‑running tasks such as model training, data uploads, and financial simulations, including code examples and configuration details.

Model TrainingNotificationPython
0 likes · 13 min read
Automating Python Notifications for Model Training, Data Transfer, and Financial Modeling via Email
Selected Java Interview Questions
Selected Java Interview Questions
Apr 21, 2024 · Backend Development

Designing an Enterprise‑Level Unified Notification Service Architecture

This article systematically outlines the requirements, evolution stages, functional and non‑functional specifications, and component design of a scalable, high‑availability enterprise notification platform that supports multi‑channel push (email, SMS, chat, WeChat, DingTalk, etc.) through a microservice‑based architecture.

MessagingNotificationScalability
0 likes · 12 min read
Designing an Enterprise‑Level Unified Notification Service Architecture
php Courses
php Courses
Nov 17, 2023 · Fundamentals

Using the Strategy Pattern in PHP to Send Notifications

An overview of the Strategy design pattern demonstrates how to encapsulate notification-sending algorithms in independent PHP classes, allowing runtime selection among email, SMS, or FCM implementations without modifying client code, and highlights benefits such as flexibility, reusability, and testability.

Design PatternsNotificationPHP
0 likes · 5 min read
Using the Strategy Pattern in PHP to Send Notifications
Architecture and Beyond
Architecture and Beyond
Nov 12, 2023 · Frontend Development

Designing a Yellow Banner System for User Notification During Service Outages

The article explains how a configurable yellow banner system can be used on web interfaces to promptly inform users about service disruptions, guide their actions, increase transparency, improve experience, and outline implementation considerations such as configurability, persistence, and independent deployment.

NotificationSystem DesignUser experience
0 likes · 6 min read
Designing a Yellow Banner System for User Notification During Service Outages
ByteFE
ByteFE
Oct 25, 2023 · Frontend Development

Design and Implementation of a Frontend Version Upgrade Prompt for B2B Platforms

This article describes a comprehensive solution for notifying B2B web users about outdated frontend versions, covering the problem background, version number generation, trigger conditions, micro‑frontend adaptation, detailed plugin and React component code, integration steps for main and sub‑applications, debugging guidance, and measured user impact.

NotificationVersioningfrontend
0 likes · 16 min read
Design and Implementation of a Frontend Version Upgrade Prompt for B2B Platforms
Bilibili Tech
Bilibili Tech
Oct 20, 2023 · Mobile Development

MEPlayer – An Android Cross‑Process Media Playback Framework for Maoer FM

MEPlayer is a cross‑process Android playback framework for Maoer FM that unifies audio, video, live‑stream and special‑effect playback by abstracting kernels such as ExoPlayer, BBP and IJK behind a simple API, offering business‑level decoupling, automatic recovery, audio‑focus handling, notification integration, network optimizations and both cross‑process (MEPlayer) and same‑process (MEDirectPlayer) entry points.

AndroidAudio FocusBackground Playback
0 likes · 17 min read
MEPlayer – An Android Cross‑Process Media Playback Framework for Maoer FM
php Courses
php Courses
Jun 15, 2023 · Frontend Development

Using Vue.js 3 Teleport to Build Modals, Notifications, and Dialogs

This article explains Vue.js 3's Teleport feature, covering its core concepts and providing step‑by‑step code examples for creating modals and notification components that render outside their original component hierarchy.

JavaScriptNotificationTeleport
0 likes · 6 min read
Using Vue.js 3 Teleport to Build Modals, Notifications, and Dialogs
php Courses
php Courses
Jun 7, 2023 · Frontend Development

Using Teleport in Vue.js 3: Concepts and Practical Examples

This article introduces Vue.js 3’s Teleport feature, explains its core concepts such as source, target and props, and provides complete code examples for creating modals and notification panels that are rendered outside the component hierarchy, highlighting the flexibility it brings to frontend development.

JavaScriptNotificationTeleport
0 likes · 9 min read
Using Teleport in Vue.js 3: Concepts and Practical Examples
21CTO
21CTO
Mar 22, 2023 · Frontend Development

8 Must‑Try JavaScript Notification Libraries to Boost Your Web UI

This article reviews eight popular JavaScript notification libraries, comparing their features, popularity, and installation methods, to help developers choose the most suitable solution for enhancing user experience with timely in‑app messages.

JavaScriptLibraryNotification
0 likes · 12 min read
8 Must‑Try JavaScript Notification Libraries to Boost Your Web UI
Zhuanzhuan Tech
Zhuanzhuan Tech
Jan 13, 2023 · Operations

Design and Implementation of an Integrated Alert Management System Based on Alertmanager

This article describes how ZhaiZhai built an integrated monitoring and alerting system using Prometheus and Alertmanager, defines label conventions, provides a Java SDK for sending alerts, and explains strategies for alert deduplication, grouping, severity levels, suppression, multi-channel notifications, silencing, and historical record keeping.

Alert RoutingAlert SuppressionAlertmanager
0 likes · 13 min read
Design and Implementation of an Integrated Alert Management System Based on Alertmanager
58UXD
58UXD
Dec 8, 2022 · Product Management

5 Core Design Principles Every Collaborative Office Tool Must Follow

This article outlines five essential design traits—asynchronous collaboration, traceability, multidimensional notifications, role‑based permission differences, and output standardization—that underpin effective collaborative office products across various scenarios.

AsynchronousCollaborationNotification
0 likes · 9 min read
5 Core Design Principles Every Collaborative Office Tool Must Follow
Top Architect
Top Architect
Dec 6, 2021 · Backend Development

Design and Evolution of Baidu Short‑Video Push System

This article details the architecture, data flow, module responsibilities, and successive optimizations of Baidu's short‑video push system, covering personalized timing estimation, user‑group management, frequency‑control redesign, and protobuf‑based compression to handle billion‑scale traffic efficiently.

NotificationScalabilityarchitecture
0 likes · 16 min read
Design and Evolution of Baidu Short‑Video Push System
Python Programming Learning Circle
Python Programming Learning Circle
May 15, 2021 · Operations

Python Email Notification Scripts for Model Training, Data Processing, and Financial Modeling

This article explains how to use Python scripts with the email and smtplib libraries to automatically send progress updates and completion notifications for long‑running tasks such as model training, data transfer, and financial simulations, including code examples for MIME construction and SMTP delivery.

NotificationSMTPmime
0 likes · 12 min read
Python Email Notification Scripts for Model Training, Data Processing, and Financial Modeling
58 Tech
58 Tech
Dec 25, 2019 · Mobile Development

NJCS: A Lightweight Dynamic Deployment Solution for iOS Apps – Usage Guide

This article introduces NJCS, a lightweight dynamic deployment framework for iOS that enables rapid feature updates without App Store re‑approval, explains its background, integration steps, page creation, navigation APIs, UI component usage, notification handling, and provides practical code examples for developers.

Mobile DevelopmentNJCSNotification
0 likes · 11 min read
NJCS: A Lightweight Dynamic Deployment Solution for iOS Apps – Usage Guide
DevOps
DevOps
Oct 11, 2018 · Frontend Development

Building a WeChat Web Notification Frontend with Vue and VUX for Azure DevOps

This article walks through creating a mobile‑friendly WeChat web app using Vue and the VUX UI library to integrate Azure DevOps notifications, covering project initialization, dependency installation, component registration (both local and global), and deployment screenshots.

Azure DevOpsNotificationVUX
0 likes · 6 min read
Building a WeChat Web Notification Frontend with Vue and VUX for Azure DevOps
Liulishuo Tech Team
Liulishuo Tech Team
Jun 17, 2017 · Mobile Development

Mastering Android MediaSession: Build Robust Background Music Playback

This article explains how to implement a reliable Android music app by leveraging MediaSession for UI‑service synchronization, handling background playback, MediaButton events, AudioFocus, Wi‑Fi and WakeLocks, custom notifications, and compatibility across Android versions.

AndroidAudioFocusBackground Playback
0 likes · 14 min read
Mastering Android MediaSession: Build Robust Background Music Playback
Architecture Digest
Architecture Digest
Jul 14, 2016 · Backend Development

Design and Implementation of a Message/Notification System

This article outlines the concepts, classifications, and detailed backend design of a message/notification system, including architecture, database schemas, subscription mechanisms, push/pull strategies, and service-layer APIs for creating, pulling, and managing announcements, reminders, and messages.

Message QueueNotificationSystem Design
0 likes · 13 min read
Design and Implementation of a Message/Notification System