‣
Post
Name | Category | Tags | Featured At | Created At | Excerpt |
---|---|---|---|---|---|
Post | phptypes | Home PagePost Page | May 3, 2022 | How to extract data from associative arrays. | |
Post | software-architecture | Home PagePost Page | September 10, 2023 | Decoupling infrastructure from core application logic makes understanding and developing the code easier. | |
Post | domain-driven-design | Home PagePost Page | September 18, 2023 | Entities are stateful objects that guarantee their consistency and will be persisted somehow. | |
Post | domain-driven-design | Home PagePost Page | September 16, 2023 | Repositories are used to save and retrieve domain objects. This post explains how to map entity data to table columns using an ORM, like Doctrine. It also compares the Data Mapper design pattern used with repositories to the Active Record design pattern. | |
Post | domain-driven-design | Home PagePost Page | September 19, 2023 | Entities, by definition, have an identity, which we can use to save it and get it back from storage again. | |
Post | domain-driven-design | September 27, 2023 |