Beginners Steps 1

·

2 min read

So I followed lots of videos , tutorials and coded along but still can’t start my own project , it feels like I’m sinking into my own sea of ideas cause too much information I can’t sort it at all and I feel like I need this magic button to do it all for me but don’t worry this is part of the real process , let’s follow these steps and hopefully it help you as well.

  1. write your own idea and get the most out of it you can have a picture of what are you trying to build (we are all humans we forget sometimes or most of the time :D )

  2. start with designing your database by defining the need tables, fields , datatypes and most important different types of user with different roles ( it really help in the future of your project ).

  3. sort your features so you can build it one after another to don’t get lost between them once you finish one you can have a break then go for another ;)

  4. make sure to have the docs open cause you will use it more often as I said before we forget :D and don’t worry if you get stuck while trying to code some of your features you can always search for something that can help you this is the fun of it .

  5. if you gonna use tools like ( gpt , black box, etc ) that’s totally fine but do it smart try to solve the problem first then seek the solution and try to enhance something out of them both it will help you to learn a lot .

every step is part of the process keep going <3 , feel free to add more ideas if you got some will be happy to hear from other with experience as well.

Happy coding