Category: General

How to hide commit history on GitHub?

Ever pushed something on GitHub that you shouldn’t have pushed? Or ever wanted to remove old commits from your Github repository? Well, this is exactly what we’re going to do in this article, we’re going …

How to create a domain checker using PHP?

Hi there, you might have seen a lot of websites where you can quickly look up if a domain name is available or not. Ever wondered how it works under the hood? or how can …