~ kenneth --whoami
About MeArticles

🧑🏻‍💻💭

Categories

by:Tags|Years
All(13)Software Engineering(4)Career(4)React Native(2)React(2)AI Thoughts(1)AI Agents(1)
Toggle view mode:
Manage Frontend Status with Table-Driven Methods and State Pattern

Manage Frontend Status with Table-Driven Methods and State Pattern

The purpose of this article is to share a pattern to manage state branching logic in you component.

August 28, 20214 min read
Software Engineering
Design Pattern in simplicity: Decorator Pattern

Design Pattern in simplicity: Decorator Pattern

Decorator Pattern is a common and useful pattern. When you have several objects, functions or views, you can create a base form and decorate the base form with additional functionality.

March 16, 20182 min read
Software Engineering
Design Pattern in simplicity: Adapter Pattern

Design Pattern in simplicity: Adapter Pattern

Adapter Pattern is an easy-to-understand pattern in the GoF Design Patterns. As its name, Adapter Pattern transfer an incompatible interface to a compatible interface.

March 10, 20183 min read
Software Engineering
Design Pattern in simplicity: Strategy Pattern

Design Pattern in simplicity: Strategy Pattern

Learning GoF Design Pattern has been being my goal since I became a developer. Program to an interface, not implementation.

March 1, 20184 min read
Software Engineering
Showing 4 of 4 articles