Tagged articles
11 articles
Page 1 of 1
Sohu Tech Products
Sohu Tech Products
Mar 26, 2025 · Frontend Development

React TypeScript Development Guide: Components, Hooks, Events, and Asynchronous Requests

This comprehensive React‑TypeScript guide walks developers through type‑safe component declarations—including functional, class, and generic patterns—hooks usage, event handling, element typing, error boundaries, and both fetch and Axios asynchronous request wrappers, emphasizing best practices for readability, maintainability, and performance.

Async RequestsError HandlingEvents
0 likes · 23 min read
React TypeScript Development Guide: Components, Hooks, Events, and Asynchronous Requests
37 Interactive Technology Team
37 Interactive Technology Team
Feb 8, 2024 · Operations

What Are Kubernetes Events and How to Collect Them

Kubernetes events record state changes such as pod scheduling, image pulling, and failures, which can be inspected via kubectl but are retained only an hour, so tools like kube-eventer or kubernetes-event-exporter collect them for long‑term analysis, enabling monitoring of Warning types, failure reasons, and visualization through Grafana dashboards.

Cloud-nativeEventsGrafana
0 likes · 9 min read
What Are Kubernetes Events and How to Collect Them
Open Source Linux
Open Source Linux
Oct 30, 2022 · Operations

Unlock Kubernetes Insights: Master Event Types, Monitoring, and Alerting

This guide explains what Kubernetes events are, how to list and filter them, categorizes common event types, and shows practical ways to collect, store, and alert on events using native commands and open‑source tools, helping teams reduce alert fatigue and improve cluster observability.

AlertingEventsKubernetes
0 likes · 11 min read
Unlock Kubernetes Insights: Master Event Types, Monitoring, and Alerting
Programmer DD
Programmer DD
Feb 25, 2022 · Backend Development

Do ApplicationStartedEvent and ContextStartedEvent Differ in Spring Boot?

This article explains the differences between ApplicationStartedEvent and ContextStartedEvent in Spring Boot, clarifies their inheritance hierarchy, and lists the key events provided by Spring Boot, highlighting that ContextStartedEvent is not used in the framework.

ApplicationStartedEventEventscontextstartevent
0 likes · 3 min read
Do ApplicationStartedEvent and ContextStartedEvent Differ in Spring Boot?
Taobao Frontend Technology
Taobao Frontend Technology
Feb 24, 2021 · Frontend Development

Mastering Electron’s Full Lifecycle: From Launch to Exit Events

This article explains every Electron lifecycle event—from app initialization, window creation, and renderer page loading to various shutdown scenarios—providing clear tables, code examples, and diagrams so developers can confidently manage start‑up, activation, and exit behavior across platforms.

DesktopEventsLifecycle
0 likes · 14 min read
Mastering Electron’s Full Lifecycle: From Launch to Exit Events
Practical DevOps Architecture
Practical DevOps Architecture
Nov 16, 2020 · Frontend Development

Introduction to JavaScript: Basics, Inclusion Methods, Selectors, Events, and DOM Manipulation

This article introduces JavaScript fundamentals, explains three ways to include scripts, demonstrates simple click events, shows how to use selectors, outlines event handling, and covers DOM manipulation techniques such as modifying content, styles, and classes, including retrieving computed styles.

CSS selectorsDOMEvents
0 likes · 5 min read
Introduction to JavaScript: Basics, Inclusion Methods, Selectors, Events, and DOM Manipulation
Efficient Ops
Efficient Ops
Jun 28, 2020 · Operations

How Observability Redefines Modern Monitoring: Metrics, Logs, Tracing, Events

Modern monitoring has evolved into comprehensive observability, encompassing metrics, logging, tracing, and events, and requires specialized storage solutions for each data type; this article explores the origins, key concepts, and design considerations for building effective observability systems in today's complex internet engineering landscape.

EventsObservabilitytracing
0 likes · 9 min read
How Observability Redefines Modern Monitoring: Metrics, Logs, Tracing, Events
Laravel Tech Community
Laravel Tech Community
Apr 17, 2020 · Backend Development

Master Laravel Events: From Registration to Queued Listeners

This guide explains how Laravel's event system enables decoupled architecture by showing how to register events and listeners, generate code with Artisan, use wildcard listeners, define event and listener classes, control propagation, queue listeners, handle failures, dispatch events, and implement event subscribers.

EventsLaravelListeners
0 likes · 10 min read
Master Laravel Events: From Registration to Queued Listeners
Architecture Talk
Architecture Talk
Sep 30, 2018 · Backend Development

Why Event‑Driven Architecture Beats Command‑Driven Design in Microservices

This article explains how shifting from synchronous command‑driven interactions to asynchronous event‑driven flows reduces coupling, improves scalability, and enables flexible querying in distributed systems, while also discussing hybrid patterns, the single‑writer principle, and practical advantages illustrated with Kafka‑based examples.

Event-Driven ArchitectureEventsKafka
0 likes · 13 min read
Why Event‑Driven Architecture Beats Command‑Driven Design in Microservices