Juice d.o.o. Methodology
  • Introduction
  • Methodology
    • Agile
    • Scrum
    • Personas
      • Product Owner
      • Project Lead
      • Development Team
  • Planning Process
    • Feature
    • Issues
    • Releases
    • Estimation
    • Resources
    • Planning
    • Book of Rules
    • When its done ?
  • Software Life Cycle
    • Quality Assurance
      • Acceptance testing
      • Test cases
    • Issues & Incidents
    • Refactoring
  • Developer Operations
    • Tiers
  • Support
Powered by GitBook
On this page
  • The continues development cycle we apply
  • Visualisation of the process

Developer Operations

DevOps is the combination of cultural philosophies, practices, and tools that increases the ability to deliver applications at high velocity, evolving and improving products at a faster pace.

Last updated 1 year ago

The continues development cycle we apply

Continues Integration

Continuous integration is the practice of constantly merging development work with a Master/Trunk/Main branch so that you can test changes and test that those changes work with other changes.

Continues Delivery

Continuous delivery is the continual delivery of code to an environment once the developer feels the code is ready to ship - The idea behind continuous delivery is that you're constantly delivering code to a user base, whether it be QA or directly to customers for continues "review and inspection.

Continues Deployment

Continuous deployment is the deployment or release of code to product on as soon as it's ready The production branch is always stable and ready to be deployed by an automated process

Visualisation of the process