Web applications
History /
Edit /
PDF /
EPUB /
BIB /
Created: May 25, 2019 / Updated: November 2, 2024 / Status: draft / 1 min read (~61 words)
Created: May 25, 2019 / Updated: November 2, 2024 / Status: draft / 1 min read (~61 words)
- 3 different environments: development, staging, production
- Write migrations for schema changes
- Use ORM if possible over raw queries
- Always make it possible for testers to report the version they tested against
- Simplest is to have a meta field in the head section
- Mockups
- SRS
- Database and software architecture
- Implementation
- Test/QA
- Deployment