Google Cloud: DNS Overview
Introduction DNS is a hierarchical distributed database that stores IP addresses and other data and allows queries by name. In other words, DNS is a directory of easily readable domain names that translate to numeric IP addresses used by computers to communicate with each other. For example, when you type a URL into a browser, […]
Bitbucket: Branch or fork your repository
There are a number of ways to get your Bitbucket Cloud repository code so that you can work on the project. Each method is slightly different and is done for different reasons. What is a branch? What is a fork? Branching and forking provide two ways of diverging from the main code line. Both Mercurial […]