EUNO.NEWS EUNO.NEWS
  • All (21181) +146
  • AI (3169) +10
  • DevOps (940) +5
  • Software (11185) +102
  • IT (5838) +28
  • Education (48)
  • Notice
  • All (21181) +146
    • AI (3169) +10
    • DevOps (940) +5
    • Software (11185) +102
    • IT (5838) +28
    • Education (48)
  • Notice
  • All (21181) +146
  • AI (3169) +10
  • DevOps (940) +5
  • Software (11185) +102
  • IT (5838) +28
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 6 days ago · software

    The 'Dynamic Pipeline' Pattern: A Mutable Method Chaining for Real-time Processing

    What is the Dynamic Pipeline? The Dynamic Pipeline is a method‑chaining pattern that lets you add, remove, and update processing steps at runtime while keeping...

    #design-pattern #method-chaining #pipeline #dynamic-pipeline #real-time-processing #software-architecture #mutable-objects
  • 2 weeks ago · software

    ReactJS Design Pattern ~State Machine Pattern~

    Overview The State Machine Pattern helps keep a React codebase readable, maintainable, and productive. Instead of juggling multiple boolean state variables, a...

    #reactjs #state-machine #design-pattern #state-management #javascript
  • 2 weeks ago · software

    ReactJS Design Pattern ~Colocating State~

    Collocating State is placing a state as close as possible to where it's used. This pattern reduces complexity and makes components easier to understand. Before...

    #React #design pattern #state management #colocating state #hooks #UI
  • 3 weeks ago · software

    React Design Pattern /HOC Pattern

    Higher‑Order Component HOC Pattern A Higher‑Order Component HOC is a function that receives a component as an argument, adds some logic, and returns a new comp...

    #react #higher-order component #hoc #design pattern #javascript #frontend #styling
  • 1 month ago · software

    模块模式

    基本结构 模块模式是利用 IIFE 和闭包(Closure)的特性,模拟出一种“类”的概念,拥有公有(Public)和私有(Private)的成员与方法。 这是 JavaScript 实现封装(Encapsulation)的经典方式。 代码示例:一个计数器模块 javascript var CounterModule...

    #JavaScript #module pattern #IIFE #closure #encapsulation #design pattern #private/public members
EUNO.NEWS
RSS GitHub © 2026