Introduction Measuring and improving the productivity of DevOps teams has long been a major challenge. From purely technical metrics to more business-oriented ones, the choice…
Sometimes developers don’t implement the Test Driven Development (TDD) methodology just because the project they are building is small and does not need testing frameworks.…
Routing in web applications allows for seamless navigation, ensuring users effortlessly access different pages and resources within an application. As such, when implemented correctly, routing…
Selecting the appropriate tools for your project can be difficult. HTMX and React, both share a common goal of enhancing web interactivity, but they are…
Docker Build Cloud has been a popular topic. In this video, Travis CI’s Michael Mendy demonstrated how to implement Docker Build Cloud into your Travis…
Introduction Trunk-based development is one of the most widely used branching methodologies. It helps teams collaborate and build and deliver software.This article will examine trunk-based…
Recently, Travis CI made several enhancements to both the Cloud and Enterprise (Self-Hosted) products, including:. Travis CI Cloud: Travis CI Enterprise (Self-Hosted):
In this Office Hours, Travis CI’s Michael Mendy explains the importance of concurrency and how a repository utilizing many jobs can cause queueing issues. He…
Watch the replay for a Travis CI Office Hours with Michael Mendy. In this office hours, Michael guided through integrating GPUs into the build process,…
Increasingly, software imposes security requirements on developers. As software is built using multiple libraries or utilities, developers introduce a lot of dependencies into the final…
What is continuous integration (CI) and continuous deployment (CD)? Why has this method for delivering updates to software become the hallmark of advanced, modern software…
Software Supply Chain security is the act of securing the components, activities, and practices involved in creating and deploying software. One of these practices is…
Got some static files? Travis CI can deploy your static files to Surge.sh after a successful build. Builds triggered from Pull Requests will never trigger…