SVG credit-card provider icons

Recently I've been working on a UI for credit-card payments. As part of this we needed some credit-card icons to show the card type as the user types in the number to the input field. In looking for existing iconography I either couldn't find exactly what I was looking for,…

How do you deal with dependent branches on github?

In general, it's good practice to make branches that are independent from other changes and in general kept to a diff of ~500 lines in order to keep pull requests (PRs) easy to review. One issue though is how to deal with the scenario where you need to make more…