What’s the Best Way to Design Complete Systems for Websites and Apps?

0
8
Asked By MindfulCoder37 On

I'm interested in building my own websites and apps, but I want to know the best approach to designing complete systems first. This includes creating diagrams and using tools like Mermaid. How do I go about this before jumping into coding?

3 Answers

Answered By CreativeDev99 On

To start, focus on learning an object-oriented programming language. This will not only teach you how to code but also help you think in terms of object-oriented design, which relates to using relational databases. Most courses will guide you through building both the backend and frontend of an app, giving you a more comprehensive understanding of how everything fits together. Once you build your first application, you'll find that you have a lot of new questions and ideas for further exploration.

Answered By PracticalDesigner55 On

I understand the desire to avoid AI for some guidance. It's all about finding your own rhythm and figuring out how to structure a project without feeling rushed. This exploration phase is key to unveiling mistakes and refining your designs, so don’t hesitate to make diagrams that represent your vision even if they evolve along the way.

Answered By TechExplorer88 On

It's crucial to start by learning how to code. Gaining experience in programming first will help you learn the principles of designing complete systems. If you try to design everything before coding, you risk overcomplicating things. Think of it as learning to paint before you can appreciate the full canvas.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.