Building ERP_cloud, a Flask-based ERP platform, has taught me that production readiness goes far beyond getting the application working.
Recently, I've been focusing on:
- Testing with pytest
- CI/CD with GitHub Actions
- Security with CodeQL
- Dependency management with Dependabot
- Containerization with Docker
- Branch protection and PR workflows
Working through these areas has changed how I approach backend development. Reliability, security, automated testing, and maintainability need to be considered alongside application features—not added afterward.
I'm continuing to improve ERP_cloud while learning more about scalable backend architecture, deployment, and operational readiness.
The goal isn't just to build software that works. It's to build software that can be tested, secured, maintained, and confidently shipped.
Top comments (0)