EDDYMENS

Published a year ago

SSH Setup For Cloning GitHub Repositories

If 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 Document

In 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 Business

In 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 2 years ago

Matching Markdown And HTML Headings Using Regex | PHP

There are about three different heading syntaxes in Markdown. Two of which allow a heading level of up to about 6. The PHP script below matches all the different types of headings in Markdown Also, the script ignores the maximum level of 6 and will match as long as the pattern follows the ...

Published 2 years ago

How To Create A Block Button In Bootstrap 5 (full Width Button)

Bootstrap 5 no longer uses the class to create full-width buttons. To create a full-width button you will need to wrap the button in a tag that has a grid class i.e.: (grid d...