top of page
Search

Simple Conversation to System Design - Conclusion
Let’s go over the steps taken to turn a conversation with a homeopathic doctor into a fully structured system.
Rahul Vyas
Nov 7, 20244 min read

Creating relationships using Foreign Keys and Junction tables
How do we establish relationships between our entities or tables? Let's see how we can create relationships using foreign keys and junction
Rahul Vyas
Nov 6, 20243 min read


Finding relationships between entities
In this part we will see how we can find the relationships between different entities we have already discovered.
Rahul Vyas
Nov 5, 20243 min read

Deciding Attributes for Entities
Now that we have our entities decided, it’s time to decide attributes for each entity. Think of each entity as a container for specific...
Rahul Vyas
Nov 4, 20244 min read


Finding Entities from Conversation
The next step after gathering requirements is to find out entities from our conversation. What are these entities and how do we find them?
Rahul Vyas
Nov 3, 20243 min read


Chat with a doctor to gather requirements
Let's consider the following conversation I had with a homoeopathic doctor. He doesn't have any software application now but wants one.
Rahul Vyas
Nov 2, 20244 min read

Simple Conversation to System Design - Introduction
We’re going to learn something really cool—how to turn a simple conversation into a working system by creating an ER diagram.
Rahul Vyas
Nov 1, 20241 min read
bottom of page