Skip to content

A document that outlines the design phase of the project, leveraging Domain-Driven Design (DDD) and incorporating use cases and user stories.

Notifications You must be signed in to change notification settings

lazy-stock-screener-demo/design-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Development Process

What is it?

Preview A document that introducing on how I construct a large scale system in terms of domain-driven design. The fundamental structure of the whole development process is based on domain-driven design (DDD) and system-design-primer. DDD provide a organized and clear way to break down problem into actual tactical context, while system-design-primer demonstrate a solid and comprehensive frame and details that including merit and demerit of apply any component into a system and what is the potential alternatives.

Table of contents

Check Business Idea

Check other products' pros and cons in order to understand which direction I can head on and how many rooms of opportunity I can have. Details discussions are not listed here since PM is not my career goal. Nevertheless, I did explore and do some research in advance.

Strategic Design

Strategic Design in DDD

Ref: https://ithelp.ithome.com.tw/m/articles/10216792

Main objective of DDD is to define Bounded contexts, the Ubiquitous Language and the Context Maps together. They help me to identity the relation between problem I have faced and solution I can apply. Not only leveraging from DDD, but I also take advantage of use-case and user story. All the tools I have can really help me to build a large scale system from scratch. To be more specific, from use-case to functional program.

Check more details in Strategic Design

Tactical Design

Tactical Design in DDD Ref: https://ithelp.ithome.com.tw/m/articles/10216792

In addition to simply applying tactical design in DDD, I merge the structure of system-design interview into my own version of "tactical design".

Generally, every decision are accompany with tradeoffs and alternatives. I will list them all in each stage and explain why a choice is the best for me. Since the other options are ready there, I can quickly migrate from current setup to others based on observations that are mainly from system metric from time to time. The topics contain key point of a system, e.g. core component and scale strategy.

Check more details in Tactical Design

License

GNU GPL This document should be used as reference in my future interview and this purpose only.

About

A document that outlines the design phase of the project, leveraging Domain-Driven Design (DDD) and incorporating use cases and user stories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published