Practical Uses of Object URLs

At PSPDFKit, we always try to leverage every technology available to us to improve the quality and performance of our products. As an example of this, PSPDFKit for Web introduces new web API features as soon as they’re available in the browsers we support. In the case of object URLs, they’ve been around for a … Read more

How to Create a Successful Side Project | by Prajix | CodeX | Oct, 2021

A side project can be your hobby, passion, or part-time business. It’s a chance to use your creativity, learn new skills, and even make some money along the way doing something you generally love. The key to making side projects successful is setting clear goals, developing a strategy, and taking action. This guide will walk … Read more

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