Continous integration 10 Dec 2023 · 5 min read Trunk-based Development: Continuous Integration Approach for a Mid-sized Develpment Team Does your team dread release days? Do your customers complain that upgrades break more things than they fix? Is your team burnt out trying to shove disjointed code together before Read more
Continous integration 24 Jan 2019 · 4 min read Release management in agile project Once you have set up multiple environments for your application, it’s important to set up the proper release management process. It means that you should have a well-defined set of steps. Read more
Continous integration 23 Jan 2019 · 5 min read Setting up multiple environments for your app Continuous integration and testing of new features are at the heart of an agile software project. To implement them properly you need to set up environments for your app correctly. Read more