Tag

notification

0 views collected around this technical thread.

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.

CLIGoOperations
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.

Data ProcessingEmail AutomationMIME
0 likes · 13 min read
Automating Python Notifications for Model Training, Data Transfer, and Financial Modeling via Email
Python Programming Learning Circle
Python Programming Learning Circle
Jun 13, 2024 · Backend Development

Implementing Enterprise WeChat Notifications with Python

This guide explains how to create an Enterprise WeChat application, obtain the required corp ID and secret, and use a Python script to send notification messages via the WeChat API, complete with code examples and expected results.

APIEnterprise WeChatbackend
0 likes · 5 min read
Implementing Enterprise WeChat Notifications with Python
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.

High AvailabilityMessagingMicroservices
0 likes · 12 min read
Designing an Enterprise‑Level Unified Notification Service Architecture
Python Programming Learning Circle
Python Programming Learning Circle
Mar 8, 2024 · Backend Development

Implementing Enterprise WeChat Notifications with Python

This guide explains how to create an Enterprise WeChat application, obtain the required corp ID and secret, and use a Python script to send notification messages via the WeChat API, complete with step‑by‑step instructions and sample code.

APIEnterprise WeChatbackend
0 likes · 6 min read
Implementing Enterprise WeChat Notifications with Python
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.

PHPStrategy Patterndependency injection
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.

frontendincident responsenotification
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.

PluginReactVersioning
0 likes · 16 min read
Design and Implementation of a Frontend Version Upgrade Prompt for B2B Platforms
Cognitive Technology Team
Cognitive Technology Team
Oct 22, 2023 · Backend Development

Apollo Configuration Change Notification Process and Long‑Polling Mechanism

The article explains Apollo’s client‑side long‑polling workflow, how the Config Service suspends requests with Spring DeferredResult, stores them in a cache, and notifies clients of configuration changes via database messages and background scanning, enabling immediate config refresh.

ApolloBackend DevelopmentConfiguration Management
0 likes · 3 min read
Apollo Configuration Change Notification Process and Long‑Polling Mechanism
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.

Audio FocusBackground PlaybackCross-Process
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.

JavaScriptModalTeleport
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.

JavaScriptModalTeleport
0 likes · 9 min read
Using Teleport in Vue.js 3: Concepts and Practical Examples
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
Python Programming Learning Circle
Python Programming Learning Circle
Oct 6, 2022 · Backend Development

Sending WeChat Messages with Python and Pushplus (Single and Group Push)

This tutorial explains how to use Python and the Pushplus service to send WeChat notifications, covering both single‑user pushes and one‑to‑many group pushes, with step‑by‑step instructions, required token setup, and complete code examples.

APIWeChatnotification
0 likes · 4 min read
Sending WeChat Messages with Python and Pushplus (Single and Group Push)
Python Programming Learning Circle
Python Programming Learning Circle
Apr 18, 2022 · Operations

How to Implement Enterprise WeChat Notifications with Python

This guide explains how to create a custom Enterprise WeChat application, obtain the required corp ID and secret, and use a Python script that calls the WeChat API to send text‑card notifications to specified users, departments or tags.

APIEnterprise WeChatPython
0 likes · 5 min read
How to Implement Enterprise WeChat Notifications with Python
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.

architecturedistributed systemfrequency control
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.

AutomationEmailMIME
0 likes · 12 min read
Python Email Notification Scripts for Model Training, Data Processing, and Financial Modeling
Fulu Network R&D Team
Fulu Network R&D Team
Sep 30, 2020 · Backend Development

How to Build Simple DingTalk Notification and Auto‑Reply Bots with C#

This step‑by‑step tutorial explains how to create both a notification‑type and an auto‑reply DingTalk robot, covering configuration in the DingTalk console, constructing webhook URLs, preparing JSON payloads, and implementing the required C# backend code to send and receive messages.

APIAuto-replyBot
0 likes · 9 min read
How to Build Simple DingTalk Notification and Auto‑Reply Bots with C#
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.

Dynamic DeploymentJavaScriptCoreMobile Development
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 DevOpsVUXVue
0 likes · 6 min read
Building a WeChat Web Notification Frontend with Vue and VUX for Azure DevOps