Articles by Tag #patterns

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

How to Recognize LeetCode Problem Patterns Without Memorizing Every Solution

Learn to identify problem patterns through strategy, not memorization. Discover how to build genuine pattern recognition skills that work on proble...

Learn More 1 0Dec 10 '25

How to Create Algorithm Templates for LeetCode Without Memorizing Solutions

Stuck between memorizing LeetCode answers and actually understanding patterns? Learn how to build reusable algorithm templates that keep you calm a...

Learn More 0 0Jan 5

Reactor e Proactor - Segredos do Event Loop do NodeJS

Introdução Esta é uma pequena introdução às soluções utilizadas no Node.js e nos...

Learn More 5 0Dec 11 '25

From Subjective Opinions to Systematic Analysis: Pattern-Based Code Review

How structural patterns transform code review from art into engineering

Learn More 0 0Dec 21 '25

Understanding Python Async Patterns: Basics

As asynchronous programming continues to gain traction in modern software development, Python's...

Learn More 0 0Nov 8 '25

Transaction Script: Patrón simple para lógica de negocio (Catalog of Patterns of EAA — Martin Fowler)

Transaction Script: A simple pattern to organize business logic When building enterprise...

Learn More 0 0Sep 14 '25

Common Agentic AI Architecture patterns

Here is a comprehensive list of common agentic AI architectural patterns used in agentic...

Learn More 0 0Sep 28 '25

My go-to patterns for full-stack/frontend projects

After working on quite a few frontend and full-stack projects (mostly React + TypeScript + some...

Learn More 0 0Jan 15

Understanding Array Traversal Patterns in JavaScript

When working with arrays, one of the most common tasks is moving through and visiting each element in...

Learn More 1 1Jan 19

Building Maintainable AI Pipelines with the Task Context Observer Pattern

Building Maintainable AI Pipelines with the Task Context Observer Pattern When building...

Learn More 0 0Jan 23

Dynamic Programming: 7 Patterns That Solve 90% of DP Problems

DP doesn't have to be scary. Master these 7 patterns and you'll be able to solve most dynamic programming problems you encounter in interviews.

Learn More 0 0Jan 29

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 '25

Implementing CQRS and Event Sourcing with C#

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

Learn More 1 0Jun 27 '25

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 '25

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 '25

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 '25

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 '25

Exploring Agentic Workflow Patterns

A Visual Guide to Intelligent Process Automation

Learn More 5 0Feb 9 '25

Components Are Just Sparkling Hooks (Intro to Headless Components)

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

Learn More 0 0May 24 '25

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 '25

GoF & SOLID: Essential Dev Resources

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

Learn More 0 0Jun 19 '25

Mastering Concurrency in Go: Goroutines, Channels, and Patterns

Go’s concurrency model is one of its greatest strengths — but mastering it takes practice. In this...

Learn More 1 0Nov 5 '25