Articles by Tag #patterns

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Flexibilidad y Escalabilidad: Usando Strategy y Factory Patterns

Introducción En el desarrollo de software, construir aplicaciones modulares y flexibles es...

Learn More 7 3Oct 26 '24

Exploring Agentic Workflow Patterns

A Visual Guide to Intelligent Process Automation

Learn More 5 0Feb 9

CQRS — Command Query Responsibility Segregation — A Java, Spring, SpringBoot, and Axon Example

Introduction The first time this term appeared in Software Engineering lexicons was all...

Learn More 2 0Dec 25 '24

Components Are Just Sparkling Hooks (Intro to Headless Components)

Here’s a question you might encounter while interviewing for React developer roles: “What is the...

Learn More 2 0Apr 13

The Render Props Pattern in React: A Flexible Approach to Component Reusability

Introduction In React development, component reusability is a cornerstone of building...

Learn More 1 0Apr 3

Streamlining Data Flow in Angular: The Power of the Adapter Pattern 🔄

Discover how the Adapter Pattern can streamline data flow in your Angular applications.

Learn More 1 0Jan 13

Mastering the Container-Presenter Pattern in Angular: A Deep Dive

Explore the Container-Presenter pattern in Angular to enhance component reusability, testability, and maintainability.

Learn More 0 0Dec 19 '24

Level Up Your Coding Game with hacker-laws: The Ultimate Developer's Cheat Sheet

Quick Summary: 📝 The hacker-laws repository serves as a curated collection of essential...

Learn More 0 0Apr 21

Generic HOC creator pattern for React

Using a generic HOC creator pattern, I can compose two React components together in a highly decoupled way. The pattern is to create a HOC (Higher-Order Component) creator function, which can be applied to a general component by a combined components and exported for re-use by consumer components. Examples of applications include Tooltips and Form controls.

Learn More 0 0Jan 24

Practical Cases of Using the Singleton Pattern in Frontend Development

The Singleton pattern is one of the most fundamental design patterns in software engineering, and it...

Learn More 0 0May 19

GoF & SOLID: Essential Dev Resources

Master Software Design Patterns (GoF) and SOLID Principles for robust, maintainable code. Here are...

Learn More 0 0Jun 19

Page Transactions and Page Object Model

Recently I wrote Page Transactions as a new way to organize your testing automation, focusing on...

Learn More 0 0Feb 5

Page Transactions as a new way to organize your testing automation

Photo by Mateus Campos Felipe Scarlet ibis (Guará) The scarlet ibis, sometimes called red ibis...

Learn More 0 0Jan 25

Understanding Domain Events in TypeScript: Making Events Work for You

The Lowdown on Domain Events When we talk about Domain-Driven Design (DDD), Domain...

Learn More 0 0Sep 8 '24

Components Are Just Sparkling Hooks (Intro to Headless Components)

Components Are Just Sparkling Hooks (Intro to Headless...

Learn More 0 0May 24

Simplifying Object Creation in TypeScript Using the Builder Pattern

By Diego Liascovich Full-Stack Developer | Microservices | Angular | Node.js The Builder design...

Learn More 0 0Jul 8

Architecting Angular Applications: A Case Study in Scalable and Maintainable Design 🚀

Explore a case study on architecting Angular applications for scalability and maintainability. Learn best practices and design patterns to build robust and efficient Angular projects.

Learn More 0 0Jan 16

Implementing CQRS and Event Sourcing with C#

Implementing CQRS and Event Sourcing with C Master Command Query Responsibility...

Learn More 0 0Jun 27

Mastering useState — React State Deep Dive: Basics, Gotchas & Patterns

You click a button. The console happily prints 1, 2, 3 — but the label on the page stubbornly reads...

Learn More 0 0Aug 15