Articles

  • DevOps Deep Dive: Leveraging Signoffs And Approval Gates

    Continuing on our run of DevOps articles, let’s take a look at how leveraging signoff and approval gates in your chosen version control system can enhance the control and quality of your development workflow. This article gets technical, so buckle up!

    Posted · Author

  • DevOps Deep Dive: Evaluating and Improving Codebase Health

    As software development continues to evolve, the importance of assessing and improving code quality becomes increasingly apparent. In this “DevOps deep dive”, we navigate the critical metrics that serve as compass points for developers seeking to fortify their codebases. Unraveling the significance of Code Churn, Cyclomatic Complexity, and Code Duplication, we unveil their applications in evaluating code quality and offer insights into practical implementation.

    Posted · Author

  • DevOps Deep Dive: Branching Strategies

    It’s critical to make mindful choices about your branching strategy when working in version control. As your application evolves and your team expands, the complexities within your code and the considerations for Continuous Integration/Continuous Deployment (CI/CD) become deeply rooted in the branching strategy you adopt. Whether you’re just starting development or a well-established team, it is always valuable to re-evaluate the methodologies in use and make sure that you are making the right decisions for your needs

    Posted · Author

  • DevOps Deep Dive: Navigating The Cloud

    Developing a web-based application is a long and winding road. One of the first and most critical decisions that you may come across on that journey is choosing the right hosting service. This can be a daunting task as there are so many options available, such as dedicated hosting, virtual servers, cloud hosting, and gasp physical server racks. Despite (or because of) all of these options, it’s essential to carefully evaluate the choices. For the scope of this blog, let’s focus on the field of cloud hosting, specifically the ‘holy trinity’: Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform (GCP).

    Posted · Author