๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Domain-Driven Design with Golang: Use Golang to create simple, maintainable systems to solve complex business problems

โœ Scribed by Matthew Boyle


Publisher
Packt Publishing
Year
2022
Tongue
English
Leaves
204
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Understand the concept of Domain-driven design and build two DDD systems from scratch that can be showcased as part of your portfolio

Key Features

  • Explore Domain-driven design as a timeless concept and learn how to apply it with Go
  • Build a domain-driven monolithic application and a microservice from scratch
  • Leverage patterns to make systems scalable, resilient, and maintainable

Book Description

Domain-driven design (DDD) is one of the most sought-after skills in the industry. This book provides you with step-by-step explanations of essential concepts and practical examples that will see you introducing DDD in your Go projects in no time. Domain-Driven Design with Golang starts by helping you gain a basic understanding of DDD, and then covers all the important patterns, such as bounded context, ubiquitous language, and aggregates. The latter half of the book deals with the real-world implementation of DDD patterns and teaches you how to build two systems while applying DDD principles, which will be a valuable addition to your portfolio. Finally, you'll find out how to build a microservice, along with learning how DDD-based microservices can be part of a greater distributed system. Although the focus of this book is Golang, by the end of this book you'll be able to confidently use DDD patterns outside of Go and apply them to other languages and even distributed systems.

What you will learn

  • Get to grips with domains and the evolution of Domain-driven design
  • Work with stakeholders to manage complex business needs
  • Gain a clear understanding of bounded context, services, and value objects
  • Get up and running with aggregates, factories, repositories, and services
  • Find out how to apply DDD to monolithic applications and microservices
  • Discover how to implement DDD patterns on distributed systems
  • Understand how Test-driven development and Behavior-driven development can work with DDD

Who this book is for

This book is for intermediate-level Go developers who are looking to ensure that they not only write maintainable code, but also deliver great business value. If you have a basic understanding of Go and are interested in learning about Domain-driven design, or you've explored Domain-driven design before but never in the context of Go, then this book will be helpful.

Table of Contents

  1. A brief history of Domain Driven Design
  2. Understanding Domains, Ubiquitous Language, and Bounded Contexts
  3. Aggregates, Entities & Value Objects
  4. Factories, Repositories & Services
  5. Applying Domain Driven Design to a monolithic application
  6. Building a microservice using domain driven design
  7. Domain Driven Design for distributed systems
  8. TDD, BDD and DDD

๐Ÿ“œ SIMILAR VOLUMES


Domain-Driven Design with Golang: Use Go
โœ Matthew Boyle ๐Ÿ“‚ Library ๐Ÿ› Packt Publishing ๐ŸŒ English

<p><span>Understand the concept of Domain-driven design and build two DDD systems from scratch that can be showcased as part of your portfolio</span></p><h4><span>Key Features</span></h4><ul><li><span><span>Explore Domain-driven design as a timeless concept and learn how to apply it with Go</span></

Domain-Driven Design with Java - A Pract
โœ Premanand Chandrasekaran, Karthik Krishnan ๐Ÿ“‚ Library ๐Ÿ“… 2022 ๐Ÿ› Packt Publishing ๐ŸŒ English

<p><span>Adopt a practical and modern approach to architecting and implementing DDD-inspired solutions to transform abstract business ideas into working software across the entire spectrum of the software development life cycle</span></p><h4><span>Key Features</span></h4><ul><li><span><span>Implemen

Domain-Driven Design with Java - A Pract
โœ Premanand Chandrasekaran, Karthik Krishnan ๐Ÿ“‚ Library ๐Ÿ“… 2022 ๐Ÿ› Packt Publishing ๐ŸŒ English

<p><span>Adopt a practical and modern approach to architecting and implementing DDD-inspired solutions to transform abstract business ideas into working software across the entire spectrum of the software development life cycle</span></p><h4><span>Key Features</span></h4><ul><li><span><span>Implemen

Modern API Design with gRPC: Efficient S
โœ Hitesh Pattanayak ๐Ÿ“‚ Library ๐Ÿ“… 2024 ๐Ÿ› Orange Education Pvt Ltd, AVAโ„ข ๐ŸŒ English

Elevate Your Development with Effortless and Efficient API Communication Key Features โ— Delve into core concepts of gRPC like Protocol Buffers, service definitions, and communication patterns. โ— Implement gRPC servers and clients in Golang, and master Protocol Buffers for defining services an

Event-Driven Architecture in Golang: Bui
โœ Michael Stack ๐Ÿ“‚ Library ๐Ÿ“… 2022 ๐Ÿ› Packt Publishing ๐ŸŒ English

<p><span>Begin building event-driven microservices, including patterns to handle data consistency and resiliency</span></p><h4><span>Key Features</span></h4><ul><li><span><span>Explore the benefits and tradeoffs of event-driven architectures with practical examples and use cases</span></span></li><l

.NET Domain-Driven Design with C#: Probl
โœ Tim McCarthy ๐Ÿ“‚ Library ๐Ÿ“… 2008 ๐Ÿ› Wrox ๐ŸŒ English

There are some things I don't like.1. UnitOfWork is broken. What happens when someone adds entity to repository, and then removes it before commiting? The code will try to remove not existing objects from database and then it will add it!2. Handling of child objects. For example addresses. In any re