Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Sign in
Join
3
Likes
1
Comment
What is your project building workflow?
by
Naveen Raju M
While developing a new project, How you start? I mean what is the sequence that you follow.
Example:
Building a landing page
Auth functionality
Designing Db schemas
Developing rest APIs
My current project doesn't support typical authentication methods - the client holds a private key that is derived from some input on their end, every request is signed by that private key and I store the users public key to verify operations.
I built out almost all the frontend for that before I started building the backend, the backend is so simple in comparison.
I'd say frontend -> database -> backend -> landing -> blog was the order I did things in.
New features are the same: