Domain-Driven Design - Aggregate Roots in TypeScript
Before you look at the Aggregate Roots example in TypeScript, you can see at my post on what Aggregate Roots are in Domain-Driven ...
Domain-Driven Design - Entities in TypeScript
Before you look at the Entities example in TypeScript, you can see at my post on what Entities are in Domain-Driven Design. Entity...
Domain-Driven Design - Value Objects in TypeScript
Before you look at the Value Objects example in TypeScript, you can see at my post on what Value Objects are in Domain-Driven Desi...
Check objects deep equality in TypeScript
When we use the equality operators to compare objects, we are only comparing them by reference, so it returns true only when they ...
React - Configure ESLint and Prettier in a React project
ESLint is a tool that analyzes the project code following defined rules. Prettier is a code formatter, it has rules that the proje...