How to Handle Stacked Pull Requests on GitHub

If you develop software, there’s a good chance you use a platform like GitHub to collaborate and work together on code with your team. The basic unit of reviewable code in GitHub is the pull request, but the implementation of a feature may require several pull requests. This blog post will give you the necessary … Read more

Adding Manual Alignment to the Comparison Workflow

In this article, we’ll look at how we recently enhanced our Document Comparison component by adding the option of manually aligning two documents. Our Document Comparison component is optimized for industries that require and regularly work with vector-based plans or designs. It enables two versions of a design to be overlaid, allowing users to quickly … Read more

What Is a Deprecated API on iOS?

Apple’s iOS Software Development Kit (SDK) lets us build high-quality apps fast by providing a huge amount of functionality that would take us a really long time if needed to implement it ourselves. The iOS SDK contains a huge number of classes, methods and other interfaces that we can use in iOS apps written in … Read more