Engineering
Engineering processes, releases, on-call, and incident management.
This section covers engineering practices, development workflows, and operational procedures.
How We Work
We practice continuous delivery - features are released and deployed when they’re ready, not on a fixed schedule. This approach allows us to:
- Ship value to customers faster
- Get feedback quickly
- Reduce the risk of large releases
- Maintain a sustainable pace of development
Every change is reviewed by AI before it is pushed. See AI Code Review for the loop developers run on their own branch, the Merge Requests guide for how we create and review code changes, and the Release Process for details on how we deploy code to production.
- Customer successOnboarding, customer meetings, requests, and account management.
- Customer supportSupport processes, response guidelines, and customer communication.
- SecuritySecurity policies, account recovery, and vulnerability management.
- Engineer OnboardingSetup guide for new engineers joining Selora Homes.Engineering Onboarding Setup
- AI Code ReviewEvery change is reviewed by AI before it is pushed.Engineering Code-Review Ai Process
- Merge RequestsHow to create, review, and merge Merge Requests efficiently.Engineering Code-Review Gitlab
- Release ProcessHow we ship code to production safely and efficiently.Engineering Deployment Ci-Cd