React - Create project with TypeScript and Yarn
TypeScript has advantages over JavaScript, such as strict typing, so using TypeScript in React is very useful. Requisites TypeScri...
Constructors access level
The class constructor is invoked when the keyword new is used to create a new class instance. Constructors usually have parameters...
Domain-Driven Design & Clean Architecture
The Clean Architecture is a set of rules and principles for organizing a code development project, and how all its components inte...
Design Patterns - Unit of Work Pattern in C# using Entity Framework Core
Before you look at the Unit of Work pattern example in C# using Entity Framework Core, you can see my post about what is the Unit ...
Design Patterns - Unit of Work Pattern
The Unit of Work pattern is a design pattern to group one or more operations (usually to the database) in an atomic transaction, s...