Systems | Development | Analytics | API | Testing

Development

What is Git Checkout Remote Branch? Benefits, Best Practices & More

Git is a terrific tool that many developers use to keep track of their projects’ versions. Despite the fact that there are many different version control systems, git is by far the most used. The focus on distributed development and the ease with which branches can be used for good reasons. A branch is a simple approach of departing from the main development flow. It's typically used in a branch to add a new feature or correct an issue.

Creating a Software Bill of Materials

Earlier this year, the White House issued an Executive Order on cybersecurity that set out to establish new security requirements for software vendors that sell software to the U.S. government. One such requirement is that vendors provide a software bill of materials (SBOM) as part of the federal procurement process. In this blog, we break down what a software bill of materials is, why it is important, and provide SBOM examples.

A Complete Guide To Use Git For Beginners

Writing code might be complex but it is easier to control with the right support tool. How do you know a new build of your software has shipped successfully? How do you know a single feature added to your website is working as you want it to? To ease the pain of tracking down all the issues, version control systems are useful tools that help you keep monitoring the changes that you make to your code.

Automotive Industry Trends 2021: What Software Developers Need to Know

The automotive industry has been experiencing a great deal of change within the past several years. More software is being added to vehicles, along with a greater number of electric and autonomous vehicles are in production and on the road. By learning about the emerging trends, you will be more capable of keeping pace with them. Read along or jump ahead to the section that interests you the most.

Community Creations: Bitrise Open Source & the API - Introducing the Bitrise Wall mobile app

Being able to extend the functionality that Bitrise provides, by writing your own Apps that exploit the openness of the API is an added value feature of Bitrise. And, good use of this possibility has already been made by existing Bitrise users. A case in point is Bitrise Wall, created by Jas Manigundan. This is an app for both iOS and Android that allows you to monitor the activity of your builds and even download the latest app version directly from your mobile phone.

Rails Security Threats: Authentication

Authentication is at the heart of most web development, yet it is difficult to get right. In this article, Diogo Souza discusses common security problems with authentication systems and how you can resolve them. Even if you never build an authentication system from scratch (you shouldn't), understanding these security concerns will help you make sure whatever authentication system you use is doing its job.

Getting By With A Little Help From My Visual Tracing

When working with Rookout customers, one of the most commonly heard requests we hear is a plea for “context”. When trying to debug a complex applications, setting a Non-Breaking Breakpoint and fetching a full view of local variables and stack trace is a necessary first step. But in a complex, distributed environment, this first step is not always enough.