Hello, Everyone.
I sometimes hesitate when starting a new project because I can't select the proper tool for software engineering development workflow.
Let's assume that I have to design the database schema of the project and I use firebase Cloud Firestore.
In that case, what is the best tool for it?
Best regards.
Top comments (3)
As an ex-manager told me... you should have a stack that you know so well that if I tell you I pay you 5k for an app/landing page in 2-3 days you should deliver something.
I usually start with Python and Postgres and React/Angular for the frontend because I code fast with these. Sometimes my colleagues and I change the stack based on the needs.
I hope it helps...
You could try Anvil! anvil.works/articles/python-gui-bu...
Thank you