Back to articles
How to Approach Projects

How to Approach Projects

via Dev.toAditya Trivedi

Whenever it comes to creating a project or making a project, the most crucial part of it is to have an approach to it. Many a times, what developers do is that they directly start creating the project, rather than understanding what the requirements of the project is. The way I approach a project is: 1. Initial Planning Understanding what is the exact requirement in detail Creating a flowchart understanding what is the flow of the entire project 2. Technology Selection Based on the flowchart, NOW is when I choose the tech stack to start the project. Now this step also has some conditions while making decision on: Backend Selection Fast Processing → NodeJS Data Processing and Cleaning → Python/Django/Flask AI or Machine Learning → Python or NodeJs (Personally my choice as there are many libraries which are available here as well) Security → Java Frontend Options NextJS → Fast Loading and Image Optimisation ViteJS → Faster Development Or Any other JavaScript Based Frameworks TalwindCSS/S

Continue reading on Dev.to

Opens in a new tab

Read Full Article
3 views

Related Articles