From fdf3708078c1ebd842965cfe42c98e3800cc22d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Sm=C3=B3=C5=82ka?= Date: Wed, 12 May 2021 17:42:29 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index faa679c..a333f50 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,16 @@ A short guide to Test-driven development in golang. free to [read online](https: The main goal of this book is to help developers avoid common mistakes while at the same time, learning a new programming language through a "hands-on approach". This book provides a good level of detail on "how to do it securely" showing what kind of security problems could arise during development. +### [Go with the Domain: Building Modern Business Software in Go](https://threedots.tech/go-with-the-domain/) *Free* + + + +*Go with the Domain* is a book about building applications that solve complex problems in an idiomatic way. +It features techniques like Domain-Driven Design, Clean Architecture, CQRS, and other patterns. + +The book is based on a [real open source project](https://github.com/ThreeDotsLabs/wild-workouts-go-ddd-example). +Chapters go through refactoring of the project to show common anti-patterns and how to avoid them. + ### [Network Programming with Go](https://www.apress.com/us/book/9781484226919)