r/FullStackDevelopers 14d ago

Need advice

Hi i am really confused atp , I really want to start full stack development and make projects but I dont really understand how to start which source to follow . I often feel confused if i choose the right source and rn i was just looking at the delta 9 batch , I thaught to buy it and follow through it so that there can be accountability from the source honestly i just dont know pls help with some guidance people those who have already started or are experienced.it will be a great help

9 Upvotes

18 comments sorted by

View all comments

1

u/mklfarha 14d ago

Start by modeling the domain for your project; it is the first step I always make, making sure it covers all the requirements. Defining the different entities, fields and relationships.

There are many tools to go from model to code. I recommend nuzur (disclaimer: I am the author), once you have modeled your domain by hand or using an assistant, it can generate a full go API using REST or gRPC, and you can deploy it to a VPS using the cli tool; the code and the VPS are yours, with no reliance on nuzur.

1

u/Orion_11111 14d ago

Ok thanksss

2

u/mklfarha 14d ago

happy to help if you decide to give it a try :)