Tiva AdhistiUsing Design Patterns and Avoiding Anti-Patterns in Next.jsWhen building apps, design patterns give us good solutions to some problems, while anti-patterns show us what not to do. Using the right…Oct 241
Grover LeeDomain-Fractal React Architecture (DFRA)In this post, I’ll introduce the Domain-Fractal React Architecture (DFRA), a new approach that blends Domain-Driven Design (DDD) concepts…Mar 1
InJavaScript in Plain EnglishbyAwwwesssooooomeExploring React’s Render Props Pattern: A Guide to Reusable and Flexible ComponentsThe Render Props pattern is a powerful design approach in React that allows components to share logic through a prop that is a function…Sep 5Sep 5
InDev GeniusbySeliesh JacobImplementing Dependency Injection in TypeScript with Mongoose and tsyringeDependency Injection (DI) is a design pattern that helps create loosely coupled, maintainable, and testable code. In this blog post, we…Jul 121Jul 121
Anant NemaStrategy PatternThe Strategy Pattern is a behavioral design pattern that defines a family of interchangeable algorithms and allows the algorithms to be…Jul 22Jul 22
Tiva AdhistiUsing Design Patterns and Avoiding Anti-Patterns in Next.jsWhen building apps, design patterns give us good solutions to some problems, while anti-patterns show us what not to do. Using the right…Oct 241
Grover LeeDomain-Fractal React Architecture (DFRA)In this post, I’ll introduce the Domain-Fractal React Architecture (DFRA), a new approach that blends Domain-Driven Design (DDD) concepts…Mar 1
InJavaScript in Plain EnglishbyAwwwesssooooomeExploring React’s Render Props Pattern: A Guide to Reusable and Flexible ComponentsThe Render Props pattern is a powerful design approach in React that allows components to share logic through a prop that is a function…Sep 5
InDev GeniusbySeliesh JacobImplementing Dependency Injection in TypeScript with Mongoose and tsyringeDependency Injection (DI) is a design pattern that helps create loosely coupled, maintainable, and testable code. In this blog post, we…Jul 121
Anant NemaStrategy PatternThe Strategy Pattern is a behavioral design pattern that defines a family of interchangeable algorithms and allows the algorithms to be…Jul 22
aswini jayaramanSubscribe to my channel to get all my updates…..Let’s say you have a special button in your app. You would like to understand how many times the special button is being clicked on your…Apr 24
Anant NemaCommand PatternThe Command Pattern is a behavioral design pattern that encapsulates a request as an object, allowing us to decouple the requester of the…Jul 22
Esra AkbulatDesign Patterns — JavascriptHello everyone! In today’s article, I will talk about design patterns. I have just started to learn this subject, so I want to reinforce…Aug 30