Published a year ago
SSH Setup For Cloning GitHub RepositoriesIf you ever try cloning a repository using the SSH option you might end up with an error along the lines of . This error may show up for many different reasons. One of the commonest reasons is that you are yet to set up GitHub authentication using SSH. In this tutorial, we will lo...
Published a year ago
GitHub: We Weren’t Able To Create The Release For You. Make Sure You Have A...If you try to create a new release, you might receive the following error with no obvious instruction on how to rectify it. This error, however, comes about if you are yet to create a tag from when you pushed your changes. You can create your tag right within the Git...
Published a year ago
How To Download Images From A Google DocumentIn this tutorial, we will look at how to download images used within a Google document The first step to extracting an image from a Google Doc is to download the doc as a web pag...
Published a year ago
How To Create A Professional Email Address For Your BusinessIn this tutorial, we will look at how to create a professional email address for your business. For example, A professional email address is not vastly different from what you get from many of the free email services like ...
Published a year ago
What Is A Repository?The word repository in software development is used to describe many different things. In almost all cases, it refers to storing and accessing some form of data. In this write-up, we will talk about two definitions: This refers to the resting place of a codebase, usually on a serv...
Published a year ago
What Is Doc As Code?Docs As Code (DAC) is the process of handling the creation and management of documentation like you would code or software in general. In software development, the creation and maintenance of softw...