Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/ddd.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
- [Combining DDD, CQRS, and Clean Architecture by refactoring a Go project](https://threedots.tech/post/ddd-cqrs-clean-architecture-combined/)
- [Introduction to DDD Lite: When microservices in Go are not enough](https://threedots.tech/post/ddd-lite-in-go-introduction/)
- [Domain Driven Design in Go](https://www.citerus.se/go-ddd/)
- [Practical DDD in Golang: Value Object](https://levelup.gitconnected.com/practical-ddd-in-golang-value-object-4fc97bcad70)
- [Practical DDD in Golang: Entity](https://levelup.gitconnected.com/practical-ddd-in-golang-entity-40d32bdad2a3)
- [Practical DDD in Golang: Repository](https://levelup.gitconnected.com/practical-ddd-in-golang-repository-d308c9d79ba7)
- [Practical DDD in Golang: Value Object](https://www.ompluscator.com/article/golang/practical-ddd-value-object/)
- [Practical DDD in Golang: Entity](https://www.ompluscator.com/article/golang/practical-ddd-entity/)
- [Practical DDD in Golang: Repository](https://www.ompluscator.com/article/golang/practical-ddd-domain-repository/)
- [Implementing Domain-Driven Design and Hexagonal Architecture with Go (1)](https://medium.com/@TonyBologni/implementing-domain-driven-design-and-hexagonal-architecture-with-go-1-292938c0a4d4)
- [Implementing Domain-Driven Design and Hexagonal Architecture with Go (2)](https://medium.com/@TonyBologni/implementing-domain-driven-design-and-hexagonal-architecture-with-go-2-efd432505554)
## 📺 Videos
Expand All @@ -38,4 +38,4 @@

## 📚 Books
- [Go with the Domain](https://threedots.tech/go-with-the-domain/) - Free e-book on Building Modern Business Software in Go
- [Domain-Driven Design with Golang](https://www.packtpub.com/product/domain-driven-design-with-golang/9781804613450)
- [Domain-Driven Design with Golang](https://www.packtpub.com/product/domain-driven-design-with-golang/9781804613450)
6 changes: 3 additions & 3 deletions docs/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Articles
- [The Repository pattern: a painless way to simplify your Go service logic](https://threedots.tech/post/repository-pattern-in-go/)
- [Practical DDD in Golang: Repository](https://levelup.gitconnected.com/practical-ddd-in-golang-repository-d308c9d79ba7)
- [Practical DDD in Golang: Specification](https://levelup.gitconnected.com/practical-ddd-in-golang-specification-6523d14438e6)
- [Practical DDD in Golang: Repository](https://www.ompluscator.com/article/golang/practical-ddd-domain-repository/)
- [Practical DDD in Golang: Specification](https://www.ompluscator.com/article/golang/practical-ddd-domain-specification/)
- [A clean way to implement database transaction in Golang](https://dev.to/techschoolguru/a-clean-way-to-implement-database-transaction-in-golang-2ba)
- [Go (Golang): Clean Architecture & Repositories vs Transactions](https://blog.devgenius.io/go-golang-clean-architecture-repositories-vs-transactions-9b3b7c953463)
- [Go (Golang): Unit of Work and Generics](https://blog.devgenius.io/go-golang-unit-of-work-and-generics-5e9fb00ec996)
Expand All @@ -14,4 +14,4 @@
- [Ompluscator/gorm-generics](https://github.com/Ompluscator/gorm-generics) - PoC for Go generics with GORM
- [rafael-piovesan/go-rocket-ride](https://github.com/rafael-piovesan/go-rocket-ride)
- [dipeshhkc/Golang-Gorm-MultiLayer-DB-Transaction](https://github.com/dipeshhkc/Golang-Gorm-MultiLayer-DB-Transaction) - Database Transaction Implementation for multi-layer Golang project
- [techschool/simplebank](https://github.com/techschool/simplebank)
- [techschool/simplebank](https://github.com/techschool/simplebank)