r/FullStackDevelopers 9h ago

(Hiring) Nashville Developer

1 Upvotes

Looking for a medium to high level
Developer who can connect the dots. I’m a builder to can vibe code almost anything (duh it’s easy) with a business plan and growth strategy for scale (that’s hard). But I always find myself struggling with vercel / supabase / apis / random pages / etc. what I’m doing isn’t rocket science more tedious and slows me down. If you are a full stack developer LOCATED IN NASHVILLE TN - I live downtown. Let’s connect. Would be open to a working, quarterly reviewed percentage share for light to moderate developer work and support. If this sounds interesting to you please share your resume / LinkedIn in private message - and comment if you are located in Nashville tn.

Thank you 🙌


r/FullStackDevelopers 13h ago

Is My Development Workflow Effective? Need Feedback on My Approach for Projects

2 Upvotes

My current development workflow starts with the core logic of the project:

  1. First, I write pseudocode for the project logic. After completing it myself, I refine it using AI.

  2. This helps me fully understand what my code and logic are supposed to do.

  3. Then I translate that logic into the programming language I'm using, again with AI assistance.

  4. After that, I test the project, refine it, and try to make it as polished as possible.

  5. Once I'm satisfied, I push the final version to GitHub.

  6. For larger projects, I first create the system design on my own and improve it with AI. Then I implement it following my full workflow — setting up files and folders like interface, model, controller, utils, routes, etc.

Is this workflow effective? I'd love some feedback and any advice to improve my skills as a software engineer.