How to Point your Website to HTTPS in WordPress | Not Secure Warning
If you are bothered by that little “Not Secure” warning symbol in your address bar whenever you or anyone else visits your site, first of all – Do not fret! You have visited the...
If you are bothered by that little “Not Secure” warning symbol in your address bar whenever you or anyone else visits your site, first of all – Do not fret! You have visited the...
I decided to solve this pickle when I noticed someone doing manual work in a sheet where there were thousands of products placed in a horizontal line separated by commas. The requirement was to...
We are going to see how to clone a repository using HTTP and SSH in this tutorial on both GitLab and GitHub. Working with Git could be a challenge for newbies. For that very...
Sonic Pi is one of those software that places the stepping stone for a revolution. We are going to see that in our how to make your own music using simple coding tutorial today....
Before I tell you how to set up a custom URL for your Youtube Channel, you must understand that adding a custom url is only possible after your channel has 100 subscribers. So once...
I think a lot of people were struggling with this. So how to live stream on Youtube using OBS Studio had to be written. I am writing a step by step tutorial to help...
How to rename your local branch in Git is just one command. But the sole reason I have written this post is because I keep forgetting. There have been moments when I would start...
In here you will learn how to create a new branch using Visual Studio Code. It is a boon for those who have been working on VSC. For VSC makes creating a branch extremely...
This little post is on how to create a new branch using Git. Pretty fair and simple, I know. But a lot of people still don’t know this. And I have decided to help...
The best way to create a merge request is via using the “Create Merge Request” option that GitLab provides. So whenever your code is pushed, look for that button by refreshing the page. Alternatively...