Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for Mu3
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #285908 |
Post edited: Updated question |
— | almost 3 years ago |
Comment | Post #285908 |
@#53280 I am curious as to what is the best way to make sure the development database is easy to set up but is still representative of the production one. For example, some suggest populating dev databases with fake data, and some suggest just copying the production one. Which approach would be bette... (more) |
— | almost 3 years ago |
Edit | Post #285908 | Initial revision | — | almost 3 years ago |
Question | — |
Best practices in setting up a development & production environments I am developing a web app that is tied to a database. My codebase is stored on a private GitLab instance. I would like to set up a workflow that would look something like this: 1. I have a development environment where I am free to do anything with the app or the database. Once I made changes, I ... (more) |
— | almost 3 years ago |